16.33/6.24 YES 18.92/6.97 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 18.92/6.97 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 18.92/6.97 18.92/6.97 18.92/6.97 H-Termination with start terms of the given HASKELL could be proven: 18.92/6.97 18.92/6.97 (0) HASKELL 18.92/6.97 (1) CR [EQUIVALENT, 0 ms] 18.92/6.97 (2) HASKELL 18.92/6.97 (3) IFR [EQUIVALENT, 0 ms] 18.92/6.97 (4) HASKELL 18.92/6.97 (5) BR [EQUIVALENT, 0 ms] 18.92/6.97 (6) HASKELL 18.92/6.97 (7) COR [EQUIVALENT, 8 ms] 18.92/6.97 (8) HASKELL 18.92/6.97 (9) LetRed [EQUIVALENT, 0 ms] 18.92/6.97 (10) HASKELL 18.92/6.97 (11) NumRed [SOUND, 0 ms] 18.92/6.97 (12) HASKELL 18.92/6.97 (13) Narrow [SOUND, 0 ms] 18.92/6.97 (14) AND 18.92/6.97 (15) QDP 18.92/6.97 (16) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.92/6.97 (17) YES 18.92/6.97 (18) QDP 18.92/6.97 (19) DependencyGraphProof [EQUIVALENT, 0 ms] 18.92/6.97 (20) QDP 18.92/6.97 (21) QDPSizeChangeProof [EQUIVALENT, 325 ms] 18.92/6.97 (22) YES 18.92/6.97 (23) QDP 18.92/6.97 (24) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.92/6.97 (25) YES 18.92/6.97 (26) QDP 18.92/6.97 (27) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.92/6.97 (28) YES 18.92/6.97 (29) QDP 18.92/6.97 (30) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.92/6.97 (31) YES 18.92/6.97 (32) QDP 18.92/6.97 (33) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.92/6.97 (34) YES 18.92/6.97 (35) QDP 18.92/6.97 (36) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.92/6.97 (37) YES 18.92/6.97 18.92/6.97 18.92/6.97 ---------------------------------------- 18.92/6.97 18.92/6.97 (0) 18.92/6.97 Obligation: 18.92/6.97 mainModule Main 18.92/6.97 module Main where { 18.92/6.97 import qualified Prelude; 18.92/6.97 } 18.92/6.97 18.92/6.97 ---------------------------------------- 18.92/6.97 18.92/6.97 (1) CR (EQUIVALENT) 18.92/6.97 Case Reductions: 18.92/6.97 The following Case expression 18.92/6.97 "case compare x y of { 18.92/6.97 EQ -> o; 18.92/6.97 LT -> LT; 18.92/6.97 GT -> GT} 18.92/6.97 " 18.92/6.97 is transformed to 18.92/6.97 "primCompAux0 o EQ = o; 18.92/6.97 primCompAux0 o LT = LT; 18.92/6.97 primCompAux0 o GT = GT; 18.92/6.97 " 18.92/6.97 18.92/6.97 ---------------------------------------- 18.92/6.97 18.92/6.97 (2) 18.92/6.97 Obligation: 18.92/6.97 mainModule Main 18.92/6.97 module Main where { 18.92/6.97 import qualified Prelude; 18.92/6.97 } 18.92/6.97 18.92/6.97 ---------------------------------------- 18.92/6.97 18.92/6.97 (3) IFR (EQUIVALENT) 18.92/6.97 If Reductions: 18.92/6.97 The following If expression 18.92/6.97 "if primGEqNatS x y then Succ (primDivNatS (primMinusNatS x y) (Succ y)) else Zero" 18.92/6.97 is transformed to 18.92/6.97 "primDivNatS0 x y True = Succ (primDivNatS (primMinusNatS x y) (Succ y)); 18.92/6.97 primDivNatS0 x y False = Zero; 18.92/6.97 " 18.92/6.97 The following If expression 18.92/6.97 "if primGEqNatS x y then primModNatS (primMinusNatS x y) (Succ y) else Succ x" 18.92/6.97 is transformed to 18.92/6.97 "primModNatS0 x y True = primModNatS (primMinusNatS x y) (Succ y); 18.92/6.97 primModNatS0 x y False = Succ x; 18.92/6.97 " 18.92/6.97 18.92/6.97 ---------------------------------------- 18.92/6.97 18.92/6.97 (4) 18.92/6.97 Obligation: 18.92/6.97 mainModule Main 18.92/6.97 module Main where { 18.92/6.97 import qualified Prelude; 18.92/6.97 } 18.92/6.97 18.92/6.97 ---------------------------------------- 18.92/6.97 18.92/6.97 (5) BR (EQUIVALENT) 18.92/6.97 Replaced joker patterns by fresh variables and removed binding patterns. 18.92/6.97 ---------------------------------------- 18.92/6.97 18.92/6.97 (6) 18.92/6.97 Obligation: 18.92/6.97 mainModule Main 18.92/6.97 module Main where { 18.92/6.97 import qualified Prelude; 18.92/6.97 } 18.92/6.97 18.92/6.97 ---------------------------------------- 18.92/6.97 18.92/6.97 (7) COR (EQUIVALENT) 18.92/6.97 Cond Reductions: 18.92/6.97 The following Function with conditions 18.92/6.97 "compare x y|x == yEQ|x <= yLT|otherwiseGT; 18.92/6.97 " 18.92/6.97 is transformed to 18.92/6.97 "compare x y = compare3 x y; 18.92/6.97 " 18.92/6.97 "compare0 x y True = GT; 18.92/6.97 " 18.92/6.97 "compare1 x y True = LT; 18.92/6.97 compare1 x y False = compare0 x y otherwise; 18.92/6.97 " 18.92/6.97 "compare2 x y True = EQ; 18.92/6.97 compare2 x y False = compare1 x y (x <= y); 18.92/6.97 " 18.92/6.97 "compare3 x y = compare2 x y (x == y); 18.92/6.97 " 18.92/6.97 The following Function with conditions 18.92/6.97 "min x y|x <= yx|otherwisey; 18.92/6.97 " 18.92/6.97 is transformed to 18.92/6.97 "min x y = min2 x y; 18.92/6.97 " 18.92/6.97 "min0 x y True = y; 18.92/6.97 " 18.92/6.97 "min1 x y True = x; 18.92/6.97 min1 x y False = min0 x y otherwise; 18.92/6.97 " 18.92/6.97 "min2 x y = min1 x y (x <= y); 18.92/6.97 " 18.92/6.97 The following Function with conditions 18.92/6.97 "absReal x|x >= 0x|otherwise`negate` x; 18.92/6.97 " 18.92/6.97 is transformed to 18.92/6.97 "absReal x = absReal2 x; 18.92/6.97 " 18.92/6.97 "absReal1 x True = x; 18.92/6.97 absReal1 x False = absReal0 x otherwise; 18.92/6.97 " 18.92/6.97 "absReal0 x True = `negate` x; 18.92/6.97 " 18.92/6.97 "absReal2 x = absReal1 x (x >= 0); 18.92/6.97 " 18.92/6.97 The following Function with conditions 18.92/6.97 "gcd' x 0 = x; 18.92/6.97 gcd' x y = gcd' y (x `rem` y); 18.92/6.97 " 18.92/6.97 is transformed to 18.92/6.97 "gcd' x zx = gcd'2 x zx; 18.92/6.97 gcd' x y = gcd'0 x y; 18.92/6.97 " 18.92/6.97 "gcd'0 x y = gcd' y (x `rem` y); 18.92/6.97 " 18.92/6.97 "gcd'1 True x zx = x; 18.92/6.97 gcd'1 zy zz vuu = gcd'0 zz vuu; 18.92/6.97 " 18.92/6.97 "gcd'2 x zx = gcd'1 (zx == 0) x zx; 18.92/6.97 gcd'2 vuv vuw = gcd'0 vuv vuw; 18.92/6.97 " 18.92/6.97 The following Function with conditions 18.92/6.97 "gcd 0 0 = error []; 18.92/6.97 gcd x y = gcd' (abs x) (abs y) where { 18.92/6.97 gcd' x 0 = x; 18.92/6.97 gcd' x y = gcd' y (x `rem` y); 18.92/6.97 } 18.92/6.97 ; 18.92/6.97 " 18.92/6.97 is transformed to 18.92/6.97 "gcd vux vuy = gcd3 vux vuy; 18.92/6.97 gcd x y = gcd0 x y; 18.92/6.97 " 18.92/6.97 "gcd0 x y = gcd' (abs x) (abs y) where { 18.92/6.97 gcd' x zx = gcd'2 x zx; 18.92/6.97 gcd' x y = gcd'0 x y; 18.92/6.97 ; 18.92/6.97 gcd'0 x y = gcd' y (x `rem` y); 18.92/6.97 ; 18.92/6.97 gcd'1 True x zx = x; 18.92/6.97 gcd'1 zy zz vuu = gcd'0 zz vuu; 18.92/6.97 ; 18.92/6.97 gcd'2 x zx = gcd'1 (zx == 0) x zx; 18.92/6.97 gcd'2 vuv vuw = gcd'0 vuv vuw; 18.92/6.97 } 18.92/6.97 ; 18.92/6.97 " 18.92/6.97 "gcd1 True vux vuy = error []; 18.92/6.97 gcd1 vuz vvu vvv = gcd0 vvu vvv; 18.92/6.97 " 18.92/6.97 "gcd2 True vux vuy = gcd1 (vuy == 0) vux vuy; 18.92/6.97 gcd2 vvw vvx vvy = gcd0 vvx vvy; 18.92/6.97 " 18.92/6.97 "gcd3 vux vuy = gcd2 (vux == 0) vux vuy; 18.92/6.97 gcd3 vvz vwu = gcd0 vvz vwu; 18.92/6.97 " 18.92/6.97 The following Function with conditions 18.92/6.97 "undefined |Falseundefined; 18.92/6.97 " 18.92/6.97 is transformed to 18.92/6.97 "undefined = undefined1; 18.92/6.97 " 18.92/6.97 "undefined0 True = undefined; 18.92/6.97 " 18.92/6.97 "undefined1 = undefined0 False; 18.92/6.97 " 18.92/6.97 The following Function with conditions 18.92/6.97 "reduce x y|y == 0error []|otherwisex `quot` d :% (y `quot` d) where { 18.92/6.97 d = gcd x y; 18.92/6.97 } 18.92/6.97 ; 18.92/6.97 " 18.92/6.97 is transformed to 18.92/6.97 "reduce x y = reduce2 x y; 18.92/6.97 " 18.92/6.97 "reduce2 x y = reduce1 x y (y == 0) where { 18.92/6.97 d = gcd x y; 18.92/6.97 ; 18.92/6.97 reduce0 x y True = x `quot` d :% (y `quot` d); 18.92/6.97 ; 18.92/6.97 reduce1 x y True = error []; 18.92/6.97 reduce1 x y False = reduce0 x y otherwise; 18.92/6.97 } 18.92/6.97 ; 18.92/6.97 " 18.92/6.97 18.92/6.97 ---------------------------------------- 18.92/6.97 18.92/6.97 (8) 18.92/6.97 Obligation: 18.92/6.97 mainModule Main 18.92/6.97 module Main where { 18.92/6.97 import qualified Prelude; 18.92/6.97 } 18.92/6.97 18.92/6.97 ---------------------------------------- 18.92/6.97 18.92/6.97 (9) LetRed (EQUIVALENT) 18.92/6.97 Let/Where Reductions: 18.92/6.97 The bindings of the following Let/Where expression 18.92/6.97 "gcd' (abs x) (abs y) where { 18.92/6.97 gcd' x zx = gcd'2 x zx; 18.92/6.97 gcd' x y = gcd'0 x y; 18.92/6.97 ; 18.92/6.97 gcd'0 x y = gcd' y (x `rem` y); 18.92/6.97 ; 18.92/6.97 gcd'1 True x zx = x; 18.92/6.97 gcd'1 zy zz vuu = gcd'0 zz vuu; 18.92/6.97 ; 18.92/6.97 gcd'2 x zx = gcd'1 (zx == 0) x zx; 18.92/6.97 gcd'2 vuv vuw = gcd'0 vuv vuw; 18.92/6.97 } 18.92/6.97 " 18.92/6.97 are unpacked to the following functions on top level 18.92/6.97 "gcd0Gcd'1 True x zx = x; 18.92/6.97 gcd0Gcd'1 zy zz vuu = gcd0Gcd'0 zz vuu; 18.92/6.97 " 18.92/6.97 "gcd0Gcd' x zx = gcd0Gcd'2 x zx; 18.92/6.97 gcd0Gcd' x y = gcd0Gcd'0 x y; 18.92/6.97 " 18.92/6.97 "gcd0Gcd'2 x zx = gcd0Gcd'1 (zx == 0) x zx; 18.92/6.97 gcd0Gcd'2 vuv vuw = gcd0Gcd'0 vuv vuw; 18.92/6.97 " 18.92/6.97 "gcd0Gcd'0 x y = gcd0Gcd' y (x `rem` y); 18.92/6.97 " 18.92/6.97 The bindings of the following Let/Where expression 18.92/6.97 "reduce1 x y (y == 0) where { 18.92/6.97 d = gcd x y; 18.92/6.97 ; 18.92/6.97 reduce0 x y True = x `quot` d :% (y `quot` d); 18.92/6.97 ; 18.92/6.97 reduce1 x y True = error []; 18.92/6.97 reduce1 x y False = reduce0 x y otherwise; 18.92/6.97 } 18.92/6.97 " 18.92/6.97 are unpacked to the following functions on top level 18.92/6.97 "reduce2Reduce1 vwv vww x y True = error []; 18.92/6.97 reduce2Reduce1 vwv vww x y False = reduce2Reduce0 vwv vww x y otherwise; 18.92/6.97 " 18.92/6.97 "reduce2Reduce0 vwv vww x y True = x `quot` reduce2D vwv vww :% (y `quot` reduce2D vwv vww); 18.92/6.97 " 18.92/6.97 "reduce2D vwv vww = gcd vwv vww; 18.92/6.97 " 18.92/6.97 18.92/6.97 ---------------------------------------- 18.92/6.97 18.92/6.97 (10) 18.92/6.97 Obligation: 18.92/6.97 mainModule Main 18.92/6.97 module Main where { 18.92/6.97 import qualified Prelude; 18.92/6.97 } 18.92/6.97 18.92/6.97 ---------------------------------------- 18.92/6.97 18.92/6.97 (11) NumRed (SOUND) 18.92/6.97 Num Reduction:All numbers are transformed to their corresponding representation with Succ, Pred and Zero. 18.92/6.97 ---------------------------------------- 18.92/6.97 18.92/6.97 (12) 18.92/6.97 Obligation: 18.92/6.97 mainModule Main 18.92/6.97 module Main where { 18.92/6.97 import qualified Prelude; 18.92/6.97 } 18.92/6.97 18.92/6.97 ---------------------------------------- 18.92/6.97 18.92/6.97 (13) Narrow (SOUND) 18.92/6.97 Haskell To QDPs 18.92/6.97 18.92/6.97 digraph dp_graph { 18.92/6.97 node [outthreshold=100, inthreshold=100];1[label="minimum",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 18.92/6.97 3[label="minimum vwx3",fontsize=16,color="black",shape="triangle"];3 -> 4[label="",style="solid", color="black", weight=3]; 18.92/6.97 4[label="foldl1 min vwx3",fontsize=16,color="burlywood",shape="box"];2832[label="vwx3/vwx30 : vwx31",fontsize=10,color="white",style="solid",shape="box"];4 -> 2832[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2832 -> 5[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 2833[label="vwx3/[]",fontsize=10,color="white",style="solid",shape="box"];4 -> 2833[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2833 -> 6[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 5[label="foldl1 min (vwx30 : vwx31)",fontsize=16,color="black",shape="box"];5 -> 7[label="",style="solid", color="black", weight=3]; 18.92/6.97 6[label="foldl1 min []",fontsize=16,color="black",shape="box"];6 -> 8[label="",style="solid", color="black", weight=3]; 18.92/6.97 7[label="foldl min vwx30 vwx31",fontsize=16,color="burlywood",shape="triangle"];2834[label="vwx31/vwx310 : vwx311",fontsize=10,color="white",style="solid",shape="box"];7 -> 2834[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2834 -> 9[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 2835[label="vwx31/[]",fontsize=10,color="white",style="solid",shape="box"];7 -> 2835[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2835 -> 10[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 8[label="error []",fontsize=16,color="red",shape="box"];9[label="foldl min vwx30 (vwx310 : vwx311)",fontsize=16,color="black",shape="box"];9 -> 11[label="",style="solid", color="black", weight=3]; 18.92/6.97 10[label="foldl min vwx30 []",fontsize=16,color="black",shape="box"];10 -> 12[label="",style="solid", color="black", weight=3]; 18.92/6.97 11 -> 7[label="",style="dashed", color="red", weight=0]; 18.92/6.97 11[label="foldl min (min vwx30 vwx310) vwx311",fontsize=16,color="magenta"];11 -> 13[label="",style="dashed", color="magenta", weight=3]; 18.92/6.97 11 -> 14[label="",style="dashed", color="magenta", weight=3]; 18.92/6.97 12[label="vwx30",fontsize=16,color="green",shape="box"];13[label="min vwx30 vwx310",fontsize=16,color="black",shape="box"];13 -> 15[label="",style="solid", color="black", weight=3]; 18.92/6.97 14[label="vwx311",fontsize=16,color="green",shape="box"];15[label="min2 vwx30 vwx310",fontsize=16,color="black",shape="box"];15 -> 16[label="",style="solid", color="black", weight=3]; 18.92/6.97 16[label="min1 vwx30 vwx310 (vwx30 <= vwx310)",fontsize=16,color="black",shape="box"];16 -> 17[label="",style="solid", color="black", weight=3]; 18.92/6.97 17[label="min1 vwx30 vwx310 (compare vwx30 vwx310 /= GT)",fontsize=16,color="black",shape="box"];17 -> 18[label="",style="solid", color="black", weight=3]; 18.92/6.97 18[label="min1 vwx30 vwx310 (not (compare vwx30 vwx310 == GT))",fontsize=16,color="burlywood",shape="box"];2836[label="vwx30/vwx300 : vwx301",fontsize=10,color="white",style="solid",shape="box"];18 -> 2836[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2836 -> 19[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 2837[label="vwx30/[]",fontsize=10,color="white",style="solid",shape="box"];18 -> 2837[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2837 -> 20[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 19[label="min1 (vwx300 : vwx301) vwx310 (not (compare (vwx300 : vwx301) vwx310 == GT))",fontsize=16,color="burlywood",shape="box"];2838[label="vwx310/vwx3100 : vwx3101",fontsize=10,color="white",style="solid",shape="box"];19 -> 2838[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2838 -> 21[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 2839[label="vwx310/[]",fontsize=10,color="white",style="solid",shape="box"];19 -> 2839[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2839 -> 22[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 20[label="min1 [] vwx310 (not (compare [] vwx310 == GT))",fontsize=16,color="burlywood",shape="box"];2840[label="vwx310/vwx3100 : vwx3101",fontsize=10,color="white",style="solid",shape="box"];20 -> 2840[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2840 -> 23[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 2841[label="vwx310/[]",fontsize=10,color="white",style="solid",shape="box"];20 -> 2841[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2841 -> 24[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 21[label="min1 (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.92/6.97 22[label="min1 (vwx300 : vwx301) [] (not (compare (vwx300 : vwx301) [] == GT))",fontsize=16,color="black",shape="box"];22 -> 26[label="",style="solid", color="black", weight=3]; 18.92/6.97 23[label="min1 [] (vwx3100 : vwx3101) (not (compare [] (vwx3100 : vwx3101) == GT))",fontsize=16,color="black",shape="box"];23 -> 27[label="",style="solid", color="black", weight=3]; 18.92/6.97 24[label="min1 [] [] (not (compare [] [] == GT))",fontsize=16,color="black",shape="box"];24 -> 28[label="",style="solid", color="black", weight=3]; 18.92/6.97 25 -> 100[label="",style="dashed", color="red", weight=0]; 18.92/6.97 25[label="min1 (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.92/6.97 25 -> 102[label="",style="dashed", color="magenta", weight=3]; 18.92/6.97 25 -> 103[label="",style="dashed", color="magenta", weight=3]; 18.92/6.97 25 -> 104[label="",style="dashed", color="magenta", weight=3]; 18.92/6.97 25 -> 105[label="",style="dashed", color="magenta", weight=3]; 18.92/6.97 26[label="min1 (vwx300 : vwx301) [] (not (GT == GT))",fontsize=16,color="black",shape="box"];26 -> 30[label="",style="solid", color="black", weight=3]; 18.92/6.97 27[label="min1 [] (vwx3100 : vwx3101) (not (LT == GT))",fontsize=16,color="black",shape="box"];27 -> 31[label="",style="solid", color="black", weight=3]; 18.92/6.97 28[label="min1 [] [] (not (EQ == GT))",fontsize=16,color="black",shape="box"];28 -> 32[label="",style="solid", color="black", weight=3]; 18.92/6.97 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.92/6.97 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="min1 (vwx10 : vwx11) (vwx12 : vwx13) (not (vwx15 == GT))",fontsize=16,color="burlywood",shape="triangle"];2842[label="vwx15/LT",fontsize=10,color="white",style="solid",shape="box"];100 -> 2842[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2842 -> 116[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 2843[label="vwx15/EQ",fontsize=10,color="white",style="solid",shape="box"];100 -> 2843[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2843 -> 117[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 2844[label="vwx15/GT",fontsize=10,color="white",style="solid",shape="box"];100 -> 2844[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2844 -> 118[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 30[label="min1 (vwx300 : vwx301) [] (not True)",fontsize=16,color="black",shape="box"];30 -> 39[label="",style="solid", color="black", weight=3]; 18.92/6.97 31[label="min1 [] (vwx3100 : vwx3101) (not False)",fontsize=16,color="black",shape="box"];31 -> 40[label="",style="solid", color="black", weight=3]; 18.92/6.97 32[label="min1 [] [] (not False)",fontsize=16,color="black",shape="box"];32 -> 41[label="",style="solid", color="black", weight=3]; 18.92/6.97 115 -> 120[label="",style="dashed", color="red", weight=0]; 18.92/6.97 115[label="primCompAux0 (compare vwx301 vwx3101) (compare vwx300 vwx3100)",fontsize=16,color="magenta"];115 -> 121[label="",style="dashed", color="magenta", weight=3]; 18.92/6.97 115 -> 122[label="",style="dashed", color="magenta", weight=3]; 18.92/6.97 115 -> 123[label="",style="dashed", color="magenta", weight=3]; 18.92/6.97 116[label="min1 (vwx10 : vwx11) (vwx12 : vwx13) (not (LT == GT))",fontsize=16,color="black",shape="box"];116 -> 124[label="",style="solid", color="black", weight=3]; 18.92/6.97 117[label="min1 (vwx10 : vwx11) (vwx12 : vwx13) (not (EQ == GT))",fontsize=16,color="black",shape="box"];117 -> 125[label="",style="solid", color="black", weight=3]; 18.92/6.97 118[label="min1 (vwx10 : vwx11) (vwx12 : vwx13) (not (GT == GT))",fontsize=16,color="black",shape="box"];118 -> 126[label="",style="solid", color="black", weight=3]; 18.92/6.97 39[label="min1 (vwx300 : vwx301) [] False",fontsize=16,color="black",shape="box"];39 -> 59[label="",style="solid", color="black", weight=3]; 18.92/6.97 40[label="min1 [] (vwx3100 : vwx3101) True",fontsize=16,color="black",shape="box"];40 -> 60[label="",style="solid", color="black", weight=3]; 18.92/6.97 41[label="min1 [] [] True",fontsize=16,color="black",shape="box"];41 -> 61[label="",style="solid", color="black", weight=3]; 18.92/6.97 121[label="vwx3101",fontsize=16,color="green",shape="box"];122[label="compare vwx300 vwx3100",fontsize=16,color="blue",shape="box"];2845[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];122 -> 2845[label="",style="solid", color="blue", weight=9]; 18.92/6.97 2845 -> 127[label="",style="solid", color="blue", weight=3]; 18.92/6.97 2846[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];122 -> 2846[label="",style="solid", color="blue", weight=9]; 18.92/6.97 2846 -> 128[label="",style="solid", color="blue", weight=3]; 18.92/6.97 2847[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];122 -> 2847[label="",style="solid", color="blue", weight=9]; 18.92/6.97 2847 -> 129[label="",style="solid", color="blue", weight=3]; 18.92/6.97 2848[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];122 -> 2848[label="",style="solid", color="blue", weight=9]; 18.92/6.97 2848 -> 130[label="",style="solid", color="blue", weight=3]; 18.92/6.97 2849[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];122 -> 2849[label="",style="solid", color="blue", weight=9]; 18.92/6.97 2849 -> 131[label="",style="solid", color="blue", weight=3]; 18.92/6.97 2850[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];122 -> 2850[label="",style="solid", color="blue", weight=9]; 18.92/6.97 2850 -> 132[label="",style="solid", color="blue", weight=3]; 18.92/6.97 2851[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];122 -> 2851[label="",style="solid", color="blue", weight=9]; 18.92/6.97 2851 -> 133[label="",style="solid", color="blue", weight=3]; 18.92/6.97 2852[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];122 -> 2852[label="",style="solid", color="blue", weight=9]; 18.92/6.97 2852 -> 134[label="",style="solid", color="blue", weight=3]; 18.92/6.97 2853[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];122 -> 2853[label="",style="solid", color="blue", weight=9]; 18.92/6.97 2853 -> 135[label="",style="solid", color="blue", weight=3]; 18.92/6.97 2854[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];122 -> 2854[label="",style="solid", color="blue", weight=9]; 18.92/6.97 2854 -> 136[label="",style="solid", color="blue", weight=3]; 18.92/6.97 2855[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];122 -> 2855[label="",style="solid", color="blue", weight=9]; 18.92/6.97 2855 -> 137[label="",style="solid", color="blue", weight=3]; 18.92/6.97 2856[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];122 -> 2856[label="",style="solid", color="blue", weight=9]; 18.92/6.97 2856 -> 138[label="",style="solid", color="blue", weight=3]; 18.92/6.97 2857[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];122 -> 2857[label="",style="solid", color="blue", weight=9]; 18.92/6.97 2857 -> 139[label="",style="solid", color="blue", weight=3]; 18.92/6.97 2858[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];122 -> 2858[label="",style="solid", color="blue", weight=9]; 18.92/6.97 2858 -> 140[label="",style="solid", color="blue", weight=3]; 18.92/6.97 123[label="vwx301",fontsize=16,color="green",shape="box"];120[label="primCompAux0 (compare vwx20 vwx21) vwx22",fontsize=16,color="burlywood",shape="triangle"];2859[label="vwx22/LT",fontsize=10,color="white",style="solid",shape="box"];120 -> 2859[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2859 -> 141[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 2860[label="vwx22/EQ",fontsize=10,color="white",style="solid",shape="box"];120 -> 2860[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2860 -> 142[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 2861[label="vwx22/GT",fontsize=10,color="white",style="solid",shape="box"];120 -> 2861[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2861 -> 143[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 124[label="min1 (vwx10 : vwx11) (vwx12 : vwx13) (not False)",fontsize=16,color="black",shape="triangle"];124 -> 144[label="",style="solid", color="black", weight=3]; 18.92/6.97 125 -> 124[label="",style="dashed", color="red", weight=0]; 18.92/6.97 125[label="min1 (vwx10 : vwx11) (vwx12 : vwx13) (not False)",fontsize=16,color="magenta"];126[label="min1 (vwx10 : vwx11) (vwx12 : vwx13) (not True)",fontsize=16,color="black",shape="box"];126 -> 145[label="",style="solid", color="black", weight=3]; 18.92/6.97 59[label="min0 (vwx300 : vwx301) [] otherwise",fontsize=16,color="black",shape="box"];59 -> 80[label="",style="solid", color="black", weight=3]; 18.92/6.97 60[label="[]",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.92/6.97 128[label="compare vwx300 vwx3100",fontsize=16,color="black",shape="triangle"];128 -> 147[label="",style="solid", color="black", weight=3]; 18.92/6.97 129[label="compare vwx300 vwx3100",fontsize=16,color="burlywood",shape="triangle"];2862[label="vwx300/()",fontsize=10,color="white",style="solid",shape="box"];129 -> 2862[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2862 -> 148[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 130[label="compare vwx300 vwx3100",fontsize=16,color="black",shape="triangle"];130 -> 149[label="",style="solid", color="black", weight=3]; 18.92/6.97 131[label="compare vwx300 vwx3100",fontsize=16,color="black",shape="triangle"];131 -> 150[label="",style="solid", color="black", weight=3]; 18.92/6.97 132[label="compare vwx300 vwx3100",fontsize=16,color="black",shape="triangle"];132 -> 151[label="",style="solid", color="black", weight=3]; 18.92/6.97 133[label="compare vwx300 vwx3100",fontsize=16,color="black",shape="triangle"];133 -> 152[label="",style="solid", color="black", weight=3]; 18.92/6.97 134[label="compare vwx300 vwx3100",fontsize=16,color="black",shape="triangle"];134 -> 153[label="",style="solid", color="black", weight=3]; 18.92/6.97 135[label="compare vwx300 vwx3100",fontsize=16,color="burlywood",shape="triangle"];2863[label="vwx300/vwx3000 :% vwx3001",fontsize=10,color="white",style="solid",shape="box"];135 -> 2863[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2863 -> 154[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 136[label="compare vwx300 vwx3100",fontsize=16,color="burlywood",shape="triangle"];2864[label="vwx300/Integer vwx3000",fontsize=10,color="white",style="solid",shape="box"];136 -> 2864[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2864 -> 155[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 137[label="compare vwx300 vwx3100",fontsize=16,color="black",shape="triangle"];137 -> 156[label="",style="solid", color="black", weight=3]; 18.92/6.97 138[label="compare vwx300 vwx3100",fontsize=16,color="black",shape="triangle"];138 -> 157[label="",style="solid", color="black", weight=3]; 18.92/6.97 139[label="compare vwx300 vwx3100",fontsize=16,color="black",shape="triangle"];139 -> 158[label="",style="solid", color="black", weight=3]; 18.92/6.97 140[label="compare vwx300 vwx3100",fontsize=16,color="burlywood",shape="triangle"];2865[label="vwx300/vwx3000 : vwx3001",fontsize=10,color="white",style="solid",shape="box"];140 -> 2865[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2865 -> 159[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 2866[label="vwx300/[]",fontsize=10,color="white",style="solid",shape="box"];140 -> 2866[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2866 -> 160[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 141[label="primCompAux0 (compare vwx20 vwx21) LT",fontsize=16,color="black",shape="box"];141 -> 161[label="",style="solid", color="black", weight=3]; 18.92/6.97 142[label="primCompAux0 (compare vwx20 vwx21) EQ",fontsize=16,color="black",shape="box"];142 -> 162[label="",style="solid", color="black", weight=3]; 18.92/6.97 143[label="primCompAux0 (compare vwx20 vwx21) GT",fontsize=16,color="black",shape="box"];143 -> 163[label="",style="solid", color="black", weight=3]; 18.92/6.97 144[label="min1 (vwx10 : vwx11) (vwx12 : vwx13) True",fontsize=16,color="black",shape="box"];144 -> 164[label="",style="solid", color="black", weight=3]; 18.92/6.97 145[label="min1 (vwx10 : vwx11) (vwx12 : vwx13) False",fontsize=16,color="black",shape="box"];145 -> 165[label="",style="solid", color="black", weight=3]; 18.92/6.97 80[label="min0 (vwx300 : vwx301) [] True",fontsize=16,color="black",shape="box"];80 -> 119[label="",style="solid", color="black", weight=3]; 18.92/6.97 146[label="compare3 vwx300 vwx3100",fontsize=16,color="black",shape="box"];146 -> 166[label="",style="solid", color="black", weight=3]; 18.92/6.97 147[label="primCmpChar vwx300 vwx3100",fontsize=16,color="burlywood",shape="box"];2867[label="vwx300/Char vwx3000",fontsize=10,color="white",style="solid",shape="box"];147 -> 2867[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2867 -> 167[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 148[label="compare () vwx3100",fontsize=16,color="burlywood",shape="box"];2868[label="vwx3100/()",fontsize=10,color="white",style="solid",shape="box"];148 -> 2868[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2868 -> 168[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 149[label="compare3 vwx300 vwx3100",fontsize=16,color="black",shape="box"];149 -> 169[label="",style="solid", color="black", weight=3]; 18.92/6.97 150[label="compare3 vwx300 vwx3100",fontsize=16,color="black",shape="box"];150 -> 170[label="",style="solid", color="black", weight=3]; 18.92/6.97 151[label="compare3 vwx300 vwx3100",fontsize=16,color="black",shape="box"];151 -> 171[label="",style="solid", color="black", weight=3]; 18.92/6.97 152[label="primCmpInt vwx300 vwx3100",fontsize=16,color="burlywood",shape="triangle"];2869[label="vwx300/Pos vwx3000",fontsize=10,color="white",style="solid",shape="box"];152 -> 2869[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2869 -> 172[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 2870[label="vwx300/Neg vwx3000",fontsize=10,color="white",style="solid",shape="box"];152 -> 2870[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2870 -> 173[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 153[label="compare3 vwx300 vwx3100",fontsize=16,color="black",shape="box"];153 -> 174[label="",style="solid", color="black", weight=3]; 18.92/6.97 154[label="compare (vwx3000 :% vwx3001) vwx3100",fontsize=16,color="burlywood",shape="box"];2871[label="vwx3100/vwx31000 :% vwx31001",fontsize=10,color="white",style="solid",shape="box"];154 -> 2871[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2871 -> 175[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 155[label="compare (Integer vwx3000) vwx3100",fontsize=16,color="burlywood",shape="box"];2872[label="vwx3100/Integer vwx31000",fontsize=10,color="white",style="solid",shape="box"];155 -> 2872[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2872 -> 176[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 156[label="primCmpDouble vwx300 vwx3100",fontsize=16,color="burlywood",shape="box"];2873[label="vwx300/Double vwx3000 vwx3001",fontsize=10,color="white",style="solid",shape="box"];156 -> 2873[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2873 -> 177[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 157[label="compare3 vwx300 vwx3100",fontsize=16,color="black",shape="box"];157 -> 178[label="",style="solid", color="black", weight=3]; 18.92/6.97 158[label="primCmpFloat vwx300 vwx3100",fontsize=16,color="burlywood",shape="box"];2874[label="vwx300/Float vwx3000 vwx3001",fontsize=10,color="white",style="solid",shape="box"];158 -> 2874[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2874 -> 179[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 159[label="compare (vwx3000 : vwx3001) vwx3100",fontsize=16,color="burlywood",shape="box"];2875[label="vwx3100/vwx31000 : vwx31001",fontsize=10,color="white",style="solid",shape="box"];159 -> 2875[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2875 -> 180[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 2876[label="vwx3100/[]",fontsize=10,color="white",style="solid",shape="box"];159 -> 2876[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2876 -> 181[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 160[label="compare [] vwx3100",fontsize=16,color="burlywood",shape="box"];2877[label="vwx3100/vwx31000 : vwx31001",fontsize=10,color="white",style="solid",shape="box"];160 -> 2877[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2877 -> 182[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 2878[label="vwx3100/[]",fontsize=10,color="white",style="solid",shape="box"];160 -> 2878[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2878 -> 183[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 161[label="LT",fontsize=16,color="green",shape="box"];162[label="compare vwx20 vwx21",fontsize=16,color="blue",shape="box"];2879[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];162 -> 2879[label="",style="solid", color="blue", weight=9]; 18.92/6.97 2879 -> 184[label="",style="solid", color="blue", weight=3]; 18.92/6.97 2880[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];162 -> 2880[label="",style="solid", color="blue", weight=9]; 18.92/6.97 2880 -> 185[label="",style="solid", color="blue", weight=3]; 18.92/6.97 2881[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];162 -> 2881[label="",style="solid", color="blue", weight=9]; 18.92/6.97 2881 -> 186[label="",style="solid", color="blue", weight=3]; 18.92/6.97 2882[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];162 -> 2882[label="",style="solid", color="blue", weight=9]; 18.92/6.97 2882 -> 187[label="",style="solid", color="blue", weight=3]; 18.92/6.97 2883[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];162 -> 2883[label="",style="solid", color="blue", weight=9]; 18.92/6.97 2883 -> 188[label="",style="solid", color="blue", weight=3]; 18.92/6.97 2884[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];162 -> 2884[label="",style="solid", color="blue", weight=9]; 18.92/6.97 2884 -> 189[label="",style="solid", color="blue", weight=3]; 18.92/6.97 2885[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];162 -> 2885[label="",style="solid", color="blue", weight=9]; 18.92/6.97 2885 -> 190[label="",style="solid", color="blue", weight=3]; 18.92/6.97 2886[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];162 -> 2886[label="",style="solid", color="blue", weight=9]; 18.92/6.97 2886 -> 191[label="",style="solid", color="blue", weight=3]; 18.92/6.97 2887[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];162 -> 2887[label="",style="solid", color="blue", weight=9]; 18.92/6.97 2887 -> 192[label="",style="solid", color="blue", weight=3]; 18.92/6.97 2888[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];162 -> 2888[label="",style="solid", color="blue", weight=9]; 18.92/6.97 2888 -> 193[label="",style="solid", color="blue", weight=3]; 18.92/6.97 2889[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];162 -> 2889[label="",style="solid", color="blue", weight=9]; 18.92/6.97 2889 -> 194[label="",style="solid", color="blue", weight=3]; 18.92/6.97 2890[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];162 -> 2890[label="",style="solid", color="blue", weight=9]; 18.92/6.97 2890 -> 195[label="",style="solid", color="blue", weight=3]; 18.92/6.97 2891[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];162 -> 2891[label="",style="solid", color="blue", weight=9]; 18.92/6.97 2891 -> 196[label="",style="solid", color="blue", weight=3]; 18.92/6.97 2892[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];162 -> 2892[label="",style="solid", color="blue", weight=9]; 18.92/6.97 2892 -> 197[label="",style="solid", color="blue", weight=3]; 18.92/6.97 163[label="GT",fontsize=16,color="green",shape="box"];164[label="vwx10 : vwx11",fontsize=16,color="green",shape="box"];165[label="min0 (vwx10 : vwx11) (vwx12 : vwx13) otherwise",fontsize=16,color="black",shape="box"];165 -> 198[label="",style="solid", color="black", weight=3]; 18.92/6.97 119[label="[]",fontsize=16,color="green",shape="box"];166[label="compare2 vwx300 vwx3100 (vwx300 == vwx3100)",fontsize=16,color="burlywood",shape="box"];2893[label="vwx300/(vwx3000,vwx3001,vwx3002)",fontsize=10,color="white",style="solid",shape="box"];166 -> 2893[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2893 -> 199[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 167[label="primCmpChar (Char vwx3000) vwx3100",fontsize=16,color="burlywood",shape="box"];2894[label="vwx3100/Char vwx31000",fontsize=10,color="white",style="solid",shape="box"];167 -> 2894[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2894 -> 200[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 168[label="compare () ()",fontsize=16,color="black",shape="box"];168 -> 201[label="",style="solid", color="black", weight=3]; 18.92/6.97 169[label="compare2 vwx300 vwx3100 (vwx300 == vwx3100)",fontsize=16,color="burlywood",shape="box"];2895[label="vwx300/(vwx3000,vwx3001)",fontsize=10,color="white",style="solid",shape="box"];169 -> 2895[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2895 -> 202[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 170[label="compare2 vwx300 vwx3100 (vwx300 == vwx3100)",fontsize=16,color="burlywood",shape="box"];2896[label="vwx300/Nothing",fontsize=10,color="white",style="solid",shape="box"];170 -> 2896[label="",style="solid", color="burlywood", weight=9]; 18.92/6.97 2896 -> 203[label="",style="solid", color="burlywood", weight=3]; 18.92/6.97 2897[label="vwx300/Just vwx3000",fontsize=10,color="white",style="solid",shape="box"];170 -> 2897[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2897 -> 204[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 171[label="compare2 vwx300 vwx3100 (vwx300 == vwx3100)",fontsize=16,color="burlywood",shape="box"];2898[label="vwx300/False",fontsize=10,color="white",style="solid",shape="box"];171 -> 2898[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2898 -> 205[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2899[label="vwx300/True",fontsize=10,color="white",style="solid",shape="box"];171 -> 2899[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2899 -> 206[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 172[label="primCmpInt (Pos vwx3000) vwx3100",fontsize=16,color="burlywood",shape="box"];2900[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];172 -> 2900[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2900 -> 207[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2901[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];172 -> 2901[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2901 -> 208[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 173[label="primCmpInt (Neg vwx3000) vwx3100",fontsize=16,color="burlywood",shape="box"];2902[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];173 -> 2902[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2902 -> 209[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2903[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];173 -> 2903[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2903 -> 210[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 174[label="compare2 vwx300 vwx3100 (vwx300 == vwx3100)",fontsize=16,color="burlywood",shape="box"];2904[label="vwx300/Left vwx3000",fontsize=10,color="white",style="solid",shape="box"];174 -> 2904[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2904 -> 211[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2905[label="vwx300/Right vwx3000",fontsize=10,color="white",style="solid",shape="box"];174 -> 2905[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2905 -> 212[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 175[label="compare (vwx3000 :% vwx3001) (vwx31000 :% vwx31001)",fontsize=16,color="black",shape="box"];175 -> 213[label="",style="solid", color="black", weight=3]; 18.92/6.98 176[label="compare (Integer vwx3000) (Integer vwx31000)",fontsize=16,color="black",shape="box"];176 -> 214[label="",style="solid", color="black", weight=3]; 18.92/6.98 177[label="primCmpDouble (Double vwx3000 vwx3001) vwx3100",fontsize=16,color="burlywood",shape="box"];2906[label="vwx3001/Pos vwx30010",fontsize=10,color="white",style="solid",shape="box"];177 -> 2906[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2906 -> 215[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2907[label="vwx3001/Neg vwx30010",fontsize=10,color="white",style="solid",shape="box"];177 -> 2907[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2907 -> 216[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 178[label="compare2 vwx300 vwx3100 (vwx300 == vwx3100)",fontsize=16,color="burlywood",shape="box"];2908[label="vwx300/LT",fontsize=10,color="white",style="solid",shape="box"];178 -> 2908[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2908 -> 217[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2909[label="vwx300/EQ",fontsize=10,color="white",style="solid",shape="box"];178 -> 2909[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2909 -> 218[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2910[label="vwx300/GT",fontsize=10,color="white",style="solid",shape="box"];178 -> 2910[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2910 -> 219[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 179[label="primCmpFloat (Float vwx3000 vwx3001) vwx3100",fontsize=16,color="burlywood",shape="box"];2911[label="vwx3001/Pos vwx30010",fontsize=10,color="white",style="solid",shape="box"];179 -> 2911[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2911 -> 220[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2912[label="vwx3001/Neg vwx30010",fontsize=10,color="white",style="solid",shape="box"];179 -> 2912[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2912 -> 221[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 180[label="compare (vwx3000 : vwx3001) (vwx31000 : vwx31001)",fontsize=16,color="black",shape="box"];180 -> 222[label="",style="solid", color="black", weight=3]; 18.92/6.98 181[label="compare (vwx3000 : vwx3001) []",fontsize=16,color="black",shape="box"];181 -> 223[label="",style="solid", color="black", weight=3]; 18.92/6.98 182[label="compare [] (vwx31000 : vwx31001)",fontsize=16,color="black",shape="box"];182 -> 224[label="",style="solid", color="black", weight=3]; 18.92/6.98 183[label="compare [] []",fontsize=16,color="black",shape="box"];183 -> 225[label="",style="solid", color="black", weight=3]; 18.92/6.98 184 -> 127[label="",style="dashed", color="red", weight=0]; 18.92/6.98 184[label="compare vwx20 vwx21",fontsize=16,color="magenta"];184 -> 226[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 184 -> 227[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 185 -> 128[label="",style="dashed", color="red", weight=0]; 18.92/6.98 185[label="compare vwx20 vwx21",fontsize=16,color="magenta"];185 -> 228[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 185 -> 229[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 186 -> 129[label="",style="dashed", color="red", weight=0]; 18.92/6.98 186[label="compare vwx20 vwx21",fontsize=16,color="magenta"];186 -> 230[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 186 -> 231[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 187 -> 130[label="",style="dashed", color="red", weight=0]; 18.92/6.98 187[label="compare vwx20 vwx21",fontsize=16,color="magenta"];187 -> 232[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 187 -> 233[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 188 -> 131[label="",style="dashed", color="red", weight=0]; 18.92/6.98 188[label="compare vwx20 vwx21",fontsize=16,color="magenta"];188 -> 234[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 188 -> 235[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 189 -> 132[label="",style="dashed", color="red", weight=0]; 18.92/6.98 189[label="compare vwx20 vwx21",fontsize=16,color="magenta"];189 -> 236[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 189 -> 237[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 190 -> 133[label="",style="dashed", color="red", weight=0]; 18.92/6.98 190[label="compare vwx20 vwx21",fontsize=16,color="magenta"];190 -> 238[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 190 -> 239[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 191 -> 134[label="",style="dashed", color="red", weight=0]; 18.92/6.98 191[label="compare vwx20 vwx21",fontsize=16,color="magenta"];191 -> 240[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 191 -> 241[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 192 -> 135[label="",style="dashed", color="red", weight=0]; 18.92/6.98 192[label="compare vwx20 vwx21",fontsize=16,color="magenta"];192 -> 242[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 192 -> 243[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 193 -> 136[label="",style="dashed", color="red", weight=0]; 18.92/6.98 193[label="compare vwx20 vwx21",fontsize=16,color="magenta"];193 -> 244[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 193 -> 245[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 194 -> 137[label="",style="dashed", color="red", weight=0]; 18.92/6.98 194[label="compare vwx20 vwx21",fontsize=16,color="magenta"];194 -> 246[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 194 -> 247[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 195 -> 138[label="",style="dashed", color="red", weight=0]; 18.92/6.98 195[label="compare vwx20 vwx21",fontsize=16,color="magenta"];195 -> 248[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 195 -> 249[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 196 -> 139[label="",style="dashed", color="red", weight=0]; 18.92/6.98 196[label="compare vwx20 vwx21",fontsize=16,color="magenta"];196 -> 250[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 196 -> 251[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 197 -> 140[label="",style="dashed", color="red", weight=0]; 18.92/6.98 197[label="compare vwx20 vwx21",fontsize=16,color="magenta"];197 -> 252[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 197 -> 253[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 198[label="min0 (vwx10 : vwx11) (vwx12 : vwx13) True",fontsize=16,color="black",shape="box"];198 -> 254[label="",style="solid", color="black", weight=3]; 18.92/6.98 199[label="compare2 (vwx3000,vwx3001,vwx3002) vwx3100 ((vwx3000,vwx3001,vwx3002) == vwx3100)",fontsize=16,color="burlywood",shape="box"];2913[label="vwx3100/(vwx31000,vwx31001,vwx31002)",fontsize=10,color="white",style="solid",shape="box"];199 -> 2913[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2913 -> 255[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 200[label="primCmpChar (Char vwx3000) (Char vwx31000)",fontsize=16,color="black",shape="box"];200 -> 256[label="",style="solid", color="black", weight=3]; 18.92/6.98 201[label="EQ",fontsize=16,color="green",shape="box"];202[label="compare2 (vwx3000,vwx3001) vwx3100 ((vwx3000,vwx3001) == vwx3100)",fontsize=16,color="burlywood",shape="box"];2914[label="vwx3100/(vwx31000,vwx31001)",fontsize=10,color="white",style="solid",shape="box"];202 -> 2914[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2914 -> 257[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 203[label="compare2 Nothing vwx3100 (Nothing == vwx3100)",fontsize=16,color="burlywood",shape="box"];2915[label="vwx3100/Nothing",fontsize=10,color="white",style="solid",shape="box"];203 -> 2915[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2915 -> 258[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2916[label="vwx3100/Just vwx31000",fontsize=10,color="white",style="solid",shape="box"];203 -> 2916[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2916 -> 259[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 204[label="compare2 (Just vwx3000) vwx3100 (Just vwx3000 == vwx3100)",fontsize=16,color="burlywood",shape="box"];2917[label="vwx3100/Nothing",fontsize=10,color="white",style="solid",shape="box"];204 -> 2917[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2917 -> 260[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2918[label="vwx3100/Just vwx31000",fontsize=10,color="white",style="solid",shape="box"];204 -> 2918[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2918 -> 261[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 205[label="compare2 False vwx3100 (False == vwx3100)",fontsize=16,color="burlywood",shape="box"];2919[label="vwx3100/False",fontsize=10,color="white",style="solid",shape="box"];205 -> 2919[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2919 -> 262[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2920[label="vwx3100/True",fontsize=10,color="white",style="solid",shape="box"];205 -> 2920[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2920 -> 263[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 206[label="compare2 True vwx3100 (True == vwx3100)",fontsize=16,color="burlywood",shape="box"];2921[label="vwx3100/False",fontsize=10,color="white",style="solid",shape="box"];206 -> 2921[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2921 -> 264[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2922[label="vwx3100/True",fontsize=10,color="white",style="solid",shape="box"];206 -> 2922[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2922 -> 265[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 207[label="primCmpInt (Pos (Succ vwx30000)) vwx3100",fontsize=16,color="burlywood",shape="box"];2923[label="vwx3100/Pos vwx31000",fontsize=10,color="white",style="solid",shape="box"];207 -> 2923[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2923 -> 266[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2924[label="vwx3100/Neg vwx31000",fontsize=10,color="white",style="solid",shape="box"];207 -> 2924[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2924 -> 267[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 208[label="primCmpInt (Pos Zero) vwx3100",fontsize=16,color="burlywood",shape="box"];2925[label="vwx3100/Pos vwx31000",fontsize=10,color="white",style="solid",shape="box"];208 -> 2925[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2925 -> 268[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2926[label="vwx3100/Neg vwx31000",fontsize=10,color="white",style="solid",shape="box"];208 -> 2926[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2926 -> 269[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 209[label="primCmpInt (Neg (Succ vwx30000)) vwx3100",fontsize=16,color="burlywood",shape="box"];2927[label="vwx3100/Pos vwx31000",fontsize=10,color="white",style="solid",shape="box"];209 -> 2927[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2927 -> 270[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2928[label="vwx3100/Neg vwx31000",fontsize=10,color="white",style="solid",shape="box"];209 -> 2928[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2928 -> 271[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 210[label="primCmpInt (Neg Zero) vwx3100",fontsize=16,color="burlywood",shape="box"];2929[label="vwx3100/Pos vwx31000",fontsize=10,color="white",style="solid",shape="box"];210 -> 2929[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2929 -> 272[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2930[label="vwx3100/Neg vwx31000",fontsize=10,color="white",style="solid",shape="box"];210 -> 2930[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2930 -> 273[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 211[label="compare2 (Left vwx3000) vwx3100 (Left vwx3000 == vwx3100)",fontsize=16,color="burlywood",shape="box"];2931[label="vwx3100/Left vwx31000",fontsize=10,color="white",style="solid",shape="box"];211 -> 2931[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2931 -> 274[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2932[label="vwx3100/Right vwx31000",fontsize=10,color="white",style="solid",shape="box"];211 -> 2932[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2932 -> 275[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 212[label="compare2 (Right vwx3000) vwx3100 (Right vwx3000 == vwx3100)",fontsize=16,color="burlywood",shape="box"];2933[label="vwx3100/Left vwx31000",fontsize=10,color="white",style="solid",shape="box"];212 -> 2933[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2933 -> 276[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2934[label="vwx3100/Right vwx31000",fontsize=10,color="white",style="solid",shape="box"];212 -> 2934[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2934 -> 277[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 213[label="compare (vwx3000 * vwx31001) (vwx31000 * vwx3001)",fontsize=16,color="blue",shape="box"];2935[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];213 -> 2935[label="",style="solid", color="blue", weight=9]; 18.92/6.98 2935 -> 278[label="",style="solid", color="blue", weight=3]; 18.92/6.98 2936[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];213 -> 2936[label="",style="solid", color="blue", weight=9]; 18.92/6.98 2936 -> 279[label="",style="solid", color="blue", weight=3]; 18.92/6.98 214 -> 152[label="",style="dashed", color="red", weight=0]; 18.92/6.98 214[label="primCmpInt vwx3000 vwx31000",fontsize=16,color="magenta"];214 -> 280[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 214 -> 281[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 215[label="primCmpDouble (Double vwx3000 (Pos vwx30010)) vwx3100",fontsize=16,color="burlywood",shape="box"];2937[label="vwx3100/Double vwx31000 vwx31001",fontsize=10,color="white",style="solid",shape="box"];215 -> 2937[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2937 -> 282[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 216[label="primCmpDouble (Double vwx3000 (Neg vwx30010)) vwx3100",fontsize=16,color="burlywood",shape="box"];2938[label="vwx3100/Double vwx31000 vwx31001",fontsize=10,color="white",style="solid",shape="box"];216 -> 2938[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2938 -> 283[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 217[label="compare2 LT vwx3100 (LT == vwx3100)",fontsize=16,color="burlywood",shape="box"];2939[label="vwx3100/LT",fontsize=10,color="white",style="solid",shape="box"];217 -> 2939[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2939 -> 284[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2940[label="vwx3100/EQ",fontsize=10,color="white",style="solid",shape="box"];217 -> 2940[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2940 -> 285[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2941[label="vwx3100/GT",fontsize=10,color="white",style="solid",shape="box"];217 -> 2941[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2941 -> 286[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 218[label="compare2 EQ vwx3100 (EQ == vwx3100)",fontsize=16,color="burlywood",shape="box"];2942[label="vwx3100/LT",fontsize=10,color="white",style="solid",shape="box"];218 -> 2942[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2942 -> 287[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2943[label="vwx3100/EQ",fontsize=10,color="white",style="solid",shape="box"];218 -> 2943[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2943 -> 288[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2944[label="vwx3100/GT",fontsize=10,color="white",style="solid",shape="box"];218 -> 2944[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2944 -> 289[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 219[label="compare2 GT vwx3100 (GT == vwx3100)",fontsize=16,color="burlywood",shape="box"];2945[label="vwx3100/LT",fontsize=10,color="white",style="solid",shape="box"];219 -> 2945[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2945 -> 290[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2946[label="vwx3100/EQ",fontsize=10,color="white",style="solid",shape="box"];219 -> 2946[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2946 -> 291[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2947[label="vwx3100/GT",fontsize=10,color="white",style="solid",shape="box"];219 -> 2947[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2947 -> 292[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 220[label="primCmpFloat (Float vwx3000 (Pos vwx30010)) vwx3100",fontsize=16,color="burlywood",shape="box"];2948[label="vwx3100/Float vwx31000 vwx31001",fontsize=10,color="white",style="solid",shape="box"];220 -> 2948[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2948 -> 293[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 221[label="primCmpFloat (Float vwx3000 (Neg vwx30010)) vwx3100",fontsize=16,color="burlywood",shape="box"];2949[label="vwx3100/Float vwx31000 vwx31001",fontsize=10,color="white",style="solid",shape="box"];221 -> 2949[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2949 -> 294[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 222 -> 102[label="",style="dashed", color="red", weight=0]; 18.92/6.98 222[label="primCompAux vwx3000 vwx31000 (compare vwx3001 vwx31001)",fontsize=16,color="magenta"];222 -> 295[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 222 -> 296[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 222 -> 297[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 222 -> 298[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 223[label="GT",fontsize=16,color="green",shape="box"];224[label="LT",fontsize=16,color="green",shape="box"];225[label="EQ",fontsize=16,color="green",shape="box"];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="vwx12 : vwx13",fontsize=16,color="green",shape="box"];255[label="compare2 (vwx3000,vwx3001,vwx3002) (vwx31000,vwx31001,vwx31002) ((vwx3000,vwx3001,vwx3002) == (vwx31000,vwx31001,vwx31002))",fontsize=16,color="black",shape="box"];255 -> 299[label="",style="solid", color="black", weight=3]; 18.92/6.98 256[label="primCmpNat vwx3000 vwx31000",fontsize=16,color="burlywood",shape="triangle"];2950[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];256 -> 2950[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2950 -> 300[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2951[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];256 -> 2951[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2951 -> 301[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 257[label="compare2 (vwx3000,vwx3001) (vwx31000,vwx31001) ((vwx3000,vwx3001) == (vwx31000,vwx31001))",fontsize=16,color="black",shape="box"];257 -> 302[label="",style="solid", color="black", weight=3]; 18.92/6.98 258[label="compare2 Nothing Nothing (Nothing == Nothing)",fontsize=16,color="black",shape="box"];258 -> 303[label="",style="solid", color="black", weight=3]; 18.92/6.98 259[label="compare2 Nothing (Just vwx31000) (Nothing == Just vwx31000)",fontsize=16,color="black",shape="box"];259 -> 304[label="",style="solid", color="black", weight=3]; 18.92/6.98 260[label="compare2 (Just vwx3000) Nothing (Just vwx3000 == Nothing)",fontsize=16,color="black",shape="box"];260 -> 305[label="",style="solid", color="black", weight=3]; 18.92/6.98 261[label="compare2 (Just vwx3000) (Just vwx31000) (Just vwx3000 == Just vwx31000)",fontsize=16,color="black",shape="box"];261 -> 306[label="",style="solid", color="black", weight=3]; 18.92/6.98 262[label="compare2 False False (False == False)",fontsize=16,color="black",shape="box"];262 -> 307[label="",style="solid", color="black", weight=3]; 18.92/6.98 263[label="compare2 False True (False == True)",fontsize=16,color="black",shape="box"];263 -> 308[label="",style="solid", color="black", weight=3]; 18.92/6.98 264[label="compare2 True False (True == False)",fontsize=16,color="black",shape="box"];264 -> 309[label="",style="solid", color="black", weight=3]; 18.92/6.98 265[label="compare2 True True (True == True)",fontsize=16,color="black",shape="box"];265 -> 310[label="",style="solid", color="black", weight=3]; 18.92/6.98 266[label="primCmpInt (Pos (Succ vwx30000)) (Pos vwx31000)",fontsize=16,color="black",shape="box"];266 -> 311[label="",style="solid", color="black", weight=3]; 18.92/6.98 267[label="primCmpInt (Pos (Succ vwx30000)) (Neg vwx31000)",fontsize=16,color="black",shape="box"];267 -> 312[label="",style="solid", color="black", weight=3]; 18.92/6.98 268[label="primCmpInt (Pos Zero) (Pos vwx31000)",fontsize=16,color="burlywood",shape="box"];2952[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];268 -> 2952[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2952 -> 313[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2953[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];268 -> 2953[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2953 -> 314[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 269[label="primCmpInt (Pos Zero) (Neg vwx31000)",fontsize=16,color="burlywood",shape="box"];2954[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];269 -> 2954[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2954 -> 315[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2955[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];269 -> 2955[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2955 -> 316[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 270[label="primCmpInt (Neg (Succ vwx30000)) (Pos vwx31000)",fontsize=16,color="black",shape="box"];270 -> 317[label="",style="solid", color="black", weight=3]; 18.92/6.98 271[label="primCmpInt (Neg (Succ vwx30000)) (Neg vwx31000)",fontsize=16,color="black",shape="box"];271 -> 318[label="",style="solid", color="black", weight=3]; 18.92/6.98 272[label="primCmpInt (Neg Zero) (Pos vwx31000)",fontsize=16,color="burlywood",shape="box"];2956[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];272 -> 2956[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2956 -> 319[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2957[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];272 -> 2957[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2957 -> 320[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 273[label="primCmpInt (Neg Zero) (Neg vwx31000)",fontsize=16,color="burlywood",shape="box"];2958[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];273 -> 2958[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2958 -> 321[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2959[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];273 -> 2959[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2959 -> 322[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 274[label="compare2 (Left vwx3000) (Left vwx31000) (Left vwx3000 == Left vwx31000)",fontsize=16,color="black",shape="box"];274 -> 323[label="",style="solid", color="black", weight=3]; 18.92/6.98 275[label="compare2 (Left vwx3000) (Right vwx31000) (Left vwx3000 == Right vwx31000)",fontsize=16,color="black",shape="box"];275 -> 324[label="",style="solid", color="black", weight=3]; 18.92/6.98 276[label="compare2 (Right vwx3000) (Left vwx31000) (Right vwx3000 == Left vwx31000)",fontsize=16,color="black",shape="box"];276 -> 325[label="",style="solid", color="black", weight=3]; 18.92/6.98 277[label="compare2 (Right vwx3000) (Right vwx31000) (Right vwx3000 == Right vwx31000)",fontsize=16,color="black",shape="box"];277 -> 326[label="",style="solid", color="black", weight=3]; 18.92/6.98 278 -> 133[label="",style="dashed", color="red", weight=0]; 18.92/6.98 278[label="compare (vwx3000 * vwx31001) (vwx31000 * vwx3001)",fontsize=16,color="magenta"];278 -> 327[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 278 -> 328[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 279 -> 136[label="",style="dashed", color="red", weight=0]; 18.92/6.98 279[label="compare (vwx3000 * vwx31001) (vwx31000 * vwx3001)",fontsize=16,color="magenta"];279 -> 329[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 279 -> 330[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 280[label="vwx3000",fontsize=16,color="green",shape="box"];281[label="vwx31000",fontsize=16,color="green",shape="box"];282[label="primCmpDouble (Double vwx3000 (Pos vwx30010)) (Double vwx31000 vwx31001)",fontsize=16,color="burlywood",shape="box"];2960[label="vwx31001/Pos vwx310010",fontsize=10,color="white",style="solid",shape="box"];282 -> 2960[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2960 -> 331[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2961[label="vwx31001/Neg vwx310010",fontsize=10,color="white",style="solid",shape="box"];282 -> 2961[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2961 -> 332[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 283[label="primCmpDouble (Double vwx3000 (Neg vwx30010)) (Double vwx31000 vwx31001)",fontsize=16,color="burlywood",shape="box"];2962[label="vwx31001/Pos vwx310010",fontsize=10,color="white",style="solid",shape="box"];283 -> 2962[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2962 -> 333[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2963[label="vwx31001/Neg vwx310010",fontsize=10,color="white",style="solid",shape="box"];283 -> 2963[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2963 -> 334[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 284[label="compare2 LT LT (LT == LT)",fontsize=16,color="black",shape="box"];284 -> 335[label="",style="solid", color="black", weight=3]; 18.92/6.98 285[label="compare2 LT EQ (LT == EQ)",fontsize=16,color="black",shape="box"];285 -> 336[label="",style="solid", color="black", weight=3]; 18.92/6.98 286[label="compare2 LT GT (LT == GT)",fontsize=16,color="black",shape="box"];286 -> 337[label="",style="solid", color="black", weight=3]; 18.92/6.98 287[label="compare2 EQ LT (EQ == LT)",fontsize=16,color="black",shape="box"];287 -> 338[label="",style="solid", color="black", weight=3]; 18.92/6.98 288[label="compare2 EQ EQ (EQ == EQ)",fontsize=16,color="black",shape="box"];288 -> 339[label="",style="solid", color="black", weight=3]; 18.92/6.98 289[label="compare2 EQ GT (EQ == GT)",fontsize=16,color="black",shape="box"];289 -> 340[label="",style="solid", color="black", weight=3]; 18.92/6.98 290[label="compare2 GT LT (GT == LT)",fontsize=16,color="black",shape="box"];290 -> 341[label="",style="solid", color="black", weight=3]; 18.92/6.98 291[label="compare2 GT EQ (GT == EQ)",fontsize=16,color="black",shape="box"];291 -> 342[label="",style="solid", color="black", weight=3]; 18.92/6.98 292[label="compare2 GT GT (GT == GT)",fontsize=16,color="black",shape="box"];292 -> 343[label="",style="solid", color="black", weight=3]; 18.92/6.98 293[label="primCmpFloat (Float vwx3000 (Pos vwx30010)) (Float vwx31000 vwx31001)",fontsize=16,color="burlywood",shape="box"];2964[label="vwx31001/Pos vwx310010",fontsize=10,color="white",style="solid",shape="box"];293 -> 2964[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2964 -> 344[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2965[label="vwx31001/Neg vwx310010",fontsize=10,color="white",style="solid",shape="box"];293 -> 2965[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2965 -> 345[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 294[label="primCmpFloat (Float vwx3000 (Neg vwx30010)) (Float vwx31000 vwx31001)",fontsize=16,color="burlywood",shape="box"];2966[label="vwx31001/Pos vwx310010",fontsize=10,color="white",style="solid",shape="box"];294 -> 2966[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2966 -> 346[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2967[label="vwx31001/Neg vwx310010",fontsize=10,color="white",style="solid",shape="box"];294 -> 2967[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2967 -> 347[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 295[label="vwx3000",fontsize=16,color="green",shape="box"];296[label="vwx31000",fontsize=16,color="green",shape="box"];297[label="vwx3001",fontsize=16,color="green",shape="box"];298[label="vwx31001",fontsize=16,color="green",shape="box"];299 -> 888[label="",style="dashed", color="red", weight=0]; 18.92/6.98 299[label="compare2 (vwx3000,vwx3001,vwx3002) (vwx31000,vwx31001,vwx31002) (vwx3000 == vwx31000 && vwx3001 == vwx31001 && vwx3002 == vwx31002)",fontsize=16,color="magenta"];299 -> 889[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 299 -> 890[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 299 -> 891[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 299 -> 892[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 299 -> 893[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 299 -> 894[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 299 -> 895[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 300[label="primCmpNat (Succ vwx30000) vwx31000",fontsize=16,color="burlywood",shape="box"];2968[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];300 -> 2968[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2968 -> 356[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2969[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];300 -> 2969[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2969 -> 357[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 301[label="primCmpNat Zero vwx31000",fontsize=16,color="burlywood",shape="box"];2970[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];301 -> 2970[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2970 -> 358[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2971[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];301 -> 2971[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2971 -> 359[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 302 -> 779[label="",style="dashed", color="red", weight=0]; 18.92/6.98 302[label="compare2 (vwx3000,vwx3001) (vwx31000,vwx31001) (vwx3000 == vwx31000 && vwx3001 == vwx31001)",fontsize=16,color="magenta"];302 -> 780[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 302 -> 781[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 302 -> 782[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 302 -> 783[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 302 -> 784[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 303[label="compare2 Nothing Nothing True",fontsize=16,color="black",shape="box"];303 -> 366[label="",style="solid", color="black", weight=3]; 18.92/6.98 304[label="compare2 Nothing (Just vwx31000) False",fontsize=16,color="black",shape="box"];304 -> 367[label="",style="solid", color="black", weight=3]; 18.92/6.98 305[label="compare2 (Just vwx3000) Nothing False",fontsize=16,color="black",shape="box"];305 -> 368[label="",style="solid", color="black", weight=3]; 18.92/6.98 306 -> 369[label="",style="dashed", color="red", weight=0]; 18.92/6.98 306[label="compare2 (Just vwx3000) (Just vwx31000) (vwx3000 == vwx31000)",fontsize=16,color="magenta"];306 -> 370[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 306 -> 371[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 306 -> 372[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 307[label="compare2 False False True",fontsize=16,color="black",shape="box"];307 -> 373[label="",style="solid", color="black", weight=3]; 18.92/6.98 308[label="compare2 False True False",fontsize=16,color="black",shape="box"];308 -> 374[label="",style="solid", color="black", weight=3]; 18.92/6.98 309[label="compare2 True False False",fontsize=16,color="black",shape="box"];309 -> 375[label="",style="solid", color="black", weight=3]; 18.92/6.98 310[label="compare2 True True True",fontsize=16,color="black",shape="box"];310 -> 376[label="",style="solid", color="black", weight=3]; 18.92/6.98 311 -> 256[label="",style="dashed", color="red", weight=0]; 18.92/6.98 311[label="primCmpNat (Succ vwx30000) vwx31000",fontsize=16,color="magenta"];311 -> 377[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 311 -> 378[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 312[label="GT",fontsize=16,color="green",shape="box"];313[label="primCmpInt (Pos Zero) (Pos (Succ vwx310000))",fontsize=16,color="black",shape="box"];313 -> 379[label="",style="solid", color="black", weight=3]; 18.92/6.98 314[label="primCmpInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];314 -> 380[label="",style="solid", color="black", weight=3]; 18.92/6.98 315[label="primCmpInt (Pos Zero) (Neg (Succ vwx310000))",fontsize=16,color="black",shape="box"];315 -> 381[label="",style="solid", color="black", weight=3]; 18.92/6.98 316[label="primCmpInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];316 -> 382[label="",style="solid", color="black", weight=3]; 18.92/6.98 317[label="LT",fontsize=16,color="green",shape="box"];318 -> 256[label="",style="dashed", color="red", weight=0]; 18.92/6.98 318[label="primCmpNat vwx31000 (Succ vwx30000)",fontsize=16,color="magenta"];318 -> 383[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 318 -> 384[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 319[label="primCmpInt (Neg Zero) (Pos (Succ vwx310000))",fontsize=16,color="black",shape="box"];319 -> 385[label="",style="solid", color="black", weight=3]; 18.92/6.98 320[label="primCmpInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];320 -> 386[label="",style="solid", color="black", weight=3]; 18.92/6.98 321[label="primCmpInt (Neg Zero) (Neg (Succ vwx310000))",fontsize=16,color="black",shape="box"];321 -> 387[label="",style="solid", color="black", weight=3]; 18.92/6.98 322[label="primCmpInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];322 -> 388[label="",style="solid", color="black", weight=3]; 18.92/6.98 323 -> 389[label="",style="dashed", color="red", weight=0]; 18.92/6.98 323[label="compare2 (Left vwx3000) (Left vwx31000) (vwx3000 == vwx31000)",fontsize=16,color="magenta"];323 -> 390[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 323 -> 391[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 323 -> 392[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 324[label="compare2 (Left vwx3000) (Right vwx31000) False",fontsize=16,color="black",shape="box"];324 -> 393[label="",style="solid", color="black", weight=3]; 18.92/6.98 325[label="compare2 (Right vwx3000) (Left vwx31000) False",fontsize=16,color="black",shape="box"];325 -> 394[label="",style="solid", color="black", weight=3]; 18.92/6.98 326 -> 395[label="",style="dashed", color="red", weight=0]; 18.92/6.98 326[label="compare2 (Right vwx3000) (Right vwx31000) (vwx3000 == vwx31000)",fontsize=16,color="magenta"];326 -> 396[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 326 -> 397[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 326 -> 398[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 327[label="vwx3000 * vwx31001",fontsize=16,color="black",shape="triangle"];327 -> 399[label="",style="solid", color="black", weight=3]; 18.92/6.98 328 -> 327[label="",style="dashed", color="red", weight=0]; 18.92/6.98 328[label="vwx31000 * vwx3001",fontsize=16,color="magenta"];328 -> 400[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 328 -> 401[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 329[label="vwx3000 * vwx31001",fontsize=16,color="burlywood",shape="triangle"];2972[label="vwx3000/Integer vwx30000",fontsize=10,color="white",style="solid",shape="box"];329 -> 2972[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2972 -> 402[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 330 -> 329[label="",style="dashed", color="red", weight=0]; 18.92/6.98 330[label="vwx31000 * vwx3001",fontsize=16,color="magenta"];330 -> 403[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 330 -> 404[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 331[label="primCmpDouble (Double vwx3000 (Pos vwx30010)) (Double vwx31000 (Pos vwx310010))",fontsize=16,color="black",shape="box"];331 -> 405[label="",style="solid", color="black", weight=3]; 18.92/6.98 332[label="primCmpDouble (Double vwx3000 (Pos vwx30010)) (Double vwx31000 (Neg vwx310010))",fontsize=16,color="black",shape="box"];332 -> 406[label="",style="solid", color="black", weight=3]; 18.92/6.98 333[label="primCmpDouble (Double vwx3000 (Neg vwx30010)) (Double vwx31000 (Pos vwx310010))",fontsize=16,color="black",shape="box"];333 -> 407[label="",style="solid", color="black", weight=3]; 18.92/6.98 334[label="primCmpDouble (Double vwx3000 (Neg vwx30010)) (Double vwx31000 (Neg vwx310010))",fontsize=16,color="black",shape="box"];334 -> 408[label="",style="solid", color="black", weight=3]; 18.92/6.98 335[label="compare2 LT LT True",fontsize=16,color="black",shape="box"];335 -> 409[label="",style="solid", color="black", weight=3]; 18.92/6.98 336[label="compare2 LT EQ False",fontsize=16,color="black",shape="box"];336 -> 410[label="",style="solid", color="black", weight=3]; 18.92/6.98 337[label="compare2 LT GT False",fontsize=16,color="black",shape="box"];337 -> 411[label="",style="solid", color="black", weight=3]; 18.92/6.98 338[label="compare2 EQ LT False",fontsize=16,color="black",shape="box"];338 -> 412[label="",style="solid", color="black", weight=3]; 18.92/6.98 339[label="compare2 EQ EQ True",fontsize=16,color="black",shape="box"];339 -> 413[label="",style="solid", color="black", weight=3]; 18.92/6.98 340[label="compare2 EQ GT False",fontsize=16,color="black",shape="box"];340 -> 414[label="",style="solid", color="black", weight=3]; 18.92/6.98 341[label="compare2 GT LT False",fontsize=16,color="black",shape="box"];341 -> 415[label="",style="solid", color="black", weight=3]; 18.92/6.98 342[label="compare2 GT EQ False",fontsize=16,color="black",shape="box"];342 -> 416[label="",style="solid", color="black", weight=3]; 18.92/6.98 343[label="compare2 GT GT True",fontsize=16,color="black",shape="box"];343 -> 417[label="",style="solid", color="black", weight=3]; 18.92/6.98 344[label="primCmpFloat (Float vwx3000 (Pos vwx30010)) (Float vwx31000 (Pos vwx310010))",fontsize=16,color="black",shape="box"];344 -> 418[label="",style="solid", color="black", weight=3]; 18.92/6.98 345[label="primCmpFloat (Float vwx3000 (Pos vwx30010)) (Float vwx31000 (Neg vwx310010))",fontsize=16,color="black",shape="box"];345 -> 419[label="",style="solid", color="black", weight=3]; 18.92/6.98 346[label="primCmpFloat (Float vwx3000 (Neg vwx30010)) (Float vwx31000 (Pos vwx310010))",fontsize=16,color="black",shape="box"];346 -> 420[label="",style="solid", color="black", weight=3]; 18.92/6.98 347[label="primCmpFloat (Float vwx3000 (Neg vwx30010)) (Float vwx31000 (Neg vwx310010))",fontsize=16,color="black",shape="box"];347 -> 421[label="",style="solid", color="black", weight=3]; 18.92/6.98 889[label="vwx31001",fontsize=16,color="green",shape="box"];890 -> 940[label="",style="dashed", color="red", weight=0]; 18.92/6.98 890[label="vwx3000 == vwx31000 && vwx3001 == vwx31001 && vwx3002 == vwx31002",fontsize=16,color="magenta"];890 -> 941[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 890 -> 942[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 891[label="vwx3001",fontsize=16,color="green",shape="box"];892[label="vwx3002",fontsize=16,color="green",shape="box"];893[label="vwx3000",fontsize=16,color="green",shape="box"];894[label="vwx31002",fontsize=16,color="green",shape="box"];895[label="vwx31000",fontsize=16,color="green",shape="box"];888[label="compare2 (vwx78,vwx79,vwx80) (vwx81,vwx82,vwx83) vwx103",fontsize=16,color="burlywood",shape="triangle"];2973[label="vwx103/False",fontsize=10,color="white",style="solid",shape="box"];888 -> 2973[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2973 -> 935[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2974[label="vwx103/True",fontsize=10,color="white",style="solid",shape="box"];888 -> 2974[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2974 -> 936[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 356[label="primCmpNat (Succ vwx30000) (Succ vwx310000)",fontsize=16,color="black",shape="box"];356 -> 438[label="",style="solid", color="black", weight=3]; 18.92/6.98 357[label="primCmpNat (Succ vwx30000) Zero",fontsize=16,color="black",shape="box"];357 -> 439[label="",style="solid", color="black", weight=3]; 18.92/6.98 358[label="primCmpNat Zero (Succ vwx310000)",fontsize=16,color="black",shape="box"];358 -> 440[label="",style="solid", color="black", weight=3]; 18.92/6.98 359[label="primCmpNat Zero Zero",fontsize=16,color="black",shape="box"];359 -> 441[label="",style="solid", color="black", weight=3]; 18.92/6.98 780[label="vwx3000",fontsize=16,color="green",shape="box"];781[label="vwx3001",fontsize=16,color="green",shape="box"];782[label="vwx31000",fontsize=16,color="green",shape="box"];783[label="vwx31001",fontsize=16,color="green",shape="box"];784 -> 940[label="",style="dashed", color="red", weight=0]; 18.92/6.98 784[label="vwx3000 == vwx31000 && vwx3001 == vwx31001",fontsize=16,color="magenta"];784 -> 943[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 784 -> 944[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 779[label="compare2 (vwx91,vwx92) (vwx93,vwx94) vwx95",fontsize=16,color="burlywood",shape="triangle"];2975[label="vwx95/False",fontsize=10,color="white",style="solid",shape="box"];779 -> 2975[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2975 -> 804[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2976[label="vwx95/True",fontsize=10,color="white",style="solid",shape="box"];779 -> 2976[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2976 -> 805[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 366[label="EQ",fontsize=16,color="green",shape="box"];367[label="compare1 Nothing (Just vwx31000) (Nothing <= Just vwx31000)",fontsize=16,color="black",shape="box"];367 -> 458[label="",style="solid", color="black", weight=3]; 18.92/6.98 368[label="compare1 (Just vwx3000) Nothing (Just vwx3000 <= Nothing)",fontsize=16,color="black",shape="box"];368 -> 459[label="",style="solid", color="black", weight=3]; 18.92/6.98 370[label="vwx31000",fontsize=16,color="green",shape="box"];371[label="vwx3000 == vwx31000",fontsize=16,color="blue",shape="box"];2977[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];371 -> 2977[label="",style="solid", color="blue", weight=9]; 18.92/6.98 2977 -> 460[label="",style="solid", color="blue", weight=3]; 18.92/6.98 2978[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];371 -> 2978[label="",style="solid", color="blue", weight=9]; 18.92/6.98 2978 -> 461[label="",style="solid", color="blue", weight=3]; 18.92/6.98 2979[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];371 -> 2979[label="",style="solid", color="blue", weight=9]; 18.92/6.98 2979 -> 462[label="",style="solid", color="blue", weight=3]; 18.92/6.98 2980[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];371 -> 2980[label="",style="solid", color="blue", weight=9]; 18.92/6.98 2980 -> 463[label="",style="solid", color="blue", weight=3]; 18.92/6.98 2981[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];371 -> 2981[label="",style="solid", color="blue", weight=9]; 18.92/6.98 2981 -> 464[label="",style="solid", color="blue", weight=3]; 18.92/6.98 2982[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];371 -> 2982[label="",style="solid", color="blue", weight=9]; 18.92/6.98 2982 -> 465[label="",style="solid", color="blue", weight=3]; 18.92/6.98 2983[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];371 -> 2983[label="",style="solid", color="blue", weight=9]; 18.92/6.98 2983 -> 466[label="",style="solid", color="blue", weight=3]; 18.92/6.98 2984[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];371 -> 2984[label="",style="solid", color="blue", weight=9]; 18.92/6.98 2984 -> 467[label="",style="solid", color="blue", weight=3]; 18.92/6.98 2985[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];371 -> 2985[label="",style="solid", color="blue", weight=9]; 18.92/6.98 2985 -> 468[label="",style="solid", color="blue", weight=3]; 18.92/6.98 2986[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];371 -> 2986[label="",style="solid", color="blue", weight=9]; 18.92/6.98 2986 -> 469[label="",style="solid", color="blue", weight=3]; 18.92/6.98 2987[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];371 -> 2987[label="",style="solid", color="blue", weight=9]; 18.92/6.98 2987 -> 470[label="",style="solid", color="blue", weight=3]; 18.92/6.98 2988[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];371 -> 2988[label="",style="solid", color="blue", weight=9]; 18.92/6.98 2988 -> 471[label="",style="solid", color="blue", weight=3]; 18.92/6.98 2989[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];371 -> 2989[label="",style="solid", color="blue", weight=9]; 18.92/6.98 2989 -> 472[label="",style="solid", color="blue", weight=3]; 18.92/6.98 2990[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];371 -> 2990[label="",style="solid", color="blue", weight=9]; 18.92/6.98 2990 -> 473[label="",style="solid", color="blue", weight=3]; 18.92/6.98 372[label="vwx3000",fontsize=16,color="green",shape="box"];369[label="compare2 (Just vwx53) (Just vwx54) vwx55",fontsize=16,color="burlywood",shape="triangle"];2991[label="vwx55/False",fontsize=10,color="white",style="solid",shape="box"];369 -> 2991[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2991 -> 474[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 2992[label="vwx55/True",fontsize=10,color="white",style="solid",shape="box"];369 -> 2992[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 2992 -> 475[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 373[label="EQ",fontsize=16,color="green",shape="box"];374[label="compare1 False True (False <= True)",fontsize=16,color="black",shape="box"];374 -> 476[label="",style="solid", color="black", weight=3]; 18.92/6.98 375[label="compare1 True False (True <= False)",fontsize=16,color="black",shape="box"];375 -> 477[label="",style="solid", color="black", weight=3]; 18.92/6.98 376[label="EQ",fontsize=16,color="green",shape="box"];377[label="Succ vwx30000",fontsize=16,color="green",shape="box"];378[label="vwx31000",fontsize=16,color="green",shape="box"];379 -> 256[label="",style="dashed", color="red", weight=0]; 18.92/6.98 379[label="primCmpNat Zero (Succ vwx310000)",fontsize=16,color="magenta"];379 -> 478[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 379 -> 479[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 380[label="EQ",fontsize=16,color="green",shape="box"];381[label="GT",fontsize=16,color="green",shape="box"];382[label="EQ",fontsize=16,color="green",shape="box"];383[label="vwx31000",fontsize=16,color="green",shape="box"];384[label="Succ vwx30000",fontsize=16,color="green",shape="box"];385[label="LT",fontsize=16,color="green",shape="box"];386[label="EQ",fontsize=16,color="green",shape="box"];387 -> 256[label="",style="dashed", color="red", weight=0]; 18.92/6.98 387[label="primCmpNat (Succ vwx310000) Zero",fontsize=16,color="magenta"];387 -> 480[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 387 -> 481[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 388[label="EQ",fontsize=16,color="green",shape="box"];390[label="vwx31000",fontsize=16,color="green",shape="box"];391[label="vwx3000 == vwx31000",fontsize=16,color="blue",shape="box"];2993[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];391 -> 2993[label="",style="solid", color="blue", weight=9]; 18.92/6.98 2993 -> 482[label="",style="solid", color="blue", weight=3]; 18.92/6.98 2994[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];391 -> 2994[label="",style="solid", color="blue", weight=9]; 18.92/6.98 2994 -> 483[label="",style="solid", color="blue", weight=3]; 18.92/6.98 2995[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];391 -> 2995[label="",style="solid", color="blue", weight=9]; 18.92/6.98 2995 -> 484[label="",style="solid", color="blue", weight=3]; 18.92/6.98 2996[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];391 -> 2996[label="",style="solid", color="blue", weight=9]; 18.92/6.98 2996 -> 485[label="",style="solid", color="blue", weight=3]; 18.92/6.98 2997[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];391 -> 2997[label="",style="solid", color="blue", weight=9]; 18.92/6.98 2997 -> 486[label="",style="solid", color="blue", weight=3]; 18.92/6.98 2998[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];391 -> 2998[label="",style="solid", color="blue", weight=9]; 18.92/6.98 2998 -> 487[label="",style="solid", color="blue", weight=3]; 18.92/6.98 2999[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];391 -> 2999[label="",style="solid", color="blue", weight=9]; 18.92/6.98 2999 -> 488[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3000[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];391 -> 3000[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3000 -> 489[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3001[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];391 -> 3001[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3001 -> 490[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3002[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];391 -> 3002[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3002 -> 491[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3003[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];391 -> 3003[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3003 -> 492[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3004[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];391 -> 3004[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3004 -> 493[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3005[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];391 -> 3005[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3005 -> 494[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3006[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];391 -> 3006[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3006 -> 495[label="",style="solid", color="blue", weight=3]; 18.92/6.98 392[label="vwx3000",fontsize=16,color="green",shape="box"];389[label="compare2 (Left vwx60) (Left vwx61) vwx62",fontsize=16,color="burlywood",shape="triangle"];3007[label="vwx62/False",fontsize=10,color="white",style="solid",shape="box"];389 -> 3007[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3007 -> 496[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3008[label="vwx62/True",fontsize=10,color="white",style="solid",shape="box"];389 -> 3008[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3008 -> 497[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 393[label="compare1 (Left vwx3000) (Right vwx31000) (Left vwx3000 <= Right vwx31000)",fontsize=16,color="black",shape="box"];393 -> 498[label="",style="solid", color="black", weight=3]; 18.92/6.98 394[label="compare1 (Right vwx3000) (Left vwx31000) (Right vwx3000 <= Left vwx31000)",fontsize=16,color="black",shape="box"];394 -> 499[label="",style="solid", color="black", weight=3]; 18.92/6.98 396[label="vwx3000",fontsize=16,color="green",shape="box"];397[label="vwx3000 == vwx31000",fontsize=16,color="blue",shape="box"];3009[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];397 -> 3009[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3009 -> 500[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3010[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];397 -> 3010[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3010 -> 501[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3011[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];397 -> 3011[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3011 -> 502[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3012[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];397 -> 3012[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3012 -> 503[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3013[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];397 -> 3013[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3013 -> 504[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3014[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];397 -> 3014[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3014 -> 505[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3015[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];397 -> 3015[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3015 -> 506[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3016[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];397 -> 3016[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3016 -> 507[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3017[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];397 -> 3017[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3017 -> 508[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3018[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];397 -> 3018[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3018 -> 509[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3019[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];397 -> 3019[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3019 -> 510[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3020[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];397 -> 3020[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3020 -> 511[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3021[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];397 -> 3021[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3021 -> 512[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3022[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];397 -> 3022[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3022 -> 513[label="",style="solid", color="blue", weight=3]; 18.92/6.98 398[label="vwx31000",fontsize=16,color="green",shape="box"];395[label="compare2 (Right vwx67) (Right vwx68) vwx69",fontsize=16,color="burlywood",shape="triangle"];3023[label="vwx69/False",fontsize=10,color="white",style="solid",shape="box"];395 -> 3023[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3023 -> 514[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3024[label="vwx69/True",fontsize=10,color="white",style="solid",shape="box"];395 -> 3024[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3024 -> 515[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 399[label="primMulInt vwx3000 vwx31001",fontsize=16,color="burlywood",shape="triangle"];3025[label="vwx3000/Pos vwx30000",fontsize=10,color="white",style="solid",shape="box"];399 -> 3025[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3025 -> 516[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3026[label="vwx3000/Neg vwx30000",fontsize=10,color="white",style="solid",shape="box"];399 -> 3026[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3026 -> 517[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 400[label="vwx3001",fontsize=16,color="green",shape="box"];401[label="vwx31000",fontsize=16,color="green",shape="box"];402[label="Integer vwx30000 * vwx31001",fontsize=16,color="burlywood",shape="box"];3027[label="vwx31001/Integer vwx310010",fontsize=10,color="white",style="solid",shape="box"];402 -> 3027[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3027 -> 518[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 403[label="vwx3001",fontsize=16,color="green",shape="box"];404[label="vwx31000",fontsize=16,color="green",shape="box"];405 -> 133[label="",style="dashed", color="red", weight=0]; 18.92/6.98 405[label="compare (vwx3000 * Pos vwx310010) (Pos vwx30010 * vwx31000)",fontsize=16,color="magenta"];405 -> 519[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 405 -> 520[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 406 -> 133[label="",style="dashed", color="red", weight=0]; 18.92/6.98 406[label="compare (vwx3000 * Pos vwx310010) (Neg vwx30010 * vwx31000)",fontsize=16,color="magenta"];406 -> 521[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 406 -> 522[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 407 -> 133[label="",style="dashed", color="red", weight=0]; 18.92/6.98 407[label="compare (vwx3000 * Neg vwx310010) (Pos vwx30010 * vwx31000)",fontsize=16,color="magenta"];407 -> 523[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 407 -> 524[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 408 -> 133[label="",style="dashed", color="red", weight=0]; 18.92/6.98 408[label="compare (vwx3000 * Neg vwx310010) (Neg vwx30010 * vwx31000)",fontsize=16,color="magenta"];408 -> 525[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 408 -> 526[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 409[label="EQ",fontsize=16,color="green",shape="box"];410[label="compare1 LT EQ (LT <= EQ)",fontsize=16,color="black",shape="box"];410 -> 527[label="",style="solid", color="black", weight=3]; 18.92/6.98 411[label="compare1 LT GT (LT <= GT)",fontsize=16,color="black",shape="box"];411 -> 528[label="",style="solid", color="black", weight=3]; 18.92/6.98 412[label="compare1 EQ LT (EQ <= LT)",fontsize=16,color="black",shape="box"];412 -> 529[label="",style="solid", color="black", weight=3]; 18.92/6.98 413[label="EQ",fontsize=16,color="green",shape="box"];414[label="compare1 EQ GT (EQ <= GT)",fontsize=16,color="black",shape="box"];414 -> 530[label="",style="solid", color="black", weight=3]; 18.92/6.98 415[label="compare1 GT LT (GT <= LT)",fontsize=16,color="black",shape="box"];415 -> 531[label="",style="solid", color="black", weight=3]; 18.92/6.98 416[label="compare1 GT EQ (GT <= EQ)",fontsize=16,color="black",shape="box"];416 -> 532[label="",style="solid", color="black", weight=3]; 18.92/6.98 417[label="EQ",fontsize=16,color="green",shape="box"];418 -> 133[label="",style="dashed", color="red", weight=0]; 18.92/6.98 418[label="compare (vwx3000 * Pos vwx310010) (Pos vwx30010 * vwx31000)",fontsize=16,color="magenta"];418 -> 533[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 418 -> 534[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 419 -> 133[label="",style="dashed", color="red", weight=0]; 18.92/6.98 419[label="compare (vwx3000 * Pos vwx310010) (Neg vwx30010 * vwx31000)",fontsize=16,color="magenta"];419 -> 535[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 419 -> 536[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 420 -> 133[label="",style="dashed", color="red", weight=0]; 18.92/6.98 420[label="compare (vwx3000 * Neg vwx310010) (Pos vwx30010 * vwx31000)",fontsize=16,color="magenta"];420 -> 537[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 420 -> 538[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 421 -> 133[label="",style="dashed", color="red", weight=0]; 18.92/6.98 421[label="compare (vwx3000 * Neg vwx310010) (Neg vwx30010 * vwx31000)",fontsize=16,color="magenta"];421 -> 539[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 421 -> 540[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 941[label="vwx3000 == vwx31000",fontsize=16,color="blue",shape="box"];3028[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];941 -> 3028[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3028 -> 959[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3029[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];941 -> 3029[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3029 -> 960[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3030[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];941 -> 3030[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3030 -> 961[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3031[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];941 -> 3031[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3031 -> 962[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3032[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];941 -> 3032[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3032 -> 963[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3033[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];941 -> 3033[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3033 -> 964[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3034[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];941 -> 3034[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3034 -> 965[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3035[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];941 -> 3035[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3035 -> 966[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3036[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];941 -> 3036[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3036 -> 967[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3037[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];941 -> 3037[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3037 -> 968[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3038[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];941 -> 3038[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3038 -> 969[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3039[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];941 -> 3039[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3039 -> 970[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3040[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];941 -> 3040[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3040 -> 971[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3041[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];941 -> 3041[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3041 -> 972[label="",style="solid", color="blue", weight=3]; 18.92/6.98 942 -> 940[label="",style="dashed", color="red", weight=0]; 18.92/6.98 942[label="vwx3001 == vwx31001 && vwx3002 == vwx31002",fontsize=16,color="magenta"];942 -> 973[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 942 -> 974[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 940[label="vwx108 && vwx109",fontsize=16,color="burlywood",shape="triangle"];3042[label="vwx108/False",fontsize=10,color="white",style="solid",shape="box"];940 -> 3042[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3042 -> 975[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3043[label="vwx108/True",fontsize=10,color="white",style="solid",shape="box"];940 -> 3043[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3043 -> 976[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 935[label="compare2 (vwx78,vwx79,vwx80) (vwx81,vwx82,vwx83) False",fontsize=16,color="black",shape="box"];935 -> 977[label="",style="solid", color="black", weight=3]; 18.92/6.98 936[label="compare2 (vwx78,vwx79,vwx80) (vwx81,vwx82,vwx83) True",fontsize=16,color="black",shape="box"];936 -> 978[label="",style="solid", color="black", weight=3]; 18.92/6.98 438 -> 256[label="",style="dashed", color="red", weight=0]; 18.92/6.98 438[label="primCmpNat vwx30000 vwx310000",fontsize=16,color="magenta"];438 -> 563[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 438 -> 564[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 439[label="GT",fontsize=16,color="green",shape="box"];440[label="LT",fontsize=16,color="green",shape="box"];441[label="EQ",fontsize=16,color="green",shape="box"];943[label="vwx3000 == vwx31000",fontsize=16,color="blue",shape="box"];3044[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];943 -> 3044[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3044 -> 979[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3045[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];943 -> 3045[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3045 -> 980[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3046[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];943 -> 3046[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3046 -> 981[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3047[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];943 -> 3047[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3047 -> 982[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3048[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];943 -> 3048[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3048 -> 983[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3049[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];943 -> 3049[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3049 -> 984[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3050[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];943 -> 3050[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3050 -> 985[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3051[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];943 -> 3051[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3051 -> 986[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3052[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];943 -> 3052[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3052 -> 987[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3053[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];943 -> 3053[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3053 -> 988[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3054[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];943 -> 3054[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3054 -> 989[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3055[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];943 -> 3055[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3055 -> 990[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3056[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];943 -> 3056[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3056 -> 991[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3057[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];943 -> 3057[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3057 -> 992[label="",style="solid", color="blue", weight=3]; 18.92/6.98 944[label="vwx3001 == vwx31001",fontsize=16,color="blue",shape="box"];3058[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];944 -> 3058[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3058 -> 993[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3059[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];944 -> 3059[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3059 -> 994[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3060[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];944 -> 3060[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3060 -> 995[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3061[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];944 -> 3061[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3061 -> 996[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3062[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];944 -> 3062[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3062 -> 997[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3063[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];944 -> 3063[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3063 -> 998[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3064[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];944 -> 3064[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3064 -> 999[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3065[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];944 -> 3065[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3065 -> 1000[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3066[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];944 -> 3066[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3066 -> 1001[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3067[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];944 -> 3067[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3067 -> 1002[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3068[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];944 -> 3068[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3068 -> 1003[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3069[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];944 -> 3069[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3069 -> 1004[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3070[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];944 -> 3070[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3070 -> 1005[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3071[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];944 -> 3071[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3071 -> 1006[label="",style="solid", color="blue", weight=3]; 18.92/6.98 804[label="compare2 (vwx91,vwx92) (vwx93,vwx94) False",fontsize=16,color="black",shape="box"];804 -> 1007[label="",style="solid", color="black", weight=3]; 18.92/6.98 805[label="compare2 (vwx91,vwx92) (vwx93,vwx94) True",fontsize=16,color="black",shape="box"];805 -> 1008[label="",style="solid", color="black", weight=3]; 18.92/6.98 458[label="compare1 Nothing (Just vwx31000) True",fontsize=16,color="black",shape="box"];458 -> 595[label="",style="solid", color="black", weight=3]; 18.92/6.98 459[label="compare1 (Just vwx3000) Nothing False",fontsize=16,color="black",shape="box"];459 -> 596[label="",style="solid", color="black", weight=3]; 18.92/6.98 460 -> 422[label="",style="dashed", color="red", weight=0]; 18.92/6.98 460[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];460 -> 597[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 460 -> 598[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 461 -> 423[label="",style="dashed", color="red", weight=0]; 18.92/6.98 461[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];461 -> 599[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 461 -> 600[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 462 -> 424[label="",style="dashed", color="red", weight=0]; 18.92/6.98 462[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];462 -> 601[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 462 -> 602[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 463 -> 425[label="",style="dashed", color="red", weight=0]; 18.92/6.98 463[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];463 -> 603[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 463 -> 604[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 464 -> 426[label="",style="dashed", color="red", weight=0]; 18.92/6.98 464[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];464 -> 605[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 464 -> 606[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 465 -> 427[label="",style="dashed", color="red", weight=0]; 18.92/6.98 465[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];465 -> 607[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 465 -> 608[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 466 -> 428[label="",style="dashed", color="red", weight=0]; 18.92/6.98 466[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];466 -> 609[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 466 -> 610[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 467 -> 429[label="",style="dashed", color="red", weight=0]; 18.92/6.98 467[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];467 -> 611[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 467 -> 612[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 468 -> 430[label="",style="dashed", color="red", weight=0]; 18.92/6.98 468[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];468 -> 613[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 468 -> 614[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 469 -> 431[label="",style="dashed", color="red", weight=0]; 18.92/6.98 469[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];469 -> 615[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 469 -> 616[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 470 -> 432[label="",style="dashed", color="red", weight=0]; 18.92/6.98 470[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];470 -> 617[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 470 -> 618[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 471 -> 433[label="",style="dashed", color="red", weight=0]; 18.92/6.98 471[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];471 -> 619[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 471 -> 620[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 472 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.98 472[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];472 -> 621[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 472 -> 622[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 473 -> 435[label="",style="dashed", color="red", weight=0]; 18.92/6.98 473[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];473 -> 623[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 473 -> 624[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 474[label="compare2 (Just vwx53) (Just vwx54) False",fontsize=16,color="black",shape="box"];474 -> 625[label="",style="solid", color="black", weight=3]; 18.92/6.98 475[label="compare2 (Just vwx53) (Just vwx54) True",fontsize=16,color="black",shape="box"];475 -> 626[label="",style="solid", color="black", weight=3]; 18.92/6.98 476[label="compare1 False True True",fontsize=16,color="black",shape="box"];476 -> 627[label="",style="solid", color="black", weight=3]; 18.92/6.98 477[label="compare1 True False False",fontsize=16,color="black",shape="box"];477 -> 628[label="",style="solid", color="black", weight=3]; 18.92/6.98 478[label="Zero",fontsize=16,color="green",shape="box"];479[label="Succ vwx310000",fontsize=16,color="green",shape="box"];480[label="Succ vwx310000",fontsize=16,color="green",shape="box"];481[label="Zero",fontsize=16,color="green",shape="box"];482 -> 422[label="",style="dashed", color="red", weight=0]; 18.92/6.98 482[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];482 -> 629[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 482 -> 630[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 483 -> 423[label="",style="dashed", color="red", weight=0]; 18.92/6.98 483[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];483 -> 631[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 483 -> 632[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 484 -> 424[label="",style="dashed", color="red", weight=0]; 18.92/6.98 484[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];484 -> 633[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 484 -> 634[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 485 -> 425[label="",style="dashed", color="red", weight=0]; 18.92/6.98 485[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];485 -> 635[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 485 -> 636[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 486 -> 426[label="",style="dashed", color="red", weight=0]; 18.92/6.98 486[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];486 -> 637[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 486 -> 638[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 487 -> 427[label="",style="dashed", color="red", weight=0]; 18.92/6.98 487[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];487 -> 639[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 487 -> 640[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 488 -> 428[label="",style="dashed", color="red", weight=0]; 18.92/6.98 488[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];488 -> 641[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 488 -> 642[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 489 -> 429[label="",style="dashed", color="red", weight=0]; 18.92/6.98 489[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];489 -> 643[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 489 -> 644[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 490 -> 430[label="",style="dashed", color="red", weight=0]; 18.92/6.98 490[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];490 -> 645[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 490 -> 646[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 491 -> 431[label="",style="dashed", color="red", weight=0]; 18.92/6.98 491[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];491 -> 647[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 491 -> 648[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 492 -> 432[label="",style="dashed", color="red", weight=0]; 18.92/6.98 492[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];492 -> 649[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 492 -> 650[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 493 -> 433[label="",style="dashed", color="red", weight=0]; 18.92/6.98 493[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];493 -> 651[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 493 -> 652[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 494 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.98 494[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];494 -> 653[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 494 -> 654[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 495 -> 435[label="",style="dashed", color="red", weight=0]; 18.92/6.98 495[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];495 -> 655[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 495 -> 656[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 496[label="compare2 (Left vwx60) (Left vwx61) False",fontsize=16,color="black",shape="box"];496 -> 657[label="",style="solid", color="black", weight=3]; 18.92/6.98 497[label="compare2 (Left vwx60) (Left vwx61) True",fontsize=16,color="black",shape="box"];497 -> 658[label="",style="solid", color="black", weight=3]; 18.92/6.98 498[label="compare1 (Left vwx3000) (Right vwx31000) True",fontsize=16,color="black",shape="box"];498 -> 659[label="",style="solid", color="black", weight=3]; 18.92/6.98 499[label="compare1 (Right vwx3000) (Left vwx31000) False",fontsize=16,color="black",shape="box"];499 -> 660[label="",style="solid", color="black", weight=3]; 18.92/6.98 500 -> 422[label="",style="dashed", color="red", weight=0]; 18.92/6.98 500[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];500 -> 661[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 500 -> 662[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 501 -> 423[label="",style="dashed", color="red", weight=0]; 18.92/6.98 501[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];501 -> 663[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 501 -> 664[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 502 -> 424[label="",style="dashed", color="red", weight=0]; 18.92/6.98 502[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];502 -> 665[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 502 -> 666[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 503 -> 425[label="",style="dashed", color="red", weight=0]; 18.92/6.98 503[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];503 -> 667[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 503 -> 668[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 504 -> 426[label="",style="dashed", color="red", weight=0]; 18.92/6.98 504[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];504 -> 669[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 504 -> 670[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 505 -> 427[label="",style="dashed", color="red", weight=0]; 18.92/6.98 505[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];505 -> 671[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 505 -> 672[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 506 -> 428[label="",style="dashed", color="red", weight=0]; 18.92/6.98 506[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];506 -> 673[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 506 -> 674[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 507 -> 429[label="",style="dashed", color="red", weight=0]; 18.92/6.98 507[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];507 -> 675[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 507 -> 676[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 508 -> 430[label="",style="dashed", color="red", weight=0]; 18.92/6.98 508[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];508 -> 677[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 508 -> 678[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 509 -> 431[label="",style="dashed", color="red", weight=0]; 18.92/6.98 509[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];509 -> 679[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 509 -> 680[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 510 -> 432[label="",style="dashed", color="red", weight=0]; 18.92/6.98 510[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];510 -> 681[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 510 -> 682[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 511 -> 433[label="",style="dashed", color="red", weight=0]; 18.92/6.98 511[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];511 -> 683[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 511 -> 684[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 512 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.98 512[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];512 -> 685[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 512 -> 686[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 513 -> 435[label="",style="dashed", color="red", weight=0]; 18.92/6.98 513[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];513 -> 687[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 513 -> 688[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 514[label="compare2 (Right vwx67) (Right vwx68) False",fontsize=16,color="black",shape="box"];514 -> 689[label="",style="solid", color="black", weight=3]; 18.92/6.98 515[label="compare2 (Right vwx67) (Right vwx68) True",fontsize=16,color="black",shape="box"];515 -> 690[label="",style="solid", color="black", weight=3]; 18.92/6.98 516[label="primMulInt (Pos vwx30000) vwx31001",fontsize=16,color="burlywood",shape="box"];3072[label="vwx31001/Pos vwx310010",fontsize=10,color="white",style="solid",shape="box"];516 -> 3072[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3072 -> 691[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3073[label="vwx31001/Neg vwx310010",fontsize=10,color="white",style="solid",shape="box"];516 -> 3073[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3073 -> 692[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 517[label="primMulInt (Neg vwx30000) vwx31001",fontsize=16,color="burlywood",shape="box"];3074[label="vwx31001/Pos vwx310010",fontsize=10,color="white",style="solid",shape="box"];517 -> 3074[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3074 -> 693[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3075[label="vwx31001/Neg vwx310010",fontsize=10,color="white",style="solid",shape="box"];517 -> 3075[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3075 -> 694[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 518[label="Integer vwx30000 * Integer vwx310010",fontsize=16,color="black",shape="box"];518 -> 695[label="",style="solid", color="black", weight=3]; 18.92/6.98 519 -> 327[label="",style="dashed", color="red", weight=0]; 18.92/6.98 519[label="vwx3000 * Pos vwx310010",fontsize=16,color="magenta"];519 -> 696[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 519 -> 697[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 520 -> 327[label="",style="dashed", color="red", weight=0]; 18.92/6.98 520[label="Pos vwx30010 * vwx31000",fontsize=16,color="magenta"];520 -> 698[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 520 -> 699[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 521 -> 327[label="",style="dashed", color="red", weight=0]; 18.92/6.98 521[label="vwx3000 * Pos vwx310010",fontsize=16,color="magenta"];521 -> 700[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 521 -> 701[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 522 -> 327[label="",style="dashed", color="red", weight=0]; 18.92/6.98 522[label="Neg vwx30010 * vwx31000",fontsize=16,color="magenta"];522 -> 702[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 522 -> 703[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 523 -> 327[label="",style="dashed", color="red", weight=0]; 18.92/6.98 523[label="vwx3000 * Neg vwx310010",fontsize=16,color="magenta"];523 -> 704[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 523 -> 705[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 524 -> 327[label="",style="dashed", color="red", weight=0]; 18.92/6.98 524[label="Pos vwx30010 * vwx31000",fontsize=16,color="magenta"];524 -> 706[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 524 -> 707[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 525 -> 327[label="",style="dashed", color="red", weight=0]; 18.92/6.98 525[label="vwx3000 * Neg vwx310010",fontsize=16,color="magenta"];525 -> 708[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 525 -> 709[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 526 -> 327[label="",style="dashed", color="red", weight=0]; 18.92/6.98 526[label="Neg vwx30010 * vwx31000",fontsize=16,color="magenta"];526 -> 710[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 526 -> 711[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 527[label="compare1 LT EQ True",fontsize=16,color="black",shape="box"];527 -> 712[label="",style="solid", color="black", weight=3]; 18.92/6.98 528[label="compare1 LT GT True",fontsize=16,color="black",shape="box"];528 -> 713[label="",style="solid", color="black", weight=3]; 18.92/6.98 529[label="compare1 EQ LT False",fontsize=16,color="black",shape="box"];529 -> 714[label="",style="solid", color="black", weight=3]; 18.92/6.98 530[label="compare1 EQ GT True",fontsize=16,color="black",shape="box"];530 -> 715[label="",style="solid", color="black", weight=3]; 18.92/6.98 531[label="compare1 GT LT False",fontsize=16,color="black",shape="box"];531 -> 716[label="",style="solid", color="black", weight=3]; 18.92/6.98 532[label="compare1 GT EQ False",fontsize=16,color="black",shape="box"];532 -> 717[label="",style="solid", color="black", weight=3]; 18.92/6.98 533 -> 327[label="",style="dashed", color="red", weight=0]; 18.92/6.98 533[label="vwx3000 * Pos vwx310010",fontsize=16,color="magenta"];533 -> 718[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 533 -> 719[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 534 -> 327[label="",style="dashed", color="red", weight=0]; 18.92/6.98 534[label="Pos vwx30010 * vwx31000",fontsize=16,color="magenta"];534 -> 720[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 534 -> 721[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 535 -> 327[label="",style="dashed", color="red", weight=0]; 18.92/6.98 535[label="vwx3000 * Pos vwx310010",fontsize=16,color="magenta"];535 -> 722[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 535 -> 723[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 536 -> 327[label="",style="dashed", color="red", weight=0]; 18.92/6.98 536[label="Neg vwx30010 * vwx31000",fontsize=16,color="magenta"];536 -> 724[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 536 -> 725[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 537 -> 327[label="",style="dashed", color="red", weight=0]; 18.92/6.98 537[label="vwx3000 * Neg vwx310010",fontsize=16,color="magenta"];537 -> 726[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 537 -> 727[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 538 -> 327[label="",style="dashed", color="red", weight=0]; 18.92/6.98 538[label="Pos vwx30010 * vwx31000",fontsize=16,color="magenta"];538 -> 728[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 538 -> 729[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 539 -> 327[label="",style="dashed", color="red", weight=0]; 18.92/6.98 539[label="vwx3000 * Neg vwx310010",fontsize=16,color="magenta"];539 -> 730[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 539 -> 731[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 540 -> 327[label="",style="dashed", color="red", weight=0]; 18.92/6.98 540[label="Neg vwx30010 * vwx31000",fontsize=16,color="magenta"];540 -> 732[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 540 -> 733[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 959 -> 422[label="",style="dashed", color="red", weight=0]; 18.92/6.98 959[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];960 -> 423[label="",style="dashed", color="red", weight=0]; 18.92/6.98 960[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];961 -> 424[label="",style="dashed", color="red", weight=0]; 18.92/6.98 961[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];962 -> 425[label="",style="dashed", color="red", weight=0]; 18.92/6.98 962[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];963 -> 426[label="",style="dashed", color="red", weight=0]; 18.92/6.98 963[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];964 -> 427[label="",style="dashed", color="red", weight=0]; 18.92/6.98 964[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];965 -> 428[label="",style="dashed", color="red", weight=0]; 18.92/6.98 965[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];966 -> 429[label="",style="dashed", color="red", weight=0]; 18.92/6.98 966[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];967 -> 430[label="",style="dashed", color="red", weight=0]; 18.92/6.98 967[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];968 -> 431[label="",style="dashed", color="red", weight=0]; 18.92/6.98 968[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];969 -> 432[label="",style="dashed", color="red", weight=0]; 18.92/6.98 969[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];970 -> 433[label="",style="dashed", color="red", weight=0]; 18.92/6.98 970[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];971 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.98 971[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];972 -> 435[label="",style="dashed", color="red", weight=0]; 18.92/6.98 972[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];973[label="vwx3001 == vwx31001",fontsize=16,color="blue",shape="box"];3076[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 3076[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3076 -> 1017[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3077[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 3077[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3077 -> 1018[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3078[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 3078[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3078 -> 1019[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3079[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 3079[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3079 -> 1020[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3080[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 3080[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3080 -> 1021[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3081[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 3081[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3081 -> 1022[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3082[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 3082[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3082 -> 1023[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3083[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 3083[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3083 -> 1024[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3084[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 3084[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3084 -> 1025[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3085[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 3085[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3085 -> 1026[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3086[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 3086[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3086 -> 1027[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3087[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 3087[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3087 -> 1028[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3088[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 3088[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3088 -> 1029[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3089[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 3089[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3089 -> 1030[label="",style="solid", color="blue", weight=3]; 18.92/6.98 974[label="vwx3002 == vwx31002",fontsize=16,color="blue",shape="box"];3090[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];974 -> 3090[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3090 -> 1031[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3091[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];974 -> 3091[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3091 -> 1032[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3092[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];974 -> 3092[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3092 -> 1033[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3093[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];974 -> 3093[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3093 -> 1034[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3094[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];974 -> 3094[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3094 -> 1035[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3095[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];974 -> 3095[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3095 -> 1036[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3096[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];974 -> 3096[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3096 -> 1037[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3097[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];974 -> 3097[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3097 -> 1038[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3098[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];974 -> 3098[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3098 -> 1039[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3099[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];974 -> 3099[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3099 -> 1040[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3100[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];974 -> 3100[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3100 -> 1041[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3101[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];974 -> 3101[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3101 -> 1042[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3102[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];974 -> 3102[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3102 -> 1043[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3103[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];974 -> 3103[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3103 -> 1044[label="",style="solid", color="blue", weight=3]; 18.92/6.98 975[label="False && vwx109",fontsize=16,color="black",shape="box"];975 -> 1045[label="",style="solid", color="black", weight=3]; 18.92/6.98 976[label="True && vwx109",fontsize=16,color="black",shape="box"];976 -> 1046[label="",style="solid", color="black", weight=3]; 18.92/6.98 977[label="compare1 (vwx78,vwx79,vwx80) (vwx81,vwx82,vwx83) ((vwx78,vwx79,vwx80) <= (vwx81,vwx82,vwx83))",fontsize=16,color="black",shape="box"];977 -> 1047[label="",style="solid", color="black", weight=3]; 18.92/6.98 978[label="EQ",fontsize=16,color="green",shape="box"];563[label="vwx30000",fontsize=16,color="green",shape="box"];564[label="vwx310000",fontsize=16,color="green",shape="box"];979 -> 422[label="",style="dashed", color="red", weight=0]; 18.92/6.98 979[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];979 -> 1048[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 979 -> 1049[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 980 -> 423[label="",style="dashed", color="red", weight=0]; 18.92/6.98 980[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];980 -> 1050[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 980 -> 1051[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 981 -> 424[label="",style="dashed", color="red", weight=0]; 18.92/6.98 981[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];981 -> 1052[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 981 -> 1053[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 982 -> 425[label="",style="dashed", color="red", weight=0]; 18.92/6.98 982[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];982 -> 1054[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 982 -> 1055[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 983 -> 426[label="",style="dashed", color="red", weight=0]; 18.92/6.98 983[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];983 -> 1056[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 983 -> 1057[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 984 -> 427[label="",style="dashed", color="red", weight=0]; 18.92/6.98 984[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];984 -> 1058[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 984 -> 1059[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 985 -> 428[label="",style="dashed", color="red", weight=0]; 18.92/6.98 985[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];985 -> 1060[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 985 -> 1061[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 986 -> 429[label="",style="dashed", color="red", weight=0]; 18.92/6.98 986[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];986 -> 1062[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 986 -> 1063[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 987 -> 430[label="",style="dashed", color="red", weight=0]; 18.92/6.98 987[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];987 -> 1064[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 987 -> 1065[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 988 -> 431[label="",style="dashed", color="red", weight=0]; 18.92/6.98 988[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];988 -> 1066[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 988 -> 1067[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 989 -> 432[label="",style="dashed", color="red", weight=0]; 18.92/6.98 989[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];989 -> 1068[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 989 -> 1069[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 990 -> 433[label="",style="dashed", color="red", weight=0]; 18.92/6.98 990[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];990 -> 1070[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 990 -> 1071[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 991 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.98 991[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];991 -> 1072[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 991 -> 1073[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 992 -> 435[label="",style="dashed", color="red", weight=0]; 18.92/6.98 992[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];992 -> 1074[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 992 -> 1075[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 993 -> 422[label="",style="dashed", color="red", weight=0]; 18.92/6.98 993[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];993 -> 1076[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 993 -> 1077[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 994 -> 423[label="",style="dashed", color="red", weight=0]; 18.92/6.98 994[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];994 -> 1078[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 994 -> 1079[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 995 -> 424[label="",style="dashed", color="red", weight=0]; 18.92/6.98 995[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];995 -> 1080[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 995 -> 1081[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 996 -> 425[label="",style="dashed", color="red", weight=0]; 18.92/6.98 996[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];996 -> 1082[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 996 -> 1083[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 997 -> 426[label="",style="dashed", color="red", weight=0]; 18.92/6.98 997[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];997 -> 1084[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 997 -> 1085[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 998 -> 427[label="",style="dashed", color="red", weight=0]; 18.92/6.98 998[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];998 -> 1086[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 998 -> 1087[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 999 -> 428[label="",style="dashed", color="red", weight=0]; 18.92/6.98 999[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];999 -> 1088[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 999 -> 1089[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1000 -> 429[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1000[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1000 -> 1090[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1000 -> 1091[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1001 -> 430[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1001[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1001 -> 1092[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1001 -> 1093[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1002 -> 431[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1002[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1002 -> 1094[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1002 -> 1095[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1003 -> 432[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1003[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1003 -> 1096[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1003 -> 1097[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1004 -> 433[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1004[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1004 -> 1098[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1004 -> 1099[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1005 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1005[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1005 -> 1100[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1005 -> 1101[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1006 -> 435[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1006[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1006 -> 1102[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1006 -> 1103[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1007[label="compare1 (vwx91,vwx92) (vwx93,vwx94) ((vwx91,vwx92) <= (vwx93,vwx94))",fontsize=16,color="black",shape="box"];1007 -> 1104[label="",style="solid", color="black", weight=3]; 18.92/6.98 1008[label="EQ",fontsize=16,color="green",shape="box"];595[label="LT",fontsize=16,color="green",shape="box"];596[label="compare0 (Just vwx3000) Nothing otherwise",fontsize=16,color="black",shape="box"];596 -> 822[label="",style="solid", color="black", weight=3]; 18.92/6.98 597[label="vwx31000",fontsize=16,color="green",shape="box"];598[label="vwx3000",fontsize=16,color="green",shape="box"];422[label="vwx3000 == vwx31000",fontsize=16,color="black",shape="triangle"];422 -> 541[label="",style="solid", color="black", weight=3]; 18.92/6.98 599[label="vwx31000",fontsize=16,color="green",shape="box"];600[label="vwx3000",fontsize=16,color="green",shape="box"];423[label="vwx3000 == vwx31000",fontsize=16,color="burlywood",shape="triangle"];3104[label="vwx3000/(vwx30000,vwx30001,vwx30002)",fontsize=10,color="white",style="solid",shape="box"];423 -> 3104[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3104 -> 542[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 601[label="vwx31000",fontsize=16,color="green",shape="box"];602[label="vwx3000",fontsize=16,color="green",shape="box"];424[label="vwx3000 == vwx31000",fontsize=16,color="burlywood",shape="triangle"];3105[label="vwx3000/()",fontsize=10,color="white",style="solid",shape="box"];424 -> 3105[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3105 -> 543[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 603[label="vwx31000",fontsize=16,color="green",shape="box"];604[label="vwx3000",fontsize=16,color="green",shape="box"];425[label="vwx3000 == vwx31000",fontsize=16,color="burlywood",shape="triangle"];3106[label="vwx3000/Left vwx30000",fontsize=10,color="white",style="solid",shape="box"];425 -> 3106[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3106 -> 544[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3107[label="vwx3000/Right vwx30000",fontsize=10,color="white",style="solid",shape="box"];425 -> 3107[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3107 -> 545[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 605[label="vwx31000",fontsize=16,color="green",shape="box"];606[label="vwx3000",fontsize=16,color="green",shape="box"];426[label="vwx3000 == vwx31000",fontsize=16,color="black",shape="triangle"];426 -> 546[label="",style="solid", color="black", weight=3]; 18.92/6.98 607[label="vwx31000",fontsize=16,color="green",shape="box"];608[label="vwx3000",fontsize=16,color="green",shape="box"];427[label="vwx3000 == vwx31000",fontsize=16,color="burlywood",shape="triangle"];3108[label="vwx3000/Integer vwx30000",fontsize=10,color="white",style="solid",shape="box"];427 -> 3108[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3108 -> 547[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 609[label="vwx31000",fontsize=16,color="green",shape="box"];610[label="vwx3000",fontsize=16,color="green",shape="box"];428[label="vwx3000 == vwx31000",fontsize=16,color="burlywood",shape="triangle"];3109[label="vwx3000/Nothing",fontsize=10,color="white",style="solid",shape="box"];428 -> 3109[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3109 -> 548[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3110[label="vwx3000/Just vwx30000",fontsize=10,color="white",style="solid",shape="box"];428 -> 3110[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3110 -> 549[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 611[label="vwx31000",fontsize=16,color="green",shape="box"];612[label="vwx3000",fontsize=16,color="green",shape="box"];429[label="vwx3000 == vwx31000",fontsize=16,color="black",shape="triangle"];429 -> 550[label="",style="solid", color="black", weight=3]; 18.92/6.98 613[label="vwx31000",fontsize=16,color="green",shape="box"];614[label="vwx3000",fontsize=16,color="green",shape="box"];430[label="vwx3000 == vwx31000",fontsize=16,color="burlywood",shape="triangle"];3111[label="vwx3000/False",fontsize=10,color="white",style="solid",shape="box"];430 -> 3111[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3111 -> 551[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3112[label="vwx3000/True",fontsize=10,color="white",style="solid",shape="box"];430 -> 3112[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3112 -> 552[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 615[label="vwx31000",fontsize=16,color="green",shape="box"];616[label="vwx3000",fontsize=16,color="green",shape="box"];431[label="vwx3000 == vwx31000",fontsize=16,color="black",shape="triangle"];431 -> 553[label="",style="solid", color="black", weight=3]; 18.92/6.98 617[label="vwx31000",fontsize=16,color="green",shape="box"];618[label="vwx3000",fontsize=16,color="green",shape="box"];432[label="vwx3000 == vwx31000",fontsize=16,color="burlywood",shape="triangle"];3113[label="vwx3000/vwx30000 : vwx30001",fontsize=10,color="white",style="solid",shape="box"];432 -> 3113[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3113 -> 554[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3114[label="vwx3000/[]",fontsize=10,color="white",style="solid",shape="box"];432 -> 3114[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3114 -> 555[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 619[label="vwx31000",fontsize=16,color="green",shape="box"];620[label="vwx3000",fontsize=16,color="green",shape="box"];433[label="vwx3000 == vwx31000",fontsize=16,color="burlywood",shape="triangle"];3115[label="vwx3000/(vwx30000,vwx30001)",fontsize=10,color="white",style="solid",shape="box"];433 -> 3115[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3115 -> 556[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 621[label="vwx31000",fontsize=16,color="green",shape="box"];622[label="vwx3000",fontsize=16,color="green",shape="box"];434[label="vwx3000 == vwx31000",fontsize=16,color="burlywood",shape="triangle"];3116[label="vwx3000/LT",fontsize=10,color="white",style="solid",shape="box"];434 -> 3116[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3116 -> 557[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3117[label="vwx3000/EQ",fontsize=10,color="white",style="solid",shape="box"];434 -> 3117[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3117 -> 558[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3118[label="vwx3000/GT",fontsize=10,color="white",style="solid",shape="box"];434 -> 3118[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3118 -> 559[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 623[label="vwx31000",fontsize=16,color="green",shape="box"];624[label="vwx3000",fontsize=16,color="green",shape="box"];435[label="vwx3000 == vwx31000",fontsize=16,color="burlywood",shape="triangle"];3119[label="vwx3000/vwx30000 :% vwx30001",fontsize=10,color="white",style="solid",shape="box"];435 -> 3119[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3119 -> 560[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 625 -> 1010[label="",style="dashed", color="red", weight=0]; 18.92/6.98 625[label="compare1 (Just vwx53) (Just vwx54) (Just vwx53 <= Just vwx54)",fontsize=16,color="magenta"];625 -> 1011[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 625 -> 1012[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 625 -> 1013[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 626[label="EQ",fontsize=16,color="green",shape="box"];627[label="LT",fontsize=16,color="green",shape="box"];628[label="compare0 True False otherwise",fontsize=16,color="black",shape="box"];628 -> 824[label="",style="solid", color="black", weight=3]; 18.92/6.98 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[label="vwx31000",fontsize=16,color="green",shape="box"];648[label="vwx3000",fontsize=16,color="green",shape="box"];649[label="vwx31000",fontsize=16,color="green",shape="box"];650[label="vwx3000",fontsize=16,color="green",shape="box"];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 -> 1109[label="",style="dashed", color="red", weight=0]; 18.92/6.98 657[label="compare1 (Left vwx60) (Left vwx61) (Left vwx60 <= Left vwx61)",fontsize=16,color="magenta"];657 -> 1110[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 657 -> 1111[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 657 -> 1112[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 658[label="EQ",fontsize=16,color="green",shape="box"];659[label="LT",fontsize=16,color="green",shape="box"];660[label="compare0 (Right vwx3000) (Left vwx31000) otherwise",fontsize=16,color="black",shape="box"];660 -> 826[label="",style="solid", color="black", weight=3]; 18.92/6.98 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[label="vwx31000",fontsize=16,color="green",shape="box"];680[label="vwx3000",fontsize=16,color="green",shape="box"];681[label="vwx31000",fontsize=16,color="green",shape="box"];682[label="vwx3000",fontsize=16,color="green",shape="box"];683[label="vwx31000",fontsize=16,color="green",shape="box"];684[label="vwx3000",fontsize=16,color="green",shape="box"];685[label="vwx31000",fontsize=16,color="green",shape="box"];686[label="vwx3000",fontsize=16,color="green",shape="box"];687[label="vwx31000",fontsize=16,color="green",shape="box"];688[label="vwx3000",fontsize=16,color="green",shape="box"];689 -> 1180[label="",style="dashed", color="red", weight=0]; 18.92/6.98 689[label="compare1 (Right vwx67) (Right vwx68) (Right vwx67 <= Right vwx68)",fontsize=16,color="magenta"];689 -> 1181[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 689 -> 1182[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 689 -> 1183[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 690[label="EQ",fontsize=16,color="green",shape="box"];691[label="primMulInt (Pos vwx30000) (Pos vwx310010)",fontsize=16,color="black",shape="box"];691 -> 828[label="",style="solid", color="black", weight=3]; 18.92/6.98 692[label="primMulInt (Pos vwx30000) (Neg vwx310010)",fontsize=16,color="black",shape="box"];692 -> 829[label="",style="solid", color="black", weight=3]; 18.92/6.98 693[label="primMulInt (Neg vwx30000) (Pos vwx310010)",fontsize=16,color="black",shape="box"];693 -> 830[label="",style="solid", color="black", weight=3]; 18.92/6.98 694[label="primMulInt (Neg vwx30000) (Neg vwx310010)",fontsize=16,color="black",shape="box"];694 -> 831[label="",style="solid", color="black", weight=3]; 18.92/6.98 695[label="Integer (primMulInt vwx30000 vwx310010)",fontsize=16,color="green",shape="box"];695 -> 832[label="",style="dashed", color="green", weight=3]; 18.92/6.98 696[label="Pos vwx310010",fontsize=16,color="green",shape="box"];697[label="vwx3000",fontsize=16,color="green",shape="box"];698[label="vwx31000",fontsize=16,color="green",shape="box"];699[label="Pos vwx30010",fontsize=16,color="green",shape="box"];700[label="Pos vwx310010",fontsize=16,color="green",shape="box"];701[label="vwx3000",fontsize=16,color="green",shape="box"];702[label="vwx31000",fontsize=16,color="green",shape="box"];703[label="Neg vwx30010",fontsize=16,color="green",shape="box"];704[label="Neg vwx310010",fontsize=16,color="green",shape="box"];705[label="vwx3000",fontsize=16,color="green",shape="box"];706[label="vwx31000",fontsize=16,color="green",shape="box"];707[label="Pos vwx30010",fontsize=16,color="green",shape="box"];708[label="Neg vwx310010",fontsize=16,color="green",shape="box"];709[label="vwx3000",fontsize=16,color="green",shape="box"];710[label="vwx31000",fontsize=16,color="green",shape="box"];711[label="Neg vwx30010",fontsize=16,color="green",shape="box"];712[label="LT",fontsize=16,color="green",shape="box"];713[label="LT",fontsize=16,color="green",shape="box"];714[label="compare0 EQ LT otherwise",fontsize=16,color="black",shape="box"];714 -> 833[label="",style="solid", color="black", weight=3]; 18.92/6.98 715[label="LT",fontsize=16,color="green",shape="box"];716[label="compare0 GT LT otherwise",fontsize=16,color="black",shape="box"];716 -> 834[label="",style="solid", color="black", weight=3]; 18.92/6.98 717[label="compare0 GT EQ otherwise",fontsize=16,color="black",shape="box"];717 -> 835[label="",style="solid", color="black", weight=3]; 18.92/6.98 718[label="Pos vwx310010",fontsize=16,color="green",shape="box"];719[label="vwx3000",fontsize=16,color="green",shape="box"];720[label="vwx31000",fontsize=16,color="green",shape="box"];721[label="Pos vwx30010",fontsize=16,color="green",shape="box"];722[label="Pos vwx310010",fontsize=16,color="green",shape="box"];723[label="vwx3000",fontsize=16,color="green",shape="box"];724[label="vwx31000",fontsize=16,color="green",shape="box"];725[label="Neg vwx30010",fontsize=16,color="green",shape="box"];726[label="Neg vwx310010",fontsize=16,color="green",shape="box"];727[label="vwx3000",fontsize=16,color="green",shape="box"];728[label="vwx31000",fontsize=16,color="green",shape="box"];729[label="Pos vwx30010",fontsize=16,color="green",shape="box"];730[label="Neg vwx310010",fontsize=16,color="green",shape="box"];731[label="vwx3000",fontsize=16,color="green",shape="box"];732[label="vwx31000",fontsize=16,color="green",shape="box"];733[label="Neg vwx30010",fontsize=16,color="green",shape="box"];1017 -> 422[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1017[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1017 -> 1116[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1017 -> 1117[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1018 -> 423[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1018[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1018 -> 1118[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1018 -> 1119[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1019 -> 424[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1019[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1019 -> 1120[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1019 -> 1121[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1020 -> 425[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1020[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1020 -> 1122[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1020 -> 1123[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1021 -> 426[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1021[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1021 -> 1124[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1021 -> 1125[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1022 -> 427[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1022[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1022 -> 1126[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1022 -> 1127[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1023 -> 428[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1023[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1023 -> 1128[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1023 -> 1129[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1024 -> 429[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1024[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1024 -> 1130[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1024 -> 1131[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1025 -> 430[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1025[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1025 -> 1132[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1025 -> 1133[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1026 -> 431[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1026[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1026 -> 1134[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1026 -> 1135[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1027 -> 432[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1027[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1027 -> 1136[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1027 -> 1137[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1028 -> 433[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1028[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1028 -> 1138[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1028 -> 1139[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1029 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1029[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1029 -> 1140[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1029 -> 1141[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1030 -> 435[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1030[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1030 -> 1142[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1030 -> 1143[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1031 -> 422[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1031[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];1031 -> 1144[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1031 -> 1145[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1032 -> 423[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1032[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];1032 -> 1146[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1032 -> 1147[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1033 -> 424[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1033[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];1033 -> 1148[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1033 -> 1149[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1034 -> 425[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1034[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];1034 -> 1150[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1034 -> 1151[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1035 -> 426[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1035[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];1035 -> 1152[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1035 -> 1153[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1036 -> 427[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1036[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];1036 -> 1154[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1036 -> 1155[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1037 -> 428[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1037[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];1037 -> 1156[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1037 -> 1157[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1038 -> 429[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1038[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];1038 -> 1158[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1038 -> 1159[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1039 -> 430[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1039[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];1039 -> 1160[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1039 -> 1161[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1040 -> 431[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1040[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];1040 -> 1162[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1040 -> 1163[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1041 -> 432[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1041[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];1041 -> 1164[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1041 -> 1165[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1042 -> 433[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1042[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];1042 -> 1166[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1042 -> 1167[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1043 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1043[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];1043 -> 1168[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1043 -> 1169[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1044 -> 435[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1044[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];1044 -> 1170[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1044 -> 1171[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1045[label="False",fontsize=16,color="green",shape="box"];1046[label="vwx109",fontsize=16,color="green",shape="box"];1047 -> 1201[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1047[label="compare1 (vwx78,vwx79,vwx80) (vwx81,vwx82,vwx83) (vwx78 < vwx81 || vwx78 == vwx81 && (vwx79 < vwx82 || vwx79 == vwx82 && vwx80 <= vwx83))",fontsize=16,color="magenta"];1047 -> 1202[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1047 -> 1203[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1047 -> 1204[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1047 -> 1205[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1047 -> 1206[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1047 -> 1207[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1047 -> 1208[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1047 -> 1209[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1048[label="vwx31000",fontsize=16,color="green",shape="box"];1049[label="vwx3000",fontsize=16,color="green",shape="box"];1050[label="vwx31000",fontsize=16,color="green",shape="box"];1051[label="vwx3000",fontsize=16,color="green",shape="box"];1052[label="vwx31000",fontsize=16,color="green",shape="box"];1053[label="vwx3000",fontsize=16,color="green",shape="box"];1054[label="vwx31000",fontsize=16,color="green",shape="box"];1055[label="vwx3000",fontsize=16,color="green",shape="box"];1056[label="vwx31000",fontsize=16,color="green",shape="box"];1057[label="vwx3000",fontsize=16,color="green",shape="box"];1058[label="vwx31000",fontsize=16,color="green",shape="box"];1059[label="vwx3000",fontsize=16,color="green",shape="box"];1060[label="vwx31000",fontsize=16,color="green",shape="box"];1061[label="vwx3000",fontsize=16,color="green",shape="box"];1062[label="vwx31000",fontsize=16,color="green",shape="box"];1063[label="vwx3000",fontsize=16,color="green",shape="box"];1064[label="vwx31000",fontsize=16,color="green",shape="box"];1065[label="vwx3000",fontsize=16,color="green",shape="box"];1066[label="vwx31000",fontsize=16,color="green",shape="box"];1067[label="vwx3000",fontsize=16,color="green",shape="box"];1068[label="vwx31000",fontsize=16,color="green",shape="box"];1069[label="vwx3000",fontsize=16,color="green",shape="box"];1070[label="vwx31000",fontsize=16,color="green",shape="box"];1071[label="vwx3000",fontsize=16,color="green",shape="box"];1072[label="vwx31000",fontsize=16,color="green",shape="box"];1073[label="vwx3000",fontsize=16,color="green",shape="box"];1074[label="vwx31000",fontsize=16,color="green",shape="box"];1075[label="vwx3000",fontsize=16,color="green",shape="box"];1076[label="vwx31001",fontsize=16,color="green",shape="box"];1077[label="vwx3001",fontsize=16,color="green",shape="box"];1078[label="vwx31001",fontsize=16,color="green",shape="box"];1079[label="vwx3001",fontsize=16,color="green",shape="box"];1080[label="vwx31001",fontsize=16,color="green",shape="box"];1081[label="vwx3001",fontsize=16,color="green",shape="box"];1082[label="vwx31001",fontsize=16,color="green",shape="box"];1083[label="vwx3001",fontsize=16,color="green",shape="box"];1084[label="vwx31001",fontsize=16,color="green",shape="box"];1085[label="vwx3001",fontsize=16,color="green",shape="box"];1086[label="vwx31001",fontsize=16,color="green",shape="box"];1087[label="vwx3001",fontsize=16,color="green",shape="box"];1088[label="vwx31001",fontsize=16,color="green",shape="box"];1089[label="vwx3001",fontsize=16,color="green",shape="box"];1090[label="vwx31001",fontsize=16,color="green",shape="box"];1091[label="vwx3001",fontsize=16,color="green",shape="box"];1092[label="vwx31001",fontsize=16,color="green",shape="box"];1093[label="vwx3001",fontsize=16,color="green",shape="box"];1094[label="vwx31001",fontsize=16,color="green",shape="box"];1095[label="vwx3001",fontsize=16,color="green",shape="box"];1096[label="vwx31001",fontsize=16,color="green",shape="box"];1097[label="vwx3001",fontsize=16,color="green",shape="box"];1098[label="vwx31001",fontsize=16,color="green",shape="box"];1099[label="vwx3001",fontsize=16,color="green",shape="box"];1100[label="vwx31001",fontsize=16,color="green",shape="box"];1101[label="vwx3001",fontsize=16,color="green",shape="box"];1102[label="vwx31001",fontsize=16,color="green",shape="box"];1103[label="vwx3001",fontsize=16,color="green",shape="box"];1104 -> 1238[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1104[label="compare1 (vwx91,vwx92) (vwx93,vwx94) (vwx91 < vwx93 || vwx91 == vwx93 && vwx92 <= vwx94)",fontsize=16,color="magenta"];1104 -> 1239[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1104 -> 1240[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1104 -> 1241[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1104 -> 1242[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1104 -> 1243[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1104 -> 1244[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 822[label="compare0 (Just vwx3000) Nothing True",fontsize=16,color="black",shape="box"];822 -> 1009[label="",style="solid", color="black", weight=3]; 18.92/6.98 541[label="primEqFloat vwx3000 vwx31000",fontsize=16,color="burlywood",shape="box"];3120[label="vwx3000/Float vwx30000 vwx30001",fontsize=10,color="white",style="solid",shape="box"];541 -> 3120[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3120 -> 734[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 542[label="(vwx30000,vwx30001,vwx30002) == vwx31000",fontsize=16,color="burlywood",shape="box"];3121[label="vwx31000/(vwx310000,vwx310001,vwx310002)",fontsize=10,color="white",style="solid",shape="box"];542 -> 3121[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3121 -> 735[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 543[label="() == vwx31000",fontsize=16,color="burlywood",shape="box"];3122[label="vwx31000/()",fontsize=10,color="white",style="solid",shape="box"];543 -> 3122[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3122 -> 736[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 544[label="Left vwx30000 == vwx31000",fontsize=16,color="burlywood",shape="box"];3123[label="vwx31000/Left vwx310000",fontsize=10,color="white",style="solid",shape="box"];544 -> 3123[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3123 -> 737[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3124[label="vwx31000/Right vwx310000",fontsize=10,color="white",style="solid",shape="box"];544 -> 3124[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3124 -> 738[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 545[label="Right vwx30000 == vwx31000",fontsize=16,color="burlywood",shape="box"];3125[label="vwx31000/Left vwx310000",fontsize=10,color="white",style="solid",shape="box"];545 -> 3125[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3125 -> 739[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3126[label="vwx31000/Right vwx310000",fontsize=10,color="white",style="solid",shape="box"];545 -> 3126[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3126 -> 740[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 546[label="primEqInt vwx3000 vwx31000",fontsize=16,color="burlywood",shape="triangle"];3127[label="vwx3000/Pos vwx30000",fontsize=10,color="white",style="solid",shape="box"];546 -> 3127[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3127 -> 741[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3128[label="vwx3000/Neg vwx30000",fontsize=10,color="white",style="solid",shape="box"];546 -> 3128[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3128 -> 742[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 547[label="Integer vwx30000 == vwx31000",fontsize=16,color="burlywood",shape="box"];3129[label="vwx31000/Integer vwx310000",fontsize=10,color="white",style="solid",shape="box"];547 -> 3129[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3129 -> 743[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 548[label="Nothing == vwx31000",fontsize=16,color="burlywood",shape="box"];3130[label="vwx31000/Nothing",fontsize=10,color="white",style="solid",shape="box"];548 -> 3130[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3130 -> 744[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3131[label="vwx31000/Just vwx310000",fontsize=10,color="white",style="solid",shape="box"];548 -> 3131[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3131 -> 745[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 549[label="Just vwx30000 == vwx31000",fontsize=16,color="burlywood",shape="box"];3132[label="vwx31000/Nothing",fontsize=10,color="white",style="solid",shape="box"];549 -> 3132[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3132 -> 746[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3133[label="vwx31000/Just vwx310000",fontsize=10,color="white",style="solid",shape="box"];549 -> 3133[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3133 -> 747[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 550[label="primEqDouble vwx3000 vwx31000",fontsize=16,color="burlywood",shape="box"];3134[label="vwx3000/Double vwx30000 vwx30001",fontsize=10,color="white",style="solid",shape="box"];550 -> 3134[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3134 -> 748[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 551[label="False == vwx31000",fontsize=16,color="burlywood",shape="box"];3135[label="vwx31000/False",fontsize=10,color="white",style="solid",shape="box"];551 -> 3135[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3135 -> 749[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3136[label="vwx31000/True",fontsize=10,color="white",style="solid",shape="box"];551 -> 3136[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3136 -> 750[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 552[label="True == vwx31000",fontsize=16,color="burlywood",shape="box"];3137[label="vwx31000/False",fontsize=10,color="white",style="solid",shape="box"];552 -> 3137[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3137 -> 751[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3138[label="vwx31000/True",fontsize=10,color="white",style="solid",shape="box"];552 -> 3138[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3138 -> 752[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 553[label="primEqChar vwx3000 vwx31000",fontsize=16,color="burlywood",shape="box"];3139[label="vwx3000/Char vwx30000",fontsize=10,color="white",style="solid",shape="box"];553 -> 3139[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3139 -> 753[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 554[label="vwx30000 : vwx30001 == vwx31000",fontsize=16,color="burlywood",shape="box"];3140[label="vwx31000/vwx310000 : vwx310001",fontsize=10,color="white",style="solid",shape="box"];554 -> 3140[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3140 -> 754[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3141[label="vwx31000/[]",fontsize=10,color="white",style="solid",shape="box"];554 -> 3141[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3141 -> 755[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 555[label="[] == vwx31000",fontsize=16,color="burlywood",shape="box"];3142[label="vwx31000/vwx310000 : vwx310001",fontsize=10,color="white",style="solid",shape="box"];555 -> 3142[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3142 -> 756[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3143[label="vwx31000/[]",fontsize=10,color="white",style="solid",shape="box"];555 -> 3143[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3143 -> 757[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 556[label="(vwx30000,vwx30001) == vwx31000",fontsize=16,color="burlywood",shape="box"];3144[label="vwx31000/(vwx310000,vwx310001)",fontsize=10,color="white",style="solid",shape="box"];556 -> 3144[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3144 -> 758[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 557[label="LT == vwx31000",fontsize=16,color="burlywood",shape="box"];3145[label="vwx31000/LT",fontsize=10,color="white",style="solid",shape="box"];557 -> 3145[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3145 -> 759[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3146[label="vwx31000/EQ",fontsize=10,color="white",style="solid",shape="box"];557 -> 3146[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3146 -> 760[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3147[label="vwx31000/GT",fontsize=10,color="white",style="solid",shape="box"];557 -> 3147[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3147 -> 761[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 558[label="EQ == vwx31000",fontsize=16,color="burlywood",shape="box"];3148[label="vwx31000/LT",fontsize=10,color="white",style="solid",shape="box"];558 -> 3148[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3148 -> 762[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3149[label="vwx31000/EQ",fontsize=10,color="white",style="solid",shape="box"];558 -> 3149[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3149 -> 763[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3150[label="vwx31000/GT",fontsize=10,color="white",style="solid",shape="box"];558 -> 3150[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3150 -> 764[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 559[label="GT == vwx31000",fontsize=16,color="burlywood",shape="box"];3151[label="vwx31000/LT",fontsize=10,color="white",style="solid",shape="box"];559 -> 3151[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3151 -> 765[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3152[label="vwx31000/EQ",fontsize=10,color="white",style="solid",shape="box"];559 -> 3152[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3152 -> 766[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3153[label="vwx31000/GT",fontsize=10,color="white",style="solid",shape="box"];559 -> 3153[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3153 -> 767[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 560[label="vwx30000 :% vwx30001 == vwx31000",fontsize=16,color="burlywood",shape="box"];3154[label="vwx31000/vwx310000 :% vwx310001",fontsize=10,color="white",style="solid",shape="box"];560 -> 3154[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3154 -> 768[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 1011[label="vwx53",fontsize=16,color="green",shape="box"];1012[label="vwx54",fontsize=16,color="green",shape="box"];1013[label="Just vwx53 <= Just vwx54",fontsize=16,color="black",shape="box"];1013 -> 1105[label="",style="solid", color="black", weight=3]; 18.92/6.98 1010[label="compare1 (Just vwx114) (Just vwx115) vwx116",fontsize=16,color="burlywood",shape="triangle"];3155[label="vwx116/False",fontsize=10,color="white",style="solid",shape="box"];1010 -> 3155[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3155 -> 1106[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3156[label="vwx116/True",fontsize=10,color="white",style="solid",shape="box"];1010 -> 3156[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3156 -> 1107[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 824[label="compare0 True False True",fontsize=16,color="black",shape="box"];824 -> 1108[label="",style="solid", color="black", weight=3]; 18.92/6.98 1110[label="vwx60",fontsize=16,color="green",shape="box"];1111[label="vwx61",fontsize=16,color="green",shape="box"];1112[label="Left vwx60 <= Left vwx61",fontsize=16,color="black",shape="box"];1112 -> 1176[label="",style="solid", color="black", weight=3]; 18.92/6.98 1109[label="compare1 (Left vwx121) (Left vwx122) vwx123",fontsize=16,color="burlywood",shape="triangle"];3157[label="vwx123/False",fontsize=10,color="white",style="solid",shape="box"];1109 -> 3157[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3157 -> 1177[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3158[label="vwx123/True",fontsize=10,color="white",style="solid",shape="box"];1109 -> 3158[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3158 -> 1178[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 826[label="compare0 (Right vwx3000) (Left vwx31000) True",fontsize=16,color="black",shape="box"];826 -> 1179[label="",style="solid", color="black", weight=3]; 18.92/6.98 1181[label="vwx68",fontsize=16,color="green",shape="box"];1182[label="vwx67",fontsize=16,color="green",shape="box"];1183[label="Right vwx67 <= Right vwx68",fontsize=16,color="black",shape="box"];1183 -> 1187[label="",style="solid", color="black", weight=3]; 18.92/6.98 1180[label="compare1 (Right vwx131) (Right vwx132) vwx133",fontsize=16,color="burlywood",shape="triangle"];3159[label="vwx133/False",fontsize=10,color="white",style="solid",shape="box"];1180 -> 3159[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3159 -> 1188[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3160[label="vwx133/True",fontsize=10,color="white",style="solid",shape="box"];1180 -> 3160[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3160 -> 1189[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 828[label="Pos (primMulNat vwx30000 vwx310010)",fontsize=16,color="green",shape="box"];828 -> 1190[label="",style="dashed", color="green", weight=3]; 18.92/6.98 829[label="Neg (primMulNat vwx30000 vwx310010)",fontsize=16,color="green",shape="box"];829 -> 1191[label="",style="dashed", color="green", weight=3]; 18.92/6.98 830[label="Neg (primMulNat vwx30000 vwx310010)",fontsize=16,color="green",shape="box"];830 -> 1192[label="",style="dashed", color="green", weight=3]; 18.92/6.98 831[label="Pos (primMulNat vwx30000 vwx310010)",fontsize=16,color="green",shape="box"];831 -> 1193[label="",style="dashed", color="green", weight=3]; 18.92/6.98 832 -> 399[label="",style="dashed", color="red", weight=0]; 18.92/6.98 832[label="primMulInt vwx30000 vwx310010",fontsize=16,color="magenta"];832 -> 1194[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 832 -> 1195[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 833[label="compare0 EQ LT True",fontsize=16,color="black",shape="box"];833 -> 1196[label="",style="solid", color="black", weight=3]; 18.92/6.98 834[label="compare0 GT LT True",fontsize=16,color="black",shape="box"];834 -> 1197[label="",style="solid", color="black", weight=3]; 18.92/6.98 835[label="compare0 GT EQ True",fontsize=16,color="black",shape="box"];835 -> 1198[label="",style="solid", color="black", weight=3]; 18.92/6.98 1116[label="vwx31001",fontsize=16,color="green",shape="box"];1117[label="vwx3001",fontsize=16,color="green",shape="box"];1118[label="vwx31001",fontsize=16,color="green",shape="box"];1119[label="vwx3001",fontsize=16,color="green",shape="box"];1120[label="vwx31001",fontsize=16,color="green",shape="box"];1121[label="vwx3001",fontsize=16,color="green",shape="box"];1122[label="vwx31001",fontsize=16,color="green",shape="box"];1123[label="vwx3001",fontsize=16,color="green",shape="box"];1124[label="vwx31001",fontsize=16,color="green",shape="box"];1125[label="vwx3001",fontsize=16,color="green",shape="box"];1126[label="vwx31001",fontsize=16,color="green",shape="box"];1127[label="vwx3001",fontsize=16,color="green",shape="box"];1128[label="vwx31001",fontsize=16,color="green",shape="box"];1129[label="vwx3001",fontsize=16,color="green",shape="box"];1130[label="vwx31001",fontsize=16,color="green",shape="box"];1131[label="vwx3001",fontsize=16,color="green",shape="box"];1132[label="vwx31001",fontsize=16,color="green",shape="box"];1133[label="vwx3001",fontsize=16,color="green",shape="box"];1134[label="vwx31001",fontsize=16,color="green",shape="box"];1135[label="vwx3001",fontsize=16,color="green",shape="box"];1136[label="vwx31001",fontsize=16,color="green",shape="box"];1137[label="vwx3001",fontsize=16,color="green",shape="box"];1138[label="vwx31001",fontsize=16,color="green",shape="box"];1139[label="vwx3001",fontsize=16,color="green",shape="box"];1140[label="vwx31001",fontsize=16,color="green",shape="box"];1141[label="vwx3001",fontsize=16,color="green",shape="box"];1142[label="vwx31001",fontsize=16,color="green",shape="box"];1143[label="vwx3001",fontsize=16,color="green",shape="box"];1144[label="vwx31002",fontsize=16,color="green",shape="box"];1145[label="vwx3002",fontsize=16,color="green",shape="box"];1146[label="vwx31002",fontsize=16,color="green",shape="box"];1147[label="vwx3002",fontsize=16,color="green",shape="box"];1148[label="vwx31002",fontsize=16,color="green",shape="box"];1149[label="vwx3002",fontsize=16,color="green",shape="box"];1150[label="vwx31002",fontsize=16,color="green",shape="box"];1151[label="vwx3002",fontsize=16,color="green",shape="box"];1152[label="vwx31002",fontsize=16,color="green",shape="box"];1153[label="vwx3002",fontsize=16,color="green",shape="box"];1154[label="vwx31002",fontsize=16,color="green",shape="box"];1155[label="vwx3002",fontsize=16,color="green",shape="box"];1156[label="vwx31002",fontsize=16,color="green",shape="box"];1157[label="vwx3002",fontsize=16,color="green",shape="box"];1158[label="vwx31002",fontsize=16,color="green",shape="box"];1159[label="vwx3002",fontsize=16,color="green",shape="box"];1160[label="vwx31002",fontsize=16,color="green",shape="box"];1161[label="vwx3002",fontsize=16,color="green",shape="box"];1162[label="vwx31002",fontsize=16,color="green",shape="box"];1163[label="vwx3002",fontsize=16,color="green",shape="box"];1164[label="vwx31002",fontsize=16,color="green",shape="box"];1165[label="vwx3002",fontsize=16,color="green",shape="box"];1166[label="vwx31002",fontsize=16,color="green",shape="box"];1167[label="vwx3002",fontsize=16,color="green",shape="box"];1168[label="vwx31002",fontsize=16,color="green",shape="box"];1169[label="vwx3002",fontsize=16,color="green",shape="box"];1170[label="vwx31002",fontsize=16,color="green",shape="box"];1171[label="vwx3002",fontsize=16,color="green",shape="box"];1202[label="vwx79",fontsize=16,color="green",shape="box"];1203[label="vwx78 < vwx81",fontsize=16,color="blue",shape="box"];3161[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1203 -> 3161[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3161 -> 1218[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3162[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1203 -> 3162[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3162 -> 1219[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3163[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1203 -> 3163[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3163 -> 1220[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3164[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1203 -> 3164[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3164 -> 1221[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3165[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1203 -> 3165[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3165 -> 1222[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3166[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1203 -> 3166[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3166 -> 1223[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3167[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1203 -> 3167[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3167 -> 1224[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3168[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1203 -> 3168[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3168 -> 1225[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3169[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1203 -> 3169[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3169 -> 1226[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3170[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1203 -> 3170[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3170 -> 1227[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3171[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1203 -> 3171[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3171 -> 1228[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3172[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1203 -> 3172[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3172 -> 1229[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3173[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1203 -> 3173[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3173 -> 1230[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3174[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1203 -> 3174[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3174 -> 1231[label="",style="solid", color="blue", weight=3]; 18.92/6.98 1204[label="vwx83",fontsize=16,color="green",shape="box"];1205[label="vwx81",fontsize=16,color="green",shape="box"];1206[label="vwx78",fontsize=16,color="green",shape="box"];1207[label="vwx80",fontsize=16,color="green",shape="box"];1208[label="vwx82",fontsize=16,color="green",shape="box"];1209 -> 940[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1209[label="vwx78 == vwx81 && (vwx79 < vwx82 || vwx79 == vwx82 && vwx80 <= vwx83)",fontsize=16,color="magenta"];1209 -> 1232[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1209 -> 1233[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1201[label="compare1 (vwx143,vwx144,vwx145) (vwx146,vwx147,vwx148) (vwx149 || vwx150)",fontsize=16,color="burlywood",shape="triangle"];3175[label="vwx149/False",fontsize=10,color="white",style="solid",shape="box"];1201 -> 3175[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3175 -> 1234[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3176[label="vwx149/True",fontsize=10,color="white",style="solid",shape="box"];1201 -> 3176[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3176 -> 1235[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 1239[label="vwx93",fontsize=16,color="green",shape="box"];1240[label="vwx92",fontsize=16,color="green",shape="box"];1241[label="vwx91 < vwx93",fontsize=16,color="blue",shape="box"];3177[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1241 -> 3177[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3177 -> 1251[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3178[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1241 -> 3178[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3178 -> 1252[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3179[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1241 -> 3179[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3179 -> 1253[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3180[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1241 -> 3180[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3180 -> 1254[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3181[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1241 -> 3181[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3181 -> 1255[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3182[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1241 -> 3182[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3182 -> 1256[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3183[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1241 -> 3183[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3183 -> 1257[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3184[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1241 -> 3184[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3184 -> 1258[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3185[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1241 -> 3185[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3185 -> 1259[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3186[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1241 -> 3186[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3186 -> 1260[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3187[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1241 -> 3187[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3187 -> 1261[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3188[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1241 -> 3188[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3188 -> 1262[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3189[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1241 -> 3189[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3189 -> 1263[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3190[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1241 -> 3190[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3190 -> 1264[label="",style="solid", color="blue", weight=3]; 18.92/6.98 1242[label="vwx94",fontsize=16,color="green",shape="box"];1243[label="vwx91",fontsize=16,color="green",shape="box"];1244 -> 940[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1244[label="vwx91 == vwx93 && vwx92 <= vwx94",fontsize=16,color="magenta"];1244 -> 1265[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1244 -> 1266[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1238[label="compare1 (vwx158,vwx159) (vwx160,vwx161) (vwx162 || vwx163)",fontsize=16,color="burlywood",shape="triangle"];3191[label="vwx162/False",fontsize=10,color="white",style="solid",shape="box"];1238 -> 3191[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3191 -> 1267[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3192[label="vwx162/True",fontsize=10,color="white",style="solid",shape="box"];1238 -> 3192[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3192 -> 1268[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 1009[label="GT",fontsize=16,color="green",shape="box"];734[label="primEqFloat (Float vwx30000 vwx30001) vwx31000",fontsize=16,color="burlywood",shape="box"];3193[label="vwx31000/Float vwx310000 vwx310001",fontsize=10,color="white",style="solid",shape="box"];734 -> 3193[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3193 -> 836[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 735[label="(vwx30000,vwx30001,vwx30002) == (vwx310000,vwx310001,vwx310002)",fontsize=16,color="black",shape="box"];735 -> 837[label="",style="solid", color="black", weight=3]; 18.92/6.98 736[label="() == ()",fontsize=16,color="black",shape="box"];736 -> 838[label="",style="solid", color="black", weight=3]; 18.92/6.98 737[label="Left vwx30000 == Left vwx310000",fontsize=16,color="black",shape="box"];737 -> 839[label="",style="solid", color="black", weight=3]; 18.92/6.98 738[label="Left vwx30000 == Right vwx310000",fontsize=16,color="black",shape="box"];738 -> 840[label="",style="solid", color="black", weight=3]; 18.92/6.98 739[label="Right vwx30000 == Left vwx310000",fontsize=16,color="black",shape="box"];739 -> 841[label="",style="solid", color="black", weight=3]; 18.92/6.98 740[label="Right vwx30000 == Right vwx310000",fontsize=16,color="black",shape="box"];740 -> 842[label="",style="solid", color="black", weight=3]; 18.92/6.98 741[label="primEqInt (Pos vwx30000) vwx31000",fontsize=16,color="burlywood",shape="box"];3194[label="vwx30000/Succ vwx300000",fontsize=10,color="white",style="solid",shape="box"];741 -> 3194[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3194 -> 843[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3195[label="vwx30000/Zero",fontsize=10,color="white",style="solid",shape="box"];741 -> 3195[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3195 -> 844[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 742[label="primEqInt (Neg vwx30000) vwx31000",fontsize=16,color="burlywood",shape="box"];3196[label="vwx30000/Succ vwx300000",fontsize=10,color="white",style="solid",shape="box"];742 -> 3196[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3196 -> 845[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3197[label="vwx30000/Zero",fontsize=10,color="white",style="solid",shape="box"];742 -> 3197[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3197 -> 846[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 743[label="Integer vwx30000 == Integer vwx310000",fontsize=16,color="black",shape="box"];743 -> 847[label="",style="solid", color="black", weight=3]; 18.92/6.98 744[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];744 -> 848[label="",style="solid", color="black", weight=3]; 18.92/6.98 745[label="Nothing == Just vwx310000",fontsize=16,color="black",shape="box"];745 -> 849[label="",style="solid", color="black", weight=3]; 18.92/6.98 746[label="Just vwx30000 == Nothing",fontsize=16,color="black",shape="box"];746 -> 850[label="",style="solid", color="black", weight=3]; 18.92/6.98 747[label="Just vwx30000 == Just vwx310000",fontsize=16,color="black",shape="box"];747 -> 851[label="",style="solid", color="black", weight=3]; 18.92/6.98 748[label="primEqDouble (Double vwx30000 vwx30001) vwx31000",fontsize=16,color="burlywood",shape="box"];3198[label="vwx31000/Double vwx310000 vwx310001",fontsize=10,color="white",style="solid",shape="box"];748 -> 3198[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3198 -> 852[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 749[label="False == False",fontsize=16,color="black",shape="box"];749 -> 853[label="",style="solid", color="black", weight=3]; 18.92/6.98 750[label="False == True",fontsize=16,color="black",shape="box"];750 -> 854[label="",style="solid", color="black", weight=3]; 18.92/6.98 751[label="True == False",fontsize=16,color="black",shape="box"];751 -> 855[label="",style="solid", color="black", weight=3]; 18.92/6.98 752[label="True == True",fontsize=16,color="black",shape="box"];752 -> 856[label="",style="solid", color="black", weight=3]; 18.92/6.98 753[label="primEqChar (Char vwx30000) vwx31000",fontsize=16,color="burlywood",shape="box"];3199[label="vwx31000/Char vwx310000",fontsize=10,color="white",style="solid",shape="box"];753 -> 3199[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3199 -> 857[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 754[label="vwx30000 : vwx30001 == vwx310000 : vwx310001",fontsize=16,color="black",shape="box"];754 -> 858[label="",style="solid", color="black", weight=3]; 18.92/6.98 755[label="vwx30000 : vwx30001 == []",fontsize=16,color="black",shape="box"];755 -> 859[label="",style="solid", color="black", weight=3]; 18.92/6.98 756[label="[] == vwx310000 : vwx310001",fontsize=16,color="black",shape="box"];756 -> 860[label="",style="solid", color="black", weight=3]; 18.92/6.98 757[label="[] == []",fontsize=16,color="black",shape="box"];757 -> 861[label="",style="solid", color="black", weight=3]; 18.92/6.98 758[label="(vwx30000,vwx30001) == (vwx310000,vwx310001)",fontsize=16,color="black",shape="box"];758 -> 862[label="",style="solid", color="black", weight=3]; 18.92/6.98 759[label="LT == LT",fontsize=16,color="black",shape="box"];759 -> 863[label="",style="solid", color="black", weight=3]; 18.92/6.98 760[label="LT == EQ",fontsize=16,color="black",shape="box"];760 -> 864[label="",style="solid", color="black", weight=3]; 18.92/6.98 761[label="LT == GT",fontsize=16,color="black",shape="box"];761 -> 865[label="",style="solid", color="black", weight=3]; 18.92/6.98 762[label="EQ == LT",fontsize=16,color="black",shape="box"];762 -> 866[label="",style="solid", color="black", weight=3]; 18.92/6.98 763[label="EQ == EQ",fontsize=16,color="black",shape="box"];763 -> 867[label="",style="solid", color="black", weight=3]; 18.92/6.98 764[label="EQ == GT",fontsize=16,color="black",shape="box"];764 -> 868[label="",style="solid", color="black", weight=3]; 18.92/6.98 765[label="GT == LT",fontsize=16,color="black",shape="box"];765 -> 869[label="",style="solid", color="black", weight=3]; 18.92/6.98 766[label="GT == EQ",fontsize=16,color="black",shape="box"];766 -> 870[label="",style="solid", color="black", weight=3]; 18.92/6.98 767[label="GT == GT",fontsize=16,color="black",shape="box"];767 -> 871[label="",style="solid", color="black", weight=3]; 18.92/6.98 768[label="vwx30000 :% vwx30001 == vwx310000 :% vwx310001",fontsize=16,color="black",shape="box"];768 -> 872[label="",style="solid", color="black", weight=3]; 18.92/6.98 1105[label="vwx53 <= vwx54",fontsize=16,color="blue",shape="box"];3200[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1105 -> 3200[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3200 -> 1269[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3201[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1105 -> 3201[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3201 -> 1270[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3202[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1105 -> 3202[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3202 -> 1271[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3203[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1105 -> 3203[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3203 -> 1272[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3204[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1105 -> 3204[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3204 -> 1273[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3205[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1105 -> 3205[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3205 -> 1274[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3206[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1105 -> 3206[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3206 -> 1275[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3207[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1105 -> 3207[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3207 -> 1276[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3208[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1105 -> 3208[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3208 -> 1277[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3209[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1105 -> 3209[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3209 -> 1278[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3210[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1105 -> 3210[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3210 -> 1279[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3211[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1105 -> 3211[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3211 -> 1280[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3212[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1105 -> 3212[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3212 -> 1281[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3213[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1105 -> 3213[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3213 -> 1282[label="",style="solid", color="blue", weight=3]; 18.92/6.98 1106[label="compare1 (Just vwx114) (Just vwx115) False",fontsize=16,color="black",shape="box"];1106 -> 1283[label="",style="solid", color="black", weight=3]; 18.92/6.98 1107[label="compare1 (Just vwx114) (Just vwx115) True",fontsize=16,color="black",shape="box"];1107 -> 1284[label="",style="solid", color="black", weight=3]; 18.92/6.98 1108[label="GT",fontsize=16,color="green",shape="box"];1176[label="vwx60 <= vwx61",fontsize=16,color="blue",shape="box"];3214[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1176 -> 3214[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3214 -> 1285[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3215[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1176 -> 3215[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3215 -> 1286[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3216[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1176 -> 3216[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3216 -> 1287[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3217[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1176 -> 3217[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3217 -> 1288[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3218[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1176 -> 3218[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3218 -> 1289[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3219[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1176 -> 3219[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3219 -> 1290[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3220[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1176 -> 3220[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3220 -> 1291[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3221[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1176 -> 3221[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3221 -> 1292[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3222[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1176 -> 3222[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3222 -> 1293[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3223[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1176 -> 3223[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3223 -> 1294[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3224[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1176 -> 3224[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3224 -> 1295[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3225[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1176 -> 3225[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3225 -> 1296[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3226[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1176 -> 3226[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3226 -> 1297[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3227[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1176 -> 3227[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3227 -> 1298[label="",style="solid", color="blue", weight=3]; 18.92/6.98 1177[label="compare1 (Left vwx121) (Left vwx122) False",fontsize=16,color="black",shape="box"];1177 -> 1299[label="",style="solid", color="black", weight=3]; 18.92/6.98 1178[label="compare1 (Left vwx121) (Left vwx122) True",fontsize=16,color="black",shape="box"];1178 -> 1300[label="",style="solid", color="black", weight=3]; 18.92/6.98 1179[label="GT",fontsize=16,color="green",shape="box"];1187[label="vwx67 <= vwx68",fontsize=16,color="blue",shape="box"];3228[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1187 -> 3228[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3228 -> 1301[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3229[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1187 -> 3229[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3229 -> 1302[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3230[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1187 -> 3230[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3230 -> 1303[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3231[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1187 -> 3231[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3231 -> 1304[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3232[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1187 -> 3232[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3232 -> 1305[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3233[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1187 -> 3233[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3233 -> 1306[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3234[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1187 -> 3234[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3234 -> 1307[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3235[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1187 -> 3235[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3235 -> 1308[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3236[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1187 -> 3236[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3236 -> 1309[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3237[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1187 -> 3237[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3237 -> 1310[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3238[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1187 -> 3238[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3238 -> 1311[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3239[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1187 -> 3239[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3239 -> 1312[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3240[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1187 -> 3240[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3240 -> 1313[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3241[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1187 -> 3241[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3241 -> 1314[label="",style="solid", color="blue", weight=3]; 18.92/6.98 1188[label="compare1 (Right vwx131) (Right vwx132) False",fontsize=16,color="black",shape="box"];1188 -> 1315[label="",style="solid", color="black", weight=3]; 18.92/6.98 1189[label="compare1 (Right vwx131) (Right vwx132) True",fontsize=16,color="black",shape="box"];1189 -> 1316[label="",style="solid", color="black", weight=3]; 18.92/6.98 1190[label="primMulNat vwx30000 vwx310010",fontsize=16,color="burlywood",shape="triangle"];3242[label="vwx30000/Succ vwx300000",fontsize=10,color="white",style="solid",shape="box"];1190 -> 3242[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3242 -> 1317[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3243[label="vwx30000/Zero",fontsize=10,color="white",style="solid",shape="box"];1190 -> 3243[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3243 -> 1318[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 1191 -> 1190[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1191[label="primMulNat vwx30000 vwx310010",fontsize=16,color="magenta"];1191 -> 1319[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1192 -> 1190[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1192[label="primMulNat vwx30000 vwx310010",fontsize=16,color="magenta"];1192 -> 1320[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1193 -> 1190[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1193[label="primMulNat vwx30000 vwx310010",fontsize=16,color="magenta"];1193 -> 1321[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1193 -> 1322[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1194[label="vwx310010",fontsize=16,color="green",shape="box"];1195[label="vwx30000",fontsize=16,color="green",shape="box"];1196[label="GT",fontsize=16,color="green",shape="box"];1197[label="GT",fontsize=16,color="green",shape="box"];1198[label="GT",fontsize=16,color="green",shape="box"];1218[label="vwx78 < vwx81",fontsize=16,color="black",shape="triangle"];1218 -> 1323[label="",style="solid", color="black", weight=3]; 18.92/6.98 1219[label="vwx78 < vwx81",fontsize=16,color="black",shape="triangle"];1219 -> 1324[label="",style="solid", color="black", weight=3]; 18.92/6.98 1220[label="vwx78 < vwx81",fontsize=16,color="black",shape="triangle"];1220 -> 1325[label="",style="solid", color="black", weight=3]; 18.92/6.98 1221[label="vwx78 < vwx81",fontsize=16,color="black",shape="triangle"];1221 -> 1326[label="",style="solid", color="black", weight=3]; 18.92/6.98 1222[label="vwx78 < vwx81",fontsize=16,color="black",shape="triangle"];1222 -> 1327[label="",style="solid", color="black", weight=3]; 18.92/6.98 1223[label="vwx78 < vwx81",fontsize=16,color="black",shape="triangle"];1223 -> 1328[label="",style="solid", color="black", weight=3]; 18.92/6.98 1224[label="vwx78 < vwx81",fontsize=16,color="black",shape="triangle"];1224 -> 1329[label="",style="solid", color="black", weight=3]; 18.92/6.98 1225[label="vwx78 < vwx81",fontsize=16,color="black",shape="triangle"];1225 -> 1330[label="",style="solid", color="black", weight=3]; 18.92/6.98 1226[label="vwx78 < vwx81",fontsize=16,color="black",shape="triangle"];1226 -> 1331[label="",style="solid", color="black", weight=3]; 18.92/6.98 1227[label="vwx78 < vwx81",fontsize=16,color="black",shape="triangle"];1227 -> 1332[label="",style="solid", color="black", weight=3]; 18.92/6.98 1228[label="vwx78 < vwx81",fontsize=16,color="black",shape="triangle"];1228 -> 1333[label="",style="solid", color="black", weight=3]; 18.92/6.98 1229[label="vwx78 < vwx81",fontsize=16,color="black",shape="triangle"];1229 -> 1334[label="",style="solid", color="black", weight=3]; 18.92/6.98 1230[label="vwx78 < vwx81",fontsize=16,color="black",shape="triangle"];1230 -> 1335[label="",style="solid", color="black", weight=3]; 18.92/6.98 1231[label="vwx78 < vwx81",fontsize=16,color="black",shape="triangle"];1231 -> 1336[label="",style="solid", color="black", weight=3]; 18.92/6.98 1232[label="vwx78 == vwx81",fontsize=16,color="blue",shape="box"];3244[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1232 -> 3244[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3244 -> 1337[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3245[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1232 -> 3245[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3245 -> 1338[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3246[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1232 -> 3246[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3246 -> 1339[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3247[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1232 -> 3247[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3247 -> 1340[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3248[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1232 -> 3248[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3248 -> 1341[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3249[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1232 -> 3249[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3249 -> 1342[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3250[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1232 -> 3250[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3250 -> 1343[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3251[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1232 -> 3251[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3251 -> 1344[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3252[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1232 -> 3252[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3252 -> 1345[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3253[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1232 -> 3253[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3253 -> 1346[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3254[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1232 -> 3254[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3254 -> 1347[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3255[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1232 -> 3255[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3255 -> 1348[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3256[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1232 -> 3256[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3256 -> 1349[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3257[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1232 -> 3257[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3257 -> 1350[label="",style="solid", color="blue", weight=3]; 18.92/6.98 1233 -> 1608[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1233[label="vwx79 < vwx82 || vwx79 == vwx82 && vwx80 <= vwx83",fontsize=16,color="magenta"];1233 -> 1609[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1233 -> 1610[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1234[label="compare1 (vwx143,vwx144,vwx145) (vwx146,vwx147,vwx148) (False || vwx150)",fontsize=16,color="black",shape="box"];1234 -> 1353[label="",style="solid", color="black", weight=3]; 18.92/6.98 1235[label="compare1 (vwx143,vwx144,vwx145) (vwx146,vwx147,vwx148) (True || vwx150)",fontsize=16,color="black",shape="box"];1235 -> 1354[label="",style="solid", color="black", weight=3]; 18.92/6.98 1251 -> 1218[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1251[label="vwx91 < vwx93",fontsize=16,color="magenta"];1251 -> 1355[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1251 -> 1356[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1252 -> 1219[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1252[label="vwx91 < vwx93",fontsize=16,color="magenta"];1252 -> 1357[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1252 -> 1358[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1253 -> 1220[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1253[label="vwx91 < vwx93",fontsize=16,color="magenta"];1253 -> 1359[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1253 -> 1360[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1254 -> 1221[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1254[label="vwx91 < vwx93",fontsize=16,color="magenta"];1254 -> 1361[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1254 -> 1362[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1255 -> 1222[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1255[label="vwx91 < vwx93",fontsize=16,color="magenta"];1255 -> 1363[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1255 -> 1364[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1256 -> 1223[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1256[label="vwx91 < vwx93",fontsize=16,color="magenta"];1256 -> 1365[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1256 -> 1366[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1257 -> 1224[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1257[label="vwx91 < vwx93",fontsize=16,color="magenta"];1257 -> 1367[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1257 -> 1368[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1258 -> 1225[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1258[label="vwx91 < vwx93",fontsize=16,color="magenta"];1258 -> 1369[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1258 -> 1370[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1259 -> 1226[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1259[label="vwx91 < vwx93",fontsize=16,color="magenta"];1259 -> 1371[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1259 -> 1372[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1260 -> 1227[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1260[label="vwx91 < vwx93",fontsize=16,color="magenta"];1260 -> 1373[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1260 -> 1374[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1261 -> 1228[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1261[label="vwx91 < vwx93",fontsize=16,color="magenta"];1261 -> 1375[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1261 -> 1376[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1262 -> 1229[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1262[label="vwx91 < vwx93",fontsize=16,color="magenta"];1262 -> 1377[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1262 -> 1378[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1263 -> 1230[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1263[label="vwx91 < vwx93",fontsize=16,color="magenta"];1263 -> 1379[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1263 -> 1380[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1264 -> 1231[label="",style="dashed", color="red", weight=0]; 18.92/6.98 1264[label="vwx91 < vwx93",fontsize=16,color="magenta"];1264 -> 1381[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1264 -> 1382[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1265[label="vwx91 == vwx93",fontsize=16,color="blue",shape="box"];3258[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1265 -> 3258[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3258 -> 1383[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3259[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1265 -> 3259[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3259 -> 1384[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3260[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1265 -> 3260[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3260 -> 1385[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3261[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1265 -> 3261[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3261 -> 1386[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3262[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1265 -> 3262[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3262 -> 1387[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3263[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1265 -> 3263[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3263 -> 1388[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3264[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1265 -> 3264[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3264 -> 1389[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3265[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1265 -> 3265[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3265 -> 1390[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3266[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1265 -> 3266[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3266 -> 1391[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3267[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1265 -> 3267[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3267 -> 1392[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3268[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1265 -> 3268[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3268 -> 1393[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3269[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1265 -> 3269[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3269 -> 1394[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3270[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1265 -> 3270[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3270 -> 1395[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3271[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1265 -> 3271[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3271 -> 1396[label="",style="solid", color="blue", weight=3]; 18.92/6.98 1266[label="vwx92 <= vwx94",fontsize=16,color="blue",shape="box"];3272[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1266 -> 3272[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3272 -> 1397[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3273[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1266 -> 3273[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3273 -> 1398[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3274[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1266 -> 3274[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3274 -> 1399[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3275[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1266 -> 3275[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3275 -> 1400[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3276[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1266 -> 3276[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3276 -> 1401[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3277[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1266 -> 3277[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3277 -> 1402[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3278[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1266 -> 3278[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3278 -> 1403[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3279[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1266 -> 3279[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3279 -> 1404[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3280[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1266 -> 3280[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3280 -> 1405[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3281[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1266 -> 3281[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3281 -> 1406[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3282[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1266 -> 3282[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3282 -> 1407[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3283[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1266 -> 3283[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3283 -> 1408[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3284[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1266 -> 3284[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3284 -> 1409[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3285[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1266 -> 3285[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3285 -> 1410[label="",style="solid", color="blue", weight=3]; 18.92/6.98 1267[label="compare1 (vwx158,vwx159) (vwx160,vwx161) (False || vwx163)",fontsize=16,color="black",shape="box"];1267 -> 1411[label="",style="solid", color="black", weight=3]; 18.92/6.98 1268[label="compare1 (vwx158,vwx159) (vwx160,vwx161) (True || vwx163)",fontsize=16,color="black",shape="box"];1268 -> 1412[label="",style="solid", color="black", weight=3]; 18.92/6.98 836[label="primEqFloat (Float vwx30000 vwx30001) (Float vwx310000 vwx310001)",fontsize=16,color="black",shape="box"];836 -> 1413[label="",style="solid", color="black", weight=3]; 18.92/6.98 837 -> 940[label="",style="dashed", color="red", weight=0]; 18.92/6.98 837[label="vwx30000 == vwx310000 && vwx30001 == vwx310001 && vwx30002 == vwx310002",fontsize=16,color="magenta"];837 -> 949[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 837 -> 950[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 838[label="True",fontsize=16,color="green",shape="box"];839[label="vwx30000 == vwx310000",fontsize=16,color="blue",shape="box"];3286[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 3286[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3286 -> 1414[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3287[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 3287[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3287 -> 1415[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3288[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 3288[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3288 -> 1416[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3289[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 3289[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3289 -> 1417[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3290[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 3290[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3290 -> 1418[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3291[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 3291[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3291 -> 1419[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3292[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 3292[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3292 -> 1420[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3293[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 3293[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3293 -> 1421[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3294[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 3294[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3294 -> 1422[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3295[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 3295[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3295 -> 1423[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3296[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 3296[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3296 -> 1424[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3297[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 3297[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3297 -> 1425[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3298[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 3298[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3298 -> 1426[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3299[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 3299[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3299 -> 1427[label="",style="solid", color="blue", weight=3]; 18.92/6.98 840[label="False",fontsize=16,color="green",shape="box"];841[label="False",fontsize=16,color="green",shape="box"];842[label="vwx30000 == vwx310000",fontsize=16,color="blue",shape="box"];3300[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 3300[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3300 -> 1428[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3301[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 3301[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3301 -> 1429[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3302[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 3302[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3302 -> 1430[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3303[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 3303[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3303 -> 1431[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3304[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 3304[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3304 -> 1432[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3305[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 3305[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3305 -> 1433[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3306[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 3306[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3306 -> 1434[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3307[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 3307[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3307 -> 1435[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3308[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 3308[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3308 -> 1436[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3309[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 3309[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3309 -> 1437[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3310[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 3310[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3310 -> 1438[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3311[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 3311[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3311 -> 1439[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3312[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 3312[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3312 -> 1440[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3313[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 3313[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3313 -> 1441[label="",style="solid", color="blue", weight=3]; 18.92/6.98 843[label="primEqInt (Pos (Succ vwx300000)) vwx31000",fontsize=16,color="burlywood",shape="box"];3314[label="vwx31000/Pos vwx310000",fontsize=10,color="white",style="solid",shape="box"];843 -> 3314[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3314 -> 1442[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3315[label="vwx31000/Neg vwx310000",fontsize=10,color="white",style="solid",shape="box"];843 -> 3315[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3315 -> 1443[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 844[label="primEqInt (Pos Zero) vwx31000",fontsize=16,color="burlywood",shape="box"];3316[label="vwx31000/Pos vwx310000",fontsize=10,color="white",style="solid",shape="box"];844 -> 3316[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3316 -> 1444[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3317[label="vwx31000/Neg vwx310000",fontsize=10,color="white",style="solid",shape="box"];844 -> 3317[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3317 -> 1445[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 845[label="primEqInt (Neg (Succ vwx300000)) vwx31000",fontsize=16,color="burlywood",shape="box"];3318[label="vwx31000/Pos vwx310000",fontsize=10,color="white",style="solid",shape="box"];845 -> 3318[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3318 -> 1446[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3319[label="vwx31000/Neg vwx310000",fontsize=10,color="white",style="solid",shape="box"];845 -> 3319[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3319 -> 1447[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 846[label="primEqInt (Neg Zero) vwx31000",fontsize=16,color="burlywood",shape="box"];3320[label="vwx31000/Pos vwx310000",fontsize=10,color="white",style="solid",shape="box"];846 -> 3320[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3320 -> 1448[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3321[label="vwx31000/Neg vwx310000",fontsize=10,color="white",style="solid",shape="box"];846 -> 3321[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3321 -> 1449[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 847 -> 546[label="",style="dashed", color="red", weight=0]; 18.92/6.98 847[label="primEqInt vwx30000 vwx310000",fontsize=16,color="magenta"];847 -> 1450[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 847 -> 1451[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 848[label="True",fontsize=16,color="green",shape="box"];849[label="False",fontsize=16,color="green",shape="box"];850[label="False",fontsize=16,color="green",shape="box"];851[label="vwx30000 == vwx310000",fontsize=16,color="blue",shape="box"];3322[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];851 -> 3322[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3322 -> 1452[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3323[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];851 -> 3323[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3323 -> 1453[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3324[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];851 -> 3324[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3324 -> 1454[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3325[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];851 -> 3325[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3325 -> 1455[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3326[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];851 -> 3326[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3326 -> 1456[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3327[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];851 -> 3327[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3327 -> 1457[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3328[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];851 -> 3328[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3328 -> 1458[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3329[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];851 -> 3329[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3329 -> 1459[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3330[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];851 -> 3330[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3330 -> 1460[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3331[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];851 -> 3331[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3331 -> 1461[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3332[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];851 -> 3332[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3332 -> 1462[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3333[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];851 -> 3333[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3333 -> 1463[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3334[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];851 -> 3334[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3334 -> 1464[label="",style="solid", color="blue", weight=3]; 18.92/6.98 3335[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];851 -> 3335[label="",style="solid", color="blue", weight=9]; 18.92/6.98 3335 -> 1465[label="",style="solid", color="blue", weight=3]; 18.92/6.98 852[label="primEqDouble (Double vwx30000 vwx30001) (Double vwx310000 vwx310001)",fontsize=16,color="black",shape="box"];852 -> 1466[label="",style="solid", color="black", weight=3]; 18.92/6.98 853[label="True",fontsize=16,color="green",shape="box"];854[label="False",fontsize=16,color="green",shape="box"];855[label="False",fontsize=16,color="green",shape="box"];856[label="True",fontsize=16,color="green",shape="box"];857[label="primEqChar (Char vwx30000) (Char vwx310000)",fontsize=16,color="black",shape="box"];857 -> 1467[label="",style="solid", color="black", weight=3]; 18.92/6.98 858 -> 940[label="",style="dashed", color="red", weight=0]; 18.92/6.98 858[label="vwx30000 == vwx310000 && vwx30001 == vwx310001",fontsize=16,color="magenta"];858 -> 951[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 858 -> 952[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 859[label="False",fontsize=16,color="green",shape="box"];860[label="False",fontsize=16,color="green",shape="box"];861[label="True",fontsize=16,color="green",shape="box"];862 -> 940[label="",style="dashed", color="red", weight=0]; 18.92/6.98 862[label="vwx30000 == vwx310000 && vwx30001 == vwx310001",fontsize=16,color="magenta"];862 -> 953[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 862 -> 954[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 863[label="True",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="False",fontsize=16,color="green",shape="box"];867[label="True",fontsize=16,color="green",shape="box"];868[label="False",fontsize=16,color="green",shape="box"];869[label="False",fontsize=16,color="green",shape="box"];870[label="False",fontsize=16,color="green",shape="box"];871[label="True",fontsize=16,color="green",shape="box"];872 -> 940[label="",style="dashed", color="red", weight=0]; 18.92/6.98 872[label="vwx30000 == vwx310000 && vwx30001 == vwx310001",fontsize=16,color="magenta"];872 -> 955[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 872 -> 956[label="",style="dashed", color="magenta", weight=3]; 18.92/6.98 1269[label="vwx53 <= vwx54",fontsize=16,color="burlywood",shape="triangle"];3336[label="vwx53/(vwx530,vwx531,vwx532)",fontsize=10,color="white",style="solid",shape="box"];1269 -> 3336[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3336 -> 1468[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 1270[label="vwx53 <= vwx54",fontsize=16,color="black",shape="triangle"];1270 -> 1469[label="",style="solid", color="black", weight=3]; 18.92/6.98 1271[label="vwx53 <= vwx54",fontsize=16,color="black",shape="triangle"];1271 -> 1470[label="",style="solid", color="black", weight=3]; 18.92/6.98 1272[label="vwx53 <= vwx54",fontsize=16,color="burlywood",shape="triangle"];3337[label="vwx53/(vwx530,vwx531)",fontsize=10,color="white",style="solid",shape="box"];1272 -> 3337[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3337 -> 1471[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 1273[label="vwx53 <= vwx54",fontsize=16,color="burlywood",shape="triangle"];3338[label="vwx53/Nothing",fontsize=10,color="white",style="solid",shape="box"];1273 -> 3338[label="",style="solid", color="burlywood", weight=9]; 18.92/6.98 3338 -> 1472[label="",style="solid", color="burlywood", weight=3]; 18.92/6.98 3339[label="vwx53/Just vwx530",fontsize=10,color="white",style="solid",shape="box"];1273 -> 3339[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3339 -> 1473[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 1274[label="vwx53 <= vwx54",fontsize=16,color="burlywood",shape="triangle"];3340[label="vwx53/False",fontsize=10,color="white",style="solid",shape="box"];1274 -> 3340[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3340 -> 1474[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 3341[label="vwx53/True",fontsize=10,color="white",style="solid",shape="box"];1274 -> 3341[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3341 -> 1475[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 1275[label="vwx53 <= vwx54",fontsize=16,color="black",shape="triangle"];1275 -> 1476[label="",style="solid", color="black", weight=3]; 18.92/6.99 1276[label="vwx53 <= vwx54",fontsize=16,color="burlywood",shape="triangle"];3342[label="vwx53/Left vwx530",fontsize=10,color="white",style="solid",shape="box"];1276 -> 3342[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3342 -> 1477[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 3343[label="vwx53/Right vwx530",fontsize=10,color="white",style="solid",shape="box"];1276 -> 3343[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3343 -> 1478[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 1277[label="vwx53 <= vwx54",fontsize=16,color="black",shape="triangle"];1277 -> 1479[label="",style="solid", color="black", weight=3]; 18.92/6.99 1278[label="vwx53 <= vwx54",fontsize=16,color="black",shape="triangle"];1278 -> 1480[label="",style="solid", color="black", weight=3]; 18.92/6.99 1279[label="vwx53 <= vwx54",fontsize=16,color="black",shape="triangle"];1279 -> 1481[label="",style="solid", color="black", weight=3]; 18.92/6.99 1280[label="vwx53 <= vwx54",fontsize=16,color="burlywood",shape="triangle"];3344[label="vwx53/LT",fontsize=10,color="white",style="solid",shape="box"];1280 -> 3344[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3344 -> 1482[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 3345[label="vwx53/EQ",fontsize=10,color="white",style="solid",shape="box"];1280 -> 3345[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3345 -> 1483[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 3346[label="vwx53/GT",fontsize=10,color="white",style="solid",shape="box"];1280 -> 3346[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3346 -> 1484[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 1281[label="vwx53 <= vwx54",fontsize=16,color="black",shape="triangle"];1281 -> 1485[label="",style="solid", color="black", weight=3]; 18.92/6.99 1282[label="vwx53 <= vwx54",fontsize=16,color="black",shape="triangle"];1282 -> 1486[label="",style="solid", color="black", weight=3]; 18.92/6.99 1283[label="compare0 (Just vwx114) (Just vwx115) otherwise",fontsize=16,color="black",shape="box"];1283 -> 1487[label="",style="solid", color="black", weight=3]; 18.92/6.99 1284[label="LT",fontsize=16,color="green",shape="box"];1285 -> 1269[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1285[label="vwx60 <= vwx61",fontsize=16,color="magenta"];1285 -> 1488[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1285 -> 1489[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1286 -> 1270[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1286[label="vwx60 <= vwx61",fontsize=16,color="magenta"];1286 -> 1490[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1286 -> 1491[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1287 -> 1271[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1287[label="vwx60 <= vwx61",fontsize=16,color="magenta"];1287 -> 1492[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1287 -> 1493[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1288 -> 1272[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1288[label="vwx60 <= vwx61",fontsize=16,color="magenta"];1288 -> 1494[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1288 -> 1495[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1289 -> 1273[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1289[label="vwx60 <= vwx61",fontsize=16,color="magenta"];1289 -> 1496[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1289 -> 1497[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1290 -> 1274[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1290[label="vwx60 <= vwx61",fontsize=16,color="magenta"];1290 -> 1498[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1290 -> 1499[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1291 -> 1275[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1291[label="vwx60 <= vwx61",fontsize=16,color="magenta"];1291 -> 1500[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1291 -> 1501[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1292 -> 1276[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1292[label="vwx60 <= vwx61",fontsize=16,color="magenta"];1292 -> 1502[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1292 -> 1503[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1293 -> 1277[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1293[label="vwx60 <= vwx61",fontsize=16,color="magenta"];1293 -> 1504[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1293 -> 1505[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1294 -> 1278[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1294[label="vwx60 <= vwx61",fontsize=16,color="magenta"];1294 -> 1506[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1294 -> 1507[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1295 -> 1279[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1295[label="vwx60 <= vwx61",fontsize=16,color="magenta"];1295 -> 1508[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1295 -> 1509[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1296 -> 1280[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1296[label="vwx60 <= vwx61",fontsize=16,color="magenta"];1296 -> 1510[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1296 -> 1511[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1297 -> 1281[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1297[label="vwx60 <= vwx61",fontsize=16,color="magenta"];1297 -> 1512[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1297 -> 1513[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1298 -> 1282[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1298[label="vwx60 <= vwx61",fontsize=16,color="magenta"];1298 -> 1514[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1298 -> 1515[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1299[label="compare0 (Left vwx121) (Left vwx122) otherwise",fontsize=16,color="black",shape="box"];1299 -> 1516[label="",style="solid", color="black", weight=3]; 18.92/6.99 1300[label="LT",fontsize=16,color="green",shape="box"];1301 -> 1269[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1301[label="vwx67 <= vwx68",fontsize=16,color="magenta"];1301 -> 1517[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1301 -> 1518[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1302 -> 1270[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1302[label="vwx67 <= vwx68",fontsize=16,color="magenta"];1302 -> 1519[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1302 -> 1520[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1303 -> 1271[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1303[label="vwx67 <= vwx68",fontsize=16,color="magenta"];1303 -> 1521[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1303 -> 1522[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1304 -> 1272[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1304[label="vwx67 <= vwx68",fontsize=16,color="magenta"];1304 -> 1523[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1304 -> 1524[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1305 -> 1273[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1305[label="vwx67 <= vwx68",fontsize=16,color="magenta"];1305 -> 1525[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1305 -> 1526[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1306 -> 1274[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1306[label="vwx67 <= vwx68",fontsize=16,color="magenta"];1306 -> 1527[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1306 -> 1528[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1307 -> 1275[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1307[label="vwx67 <= vwx68",fontsize=16,color="magenta"];1307 -> 1529[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1307 -> 1530[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1308 -> 1276[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1308[label="vwx67 <= vwx68",fontsize=16,color="magenta"];1308 -> 1531[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1308 -> 1532[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1309 -> 1277[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1309[label="vwx67 <= vwx68",fontsize=16,color="magenta"];1309 -> 1533[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1309 -> 1534[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1310 -> 1278[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1310[label="vwx67 <= vwx68",fontsize=16,color="magenta"];1310 -> 1535[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1310 -> 1536[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1311 -> 1279[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1311[label="vwx67 <= vwx68",fontsize=16,color="magenta"];1311 -> 1537[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1311 -> 1538[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1312 -> 1280[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1312[label="vwx67 <= vwx68",fontsize=16,color="magenta"];1312 -> 1539[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1312 -> 1540[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1313 -> 1281[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1313[label="vwx67 <= vwx68",fontsize=16,color="magenta"];1313 -> 1541[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1313 -> 1542[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1314 -> 1282[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1314[label="vwx67 <= vwx68",fontsize=16,color="magenta"];1314 -> 1543[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1314 -> 1544[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1315[label="compare0 (Right vwx131) (Right vwx132) otherwise",fontsize=16,color="black",shape="box"];1315 -> 1545[label="",style="solid", color="black", weight=3]; 18.92/6.99 1316[label="LT",fontsize=16,color="green",shape="box"];1317[label="primMulNat (Succ vwx300000) vwx310010",fontsize=16,color="burlywood",shape="box"];3347[label="vwx310010/Succ vwx3100100",fontsize=10,color="white",style="solid",shape="box"];1317 -> 3347[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3347 -> 1546[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 3348[label="vwx310010/Zero",fontsize=10,color="white",style="solid",shape="box"];1317 -> 3348[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3348 -> 1547[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 1318[label="primMulNat Zero vwx310010",fontsize=16,color="burlywood",shape="box"];3349[label="vwx310010/Succ vwx3100100",fontsize=10,color="white",style="solid",shape="box"];1318 -> 3349[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3349 -> 1548[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 3350[label="vwx310010/Zero",fontsize=10,color="white",style="solid",shape="box"];1318 -> 3350[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3350 -> 1549[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 1319[label="vwx310010",fontsize=16,color="green",shape="box"];1320[label="vwx30000",fontsize=16,color="green",shape="box"];1321[label="vwx310010",fontsize=16,color="green",shape="box"];1322[label="vwx30000",fontsize=16,color="green",shape="box"];1323 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1323[label="compare vwx78 vwx81 == LT",fontsize=16,color="magenta"];1323 -> 1550[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1323 -> 1551[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1324 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1324[label="compare vwx78 vwx81 == LT",fontsize=16,color="magenta"];1324 -> 1552[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1324 -> 1553[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1325 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1325[label="compare vwx78 vwx81 == LT",fontsize=16,color="magenta"];1325 -> 1554[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1325 -> 1555[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1326 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1326[label="compare vwx78 vwx81 == LT",fontsize=16,color="magenta"];1326 -> 1556[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1326 -> 1557[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1327 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1327[label="compare vwx78 vwx81 == LT",fontsize=16,color="magenta"];1327 -> 1558[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1327 -> 1559[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1328 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1328[label="compare vwx78 vwx81 == LT",fontsize=16,color="magenta"];1328 -> 1560[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1328 -> 1561[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1329 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1329[label="compare vwx78 vwx81 == LT",fontsize=16,color="magenta"];1329 -> 1562[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1329 -> 1563[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1330 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1330[label="compare vwx78 vwx81 == LT",fontsize=16,color="magenta"];1330 -> 1564[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1330 -> 1565[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1331 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1331[label="compare vwx78 vwx81 == LT",fontsize=16,color="magenta"];1331 -> 1566[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1331 -> 1567[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1332 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1332[label="compare vwx78 vwx81 == LT",fontsize=16,color="magenta"];1332 -> 1568[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1332 -> 1569[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1333 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1333[label="compare vwx78 vwx81 == LT",fontsize=16,color="magenta"];1333 -> 1570[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1333 -> 1571[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1334 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1334[label="compare vwx78 vwx81 == LT",fontsize=16,color="magenta"];1334 -> 1572[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1334 -> 1573[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1335 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1335[label="compare vwx78 vwx81 == LT",fontsize=16,color="magenta"];1335 -> 1574[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1335 -> 1575[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1336 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1336[label="compare vwx78 vwx81 == LT",fontsize=16,color="magenta"];1336 -> 1576[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1336 -> 1577[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1337 -> 423[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1337[label="vwx78 == vwx81",fontsize=16,color="magenta"];1337 -> 1578[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1337 -> 1579[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1338 -> 431[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1338[label="vwx78 == vwx81",fontsize=16,color="magenta"];1338 -> 1580[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1338 -> 1581[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1339 -> 424[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1339[label="vwx78 == vwx81",fontsize=16,color="magenta"];1339 -> 1582[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1339 -> 1583[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1340 -> 433[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1340[label="vwx78 == vwx81",fontsize=16,color="magenta"];1340 -> 1584[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1340 -> 1585[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1341 -> 428[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1341[label="vwx78 == vwx81",fontsize=16,color="magenta"];1341 -> 1586[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1341 -> 1587[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1342 -> 430[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1342[label="vwx78 == vwx81",fontsize=16,color="magenta"];1342 -> 1588[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1342 -> 1589[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1343 -> 426[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1343[label="vwx78 == vwx81",fontsize=16,color="magenta"];1343 -> 1590[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1343 -> 1591[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1344 -> 425[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1344[label="vwx78 == vwx81",fontsize=16,color="magenta"];1344 -> 1592[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1344 -> 1593[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1345 -> 435[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1345[label="vwx78 == vwx81",fontsize=16,color="magenta"];1345 -> 1594[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1345 -> 1595[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1346 -> 427[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1346[label="vwx78 == vwx81",fontsize=16,color="magenta"];1346 -> 1596[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1346 -> 1597[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1347 -> 429[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1347[label="vwx78 == vwx81",fontsize=16,color="magenta"];1347 -> 1598[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1347 -> 1599[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1348 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1348[label="vwx78 == vwx81",fontsize=16,color="magenta"];1348 -> 1600[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1348 -> 1601[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1349 -> 422[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1349[label="vwx78 == vwx81",fontsize=16,color="magenta"];1349 -> 1602[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1349 -> 1603[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1350 -> 432[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1350[label="vwx78 == vwx81",fontsize=16,color="magenta"];1350 -> 1604[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1350 -> 1605[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1609 -> 940[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1609[label="vwx79 == vwx82 && vwx80 <= vwx83",fontsize=16,color="magenta"];1609 -> 1613[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1609 -> 1614[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1610[label="vwx79 < vwx82",fontsize=16,color="blue",shape="box"];3351[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1610 -> 3351[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3351 -> 1615[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3352[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1610 -> 3352[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3352 -> 1616[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3353[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1610 -> 3353[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3353 -> 1617[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3354[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1610 -> 3354[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3354 -> 1618[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3355[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1610 -> 3355[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3355 -> 1619[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3356[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1610 -> 3356[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3356 -> 1620[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3357[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1610 -> 3357[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3357 -> 1621[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3358[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1610 -> 3358[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3358 -> 1622[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3359[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1610 -> 3359[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3359 -> 1623[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3360[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1610 -> 3360[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3360 -> 1624[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3361[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1610 -> 3361[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3361 -> 1625[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3362[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1610 -> 3362[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3362 -> 1626[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3363[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1610 -> 3363[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3363 -> 1627[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3364[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1610 -> 3364[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3364 -> 1628[label="",style="solid", color="blue", weight=3]; 18.92/6.99 1608[label="vwx168 || vwx169",fontsize=16,color="burlywood",shape="triangle"];3365[label="vwx168/False",fontsize=10,color="white",style="solid",shape="box"];1608 -> 3365[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3365 -> 1629[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 3366[label="vwx168/True",fontsize=10,color="white",style="solid",shape="box"];1608 -> 3366[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3366 -> 1630[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 1353[label="compare1 (vwx143,vwx144,vwx145) (vwx146,vwx147,vwx148) vwx150",fontsize=16,color="burlywood",shape="triangle"];3367[label="vwx150/False",fontsize=10,color="white",style="solid",shape="box"];1353 -> 3367[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3367 -> 1631[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 3368[label="vwx150/True",fontsize=10,color="white",style="solid",shape="box"];1353 -> 3368[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3368 -> 1632[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 1354 -> 1353[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1354[label="compare1 (vwx143,vwx144,vwx145) (vwx146,vwx147,vwx148) True",fontsize=16,color="magenta"];1354 -> 1633[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1355[label="vwx91",fontsize=16,color="green",shape="box"];1356[label="vwx93",fontsize=16,color="green",shape="box"];1357[label="vwx91",fontsize=16,color="green",shape="box"];1358[label="vwx93",fontsize=16,color="green",shape="box"];1359[label="vwx91",fontsize=16,color="green",shape="box"];1360[label="vwx93",fontsize=16,color="green",shape="box"];1361[label="vwx91",fontsize=16,color="green",shape="box"];1362[label="vwx93",fontsize=16,color="green",shape="box"];1363[label="vwx91",fontsize=16,color="green",shape="box"];1364[label="vwx93",fontsize=16,color="green",shape="box"];1365[label="vwx91",fontsize=16,color="green",shape="box"];1366[label="vwx93",fontsize=16,color="green",shape="box"];1367[label="vwx91",fontsize=16,color="green",shape="box"];1368[label="vwx93",fontsize=16,color="green",shape="box"];1369[label="vwx91",fontsize=16,color="green",shape="box"];1370[label="vwx93",fontsize=16,color="green",shape="box"];1371[label="vwx91",fontsize=16,color="green",shape="box"];1372[label="vwx93",fontsize=16,color="green",shape="box"];1373[label="vwx91",fontsize=16,color="green",shape="box"];1374[label="vwx93",fontsize=16,color="green",shape="box"];1375[label="vwx91",fontsize=16,color="green",shape="box"];1376[label="vwx93",fontsize=16,color="green",shape="box"];1377[label="vwx91",fontsize=16,color="green",shape="box"];1378[label="vwx93",fontsize=16,color="green",shape="box"];1379[label="vwx91",fontsize=16,color="green",shape="box"];1380[label="vwx93",fontsize=16,color="green",shape="box"];1381[label="vwx91",fontsize=16,color="green",shape="box"];1382[label="vwx93",fontsize=16,color="green",shape="box"];1383 -> 423[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1383[label="vwx91 == vwx93",fontsize=16,color="magenta"];1383 -> 1634[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1383 -> 1635[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1384 -> 431[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1384[label="vwx91 == vwx93",fontsize=16,color="magenta"];1384 -> 1636[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1384 -> 1637[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1385 -> 424[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1385[label="vwx91 == vwx93",fontsize=16,color="magenta"];1385 -> 1638[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1385 -> 1639[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1386 -> 433[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1386[label="vwx91 == vwx93",fontsize=16,color="magenta"];1386 -> 1640[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1386 -> 1641[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1387 -> 428[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1387[label="vwx91 == vwx93",fontsize=16,color="magenta"];1387 -> 1642[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1387 -> 1643[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1388 -> 430[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1388[label="vwx91 == vwx93",fontsize=16,color="magenta"];1388 -> 1644[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1388 -> 1645[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1389 -> 426[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1389[label="vwx91 == vwx93",fontsize=16,color="magenta"];1389 -> 1646[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1389 -> 1647[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1390 -> 425[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1390[label="vwx91 == vwx93",fontsize=16,color="magenta"];1390 -> 1648[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1390 -> 1649[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1391 -> 435[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1391[label="vwx91 == vwx93",fontsize=16,color="magenta"];1391 -> 1650[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1391 -> 1651[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1392 -> 427[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1392[label="vwx91 == vwx93",fontsize=16,color="magenta"];1392 -> 1652[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1392 -> 1653[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1393 -> 429[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1393[label="vwx91 == vwx93",fontsize=16,color="magenta"];1393 -> 1654[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1393 -> 1655[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1394 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1394[label="vwx91 == vwx93",fontsize=16,color="magenta"];1394 -> 1656[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1394 -> 1657[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1395 -> 422[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1395[label="vwx91 == vwx93",fontsize=16,color="magenta"];1395 -> 1658[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1395 -> 1659[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1396 -> 432[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1396[label="vwx91 == vwx93",fontsize=16,color="magenta"];1396 -> 1660[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1396 -> 1661[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1397 -> 1269[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1397[label="vwx92 <= vwx94",fontsize=16,color="magenta"];1397 -> 1662[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1397 -> 1663[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1398 -> 1270[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1398[label="vwx92 <= vwx94",fontsize=16,color="magenta"];1398 -> 1664[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1398 -> 1665[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1399 -> 1271[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1399[label="vwx92 <= vwx94",fontsize=16,color="magenta"];1399 -> 1666[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1399 -> 1667[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1400 -> 1272[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1400[label="vwx92 <= vwx94",fontsize=16,color="magenta"];1400 -> 1668[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1400 -> 1669[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1401 -> 1273[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1401[label="vwx92 <= vwx94",fontsize=16,color="magenta"];1401 -> 1670[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1401 -> 1671[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1402 -> 1274[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1402[label="vwx92 <= vwx94",fontsize=16,color="magenta"];1402 -> 1672[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1402 -> 1673[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1403 -> 1275[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1403[label="vwx92 <= vwx94",fontsize=16,color="magenta"];1403 -> 1674[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1403 -> 1675[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1404 -> 1276[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1404[label="vwx92 <= vwx94",fontsize=16,color="magenta"];1404 -> 1676[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1404 -> 1677[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1405 -> 1277[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1405[label="vwx92 <= vwx94",fontsize=16,color="magenta"];1405 -> 1678[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1405 -> 1679[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1406 -> 1278[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1406[label="vwx92 <= vwx94",fontsize=16,color="magenta"];1406 -> 1680[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1406 -> 1681[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1407 -> 1279[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1407[label="vwx92 <= vwx94",fontsize=16,color="magenta"];1407 -> 1682[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1407 -> 1683[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1408 -> 1280[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1408[label="vwx92 <= vwx94",fontsize=16,color="magenta"];1408 -> 1684[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1408 -> 1685[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1409 -> 1281[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1409[label="vwx92 <= vwx94",fontsize=16,color="magenta"];1409 -> 1686[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1409 -> 1687[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1410 -> 1282[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1410[label="vwx92 <= vwx94",fontsize=16,color="magenta"];1410 -> 1688[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1410 -> 1689[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1411[label="compare1 (vwx158,vwx159) (vwx160,vwx161) vwx163",fontsize=16,color="burlywood",shape="triangle"];3369[label="vwx163/False",fontsize=10,color="white",style="solid",shape="box"];1411 -> 3369[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3369 -> 1690[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 3370[label="vwx163/True",fontsize=10,color="white",style="solid",shape="box"];1411 -> 3370[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3370 -> 1691[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 1412 -> 1411[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1412[label="compare1 (vwx158,vwx159) (vwx160,vwx161) True",fontsize=16,color="magenta"];1412 -> 1692[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1413 -> 426[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1413[label="vwx30000 * vwx310001 == vwx30001 * vwx310000",fontsize=16,color="magenta"];1413 -> 1693[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1413 -> 1694[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 949[label="vwx30000 == vwx310000",fontsize=16,color="blue",shape="box"];3371[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];949 -> 3371[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3371 -> 1695[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3372[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];949 -> 3372[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3372 -> 1696[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3373[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];949 -> 3373[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3373 -> 1697[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3374[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];949 -> 3374[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3374 -> 1698[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3375[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];949 -> 3375[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3375 -> 1699[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3376[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];949 -> 3376[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3376 -> 1700[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3377[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];949 -> 3377[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3377 -> 1701[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3378[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];949 -> 3378[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3378 -> 1702[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3379[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];949 -> 3379[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3379 -> 1703[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3380[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];949 -> 3380[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3380 -> 1704[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3381[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];949 -> 3381[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3381 -> 1705[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3382[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];949 -> 3382[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3382 -> 1706[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3383[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];949 -> 3383[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3383 -> 1707[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3384[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];949 -> 3384[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3384 -> 1708[label="",style="solid", color="blue", weight=3]; 18.92/6.99 950 -> 940[label="",style="dashed", color="red", weight=0]; 18.92/6.99 950[label="vwx30001 == vwx310001 && vwx30002 == vwx310002",fontsize=16,color="magenta"];950 -> 1709[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 950 -> 1710[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1414 -> 422[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1414[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1414 -> 1711[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1414 -> 1712[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1415 -> 423[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1415[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1415 -> 1713[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1415 -> 1714[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1416 -> 424[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1416[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1416 -> 1715[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1416 -> 1716[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1417 -> 425[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1417[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1417 -> 1717[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1417 -> 1718[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1418 -> 426[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1418[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1418 -> 1719[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1418 -> 1720[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1419 -> 427[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1419[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1419 -> 1721[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1419 -> 1722[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1420 -> 428[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1420[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1420 -> 1723[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1420 -> 1724[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1421 -> 429[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1421[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1421 -> 1725[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1421 -> 1726[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1422 -> 430[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1422[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1422 -> 1727[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1422 -> 1728[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1423 -> 431[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1423[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1423 -> 1729[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1423 -> 1730[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1424 -> 432[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1424[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1424 -> 1731[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1424 -> 1732[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1425 -> 433[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1425[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1425 -> 1733[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1425 -> 1734[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1426 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1426[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1426 -> 1735[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1426 -> 1736[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1427 -> 435[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1427[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1427 -> 1737[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1427 -> 1738[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1428 -> 422[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1428[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1428 -> 1739[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1428 -> 1740[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1429 -> 423[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1429[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1429 -> 1741[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1429 -> 1742[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1430 -> 424[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1430[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1430 -> 1743[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1430 -> 1744[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1431 -> 425[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1431[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1431 -> 1745[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1431 -> 1746[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1432 -> 426[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1432[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1432 -> 1747[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1432 -> 1748[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1433 -> 427[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1433[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1433 -> 1749[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1433 -> 1750[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1434 -> 428[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1434[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1434 -> 1751[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1434 -> 1752[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1435 -> 429[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1435[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1435 -> 1753[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1435 -> 1754[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1436 -> 430[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1436[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1436 -> 1755[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1436 -> 1756[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1437 -> 431[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1437[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1437 -> 1757[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1437 -> 1758[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1438 -> 432[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1438[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1438 -> 1759[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1438 -> 1760[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1439 -> 433[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1439[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1439 -> 1761[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1439 -> 1762[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1440 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1440[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1440 -> 1763[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1440 -> 1764[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1441 -> 435[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1441[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1441 -> 1765[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1441 -> 1766[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1442[label="primEqInt (Pos (Succ vwx300000)) (Pos vwx310000)",fontsize=16,color="burlywood",shape="box"];3385[label="vwx310000/Succ vwx3100000",fontsize=10,color="white",style="solid",shape="box"];1442 -> 3385[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3385 -> 1767[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 3386[label="vwx310000/Zero",fontsize=10,color="white",style="solid",shape="box"];1442 -> 3386[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3386 -> 1768[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 1443[label="primEqInt (Pos (Succ vwx300000)) (Neg vwx310000)",fontsize=16,color="black",shape="box"];1443 -> 1769[label="",style="solid", color="black", weight=3]; 18.92/6.99 1444[label="primEqInt (Pos Zero) (Pos vwx310000)",fontsize=16,color="burlywood",shape="box"];3387[label="vwx310000/Succ vwx3100000",fontsize=10,color="white",style="solid",shape="box"];1444 -> 3387[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3387 -> 1770[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 3388[label="vwx310000/Zero",fontsize=10,color="white",style="solid",shape="box"];1444 -> 3388[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3388 -> 1771[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 1445[label="primEqInt (Pos Zero) (Neg vwx310000)",fontsize=16,color="burlywood",shape="box"];3389[label="vwx310000/Succ vwx3100000",fontsize=10,color="white",style="solid",shape="box"];1445 -> 3389[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3389 -> 1772[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 3390[label="vwx310000/Zero",fontsize=10,color="white",style="solid",shape="box"];1445 -> 3390[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3390 -> 1773[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 1446[label="primEqInt (Neg (Succ vwx300000)) (Pos vwx310000)",fontsize=16,color="black",shape="box"];1446 -> 1774[label="",style="solid", color="black", weight=3]; 18.92/6.99 1447[label="primEqInt (Neg (Succ vwx300000)) (Neg vwx310000)",fontsize=16,color="burlywood",shape="box"];3391[label="vwx310000/Succ vwx3100000",fontsize=10,color="white",style="solid",shape="box"];1447 -> 3391[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3391 -> 1775[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 3392[label="vwx310000/Zero",fontsize=10,color="white",style="solid",shape="box"];1447 -> 3392[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3392 -> 1776[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 1448[label="primEqInt (Neg Zero) (Pos vwx310000)",fontsize=16,color="burlywood",shape="box"];3393[label="vwx310000/Succ vwx3100000",fontsize=10,color="white",style="solid",shape="box"];1448 -> 3393[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3393 -> 1777[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 3394[label="vwx310000/Zero",fontsize=10,color="white",style="solid",shape="box"];1448 -> 3394[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3394 -> 1778[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 1449[label="primEqInt (Neg Zero) (Neg vwx310000)",fontsize=16,color="burlywood",shape="box"];3395[label="vwx310000/Succ vwx3100000",fontsize=10,color="white",style="solid",shape="box"];1449 -> 3395[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3395 -> 1779[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 3396[label="vwx310000/Zero",fontsize=10,color="white",style="solid",shape="box"];1449 -> 3396[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3396 -> 1780[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 1450[label="vwx310000",fontsize=16,color="green",shape="box"];1451[label="vwx30000",fontsize=16,color="green",shape="box"];1452 -> 422[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1452[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1452 -> 1781[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1452 -> 1782[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1453 -> 423[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1453[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1453 -> 1783[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1453 -> 1784[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1454 -> 424[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1454[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1454 -> 1785[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1454 -> 1786[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1455 -> 425[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1455[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1455 -> 1787[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1455 -> 1788[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1456 -> 426[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1456[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1456 -> 1789[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1456 -> 1790[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1457 -> 427[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1457[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1457 -> 1791[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1457 -> 1792[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1458 -> 428[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1458[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1458 -> 1793[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1458 -> 1794[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1459 -> 429[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1459[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1459 -> 1795[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1459 -> 1796[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1460 -> 430[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1460[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1460 -> 1797[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1460 -> 1798[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1461 -> 431[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1461[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1461 -> 1799[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1461 -> 1800[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1462 -> 432[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1462[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1462 -> 1801[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1462 -> 1802[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1463 -> 433[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1463[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1463 -> 1803[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1463 -> 1804[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1464 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1464[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1464 -> 1805[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1464 -> 1806[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1465 -> 435[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1465[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1465 -> 1807[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1465 -> 1808[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1466 -> 426[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1466[label="vwx30000 * vwx310001 == vwx30001 * vwx310000",fontsize=16,color="magenta"];1466 -> 1809[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1466 -> 1810[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1467[label="primEqNat vwx30000 vwx310000",fontsize=16,color="burlywood",shape="triangle"];3397[label="vwx30000/Succ vwx300000",fontsize=10,color="white",style="solid",shape="box"];1467 -> 3397[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3397 -> 1811[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 3398[label="vwx30000/Zero",fontsize=10,color="white",style="solid",shape="box"];1467 -> 3398[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3398 -> 1812[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 951[label="vwx30000 == vwx310000",fontsize=16,color="blue",shape="box"];3399[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];951 -> 3399[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3399 -> 1813[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3400[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];951 -> 3400[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3400 -> 1814[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3401[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];951 -> 3401[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3401 -> 1815[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3402[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];951 -> 3402[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3402 -> 1816[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3403[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];951 -> 3403[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3403 -> 1817[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3404[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];951 -> 3404[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3404 -> 1818[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3405[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];951 -> 3405[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3405 -> 1819[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3406[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];951 -> 3406[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3406 -> 1820[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3407[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];951 -> 3407[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3407 -> 1821[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3408[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];951 -> 3408[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3408 -> 1822[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3409[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];951 -> 3409[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3409 -> 1823[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3410[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];951 -> 3410[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3410 -> 1824[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3411[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];951 -> 3411[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3411 -> 1825[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3412[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];951 -> 3412[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3412 -> 1826[label="",style="solid", color="blue", weight=3]; 18.92/6.99 952 -> 432[label="",style="dashed", color="red", weight=0]; 18.92/6.99 952[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];952 -> 1827[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 952 -> 1828[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 953[label="vwx30000 == vwx310000",fontsize=16,color="blue",shape="box"];3413[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 3413[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3413 -> 1829[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3414[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 3414[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3414 -> 1830[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3415[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 3415[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3415 -> 1831[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3416[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 3416[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3416 -> 1832[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3417[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 3417[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3417 -> 1833[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3418[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 3418[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3418 -> 1834[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3419[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 3419[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3419 -> 1835[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3420[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 3420[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3420 -> 1836[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3421[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 3421[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3421 -> 1837[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3422[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 3422[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3422 -> 1838[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3423[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 3423[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3423 -> 1839[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3424[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 3424[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3424 -> 1840[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3425[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 3425[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3425 -> 1841[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3426[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 3426[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3426 -> 1842[label="",style="solid", color="blue", weight=3]; 18.92/6.99 954[label="vwx30001 == vwx310001",fontsize=16,color="blue",shape="box"];3427[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 3427[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3427 -> 1843[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3428[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 3428[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3428 -> 1844[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3429[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 3429[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3429 -> 1845[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3430[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 3430[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3430 -> 1846[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3431[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 3431[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3431 -> 1847[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3432[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 3432[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3432 -> 1848[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3433[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 3433[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3433 -> 1849[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3434[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 3434[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3434 -> 1850[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3435[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 3435[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3435 -> 1851[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3436[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 3436[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3436 -> 1852[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3437[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 3437[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3437 -> 1853[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3438[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 3438[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3438 -> 1854[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3439[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 3439[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3439 -> 1855[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3440[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 3440[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3440 -> 1856[label="",style="solid", color="blue", weight=3]; 18.92/6.99 955[label="vwx30000 == vwx310000",fontsize=16,color="blue",shape="box"];3441[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];955 -> 3441[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3441 -> 1857[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3442[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];955 -> 3442[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3442 -> 1858[label="",style="solid", color="blue", weight=3]; 18.92/6.99 956[label="vwx30001 == vwx310001",fontsize=16,color="blue",shape="box"];3443[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];956 -> 3443[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3443 -> 1859[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3444[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];956 -> 3444[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3444 -> 1860[label="",style="solid", color="blue", weight=3]; 18.92/6.99 1468[label="(vwx530,vwx531,vwx532) <= vwx54",fontsize=16,color="burlywood",shape="box"];3445[label="vwx54/(vwx540,vwx541,vwx542)",fontsize=10,color="white",style="solid",shape="box"];1468 -> 3445[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3445 -> 1861[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 1469 -> 1862[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1469[label="compare vwx53 vwx54 /= GT",fontsize=16,color="magenta"];1469 -> 1863[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1470 -> 1862[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1470[label="compare vwx53 vwx54 /= GT",fontsize=16,color="magenta"];1470 -> 1864[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1471[label="(vwx530,vwx531) <= vwx54",fontsize=16,color="burlywood",shape="box"];3446[label="vwx54/(vwx540,vwx541)",fontsize=10,color="white",style="solid",shape="box"];1471 -> 3446[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3446 -> 1871[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 1472[label="Nothing <= vwx54",fontsize=16,color="burlywood",shape="box"];3447[label="vwx54/Nothing",fontsize=10,color="white",style="solid",shape="box"];1472 -> 3447[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3447 -> 1872[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 3448[label="vwx54/Just vwx540",fontsize=10,color="white",style="solid",shape="box"];1472 -> 3448[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3448 -> 1873[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 1473[label="Just vwx530 <= vwx54",fontsize=16,color="burlywood",shape="box"];3449[label="vwx54/Nothing",fontsize=10,color="white",style="solid",shape="box"];1473 -> 3449[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3449 -> 1874[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 3450[label="vwx54/Just vwx540",fontsize=10,color="white",style="solid",shape="box"];1473 -> 3450[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3450 -> 1875[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 1474[label="False <= vwx54",fontsize=16,color="burlywood",shape="box"];3451[label="vwx54/False",fontsize=10,color="white",style="solid",shape="box"];1474 -> 3451[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3451 -> 1876[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 3452[label="vwx54/True",fontsize=10,color="white",style="solid",shape="box"];1474 -> 3452[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3452 -> 1877[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 1475[label="True <= vwx54",fontsize=16,color="burlywood",shape="box"];3453[label="vwx54/False",fontsize=10,color="white",style="solid",shape="box"];1475 -> 3453[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3453 -> 1878[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 3454[label="vwx54/True",fontsize=10,color="white",style="solid",shape="box"];1475 -> 3454[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3454 -> 1879[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 1476 -> 1862[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1476[label="compare vwx53 vwx54 /= GT",fontsize=16,color="magenta"];1476 -> 1865[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1477[label="Left vwx530 <= vwx54",fontsize=16,color="burlywood",shape="box"];3455[label="vwx54/Left vwx540",fontsize=10,color="white",style="solid",shape="box"];1477 -> 3455[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3455 -> 1880[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 3456[label="vwx54/Right vwx540",fontsize=10,color="white",style="solid",shape="box"];1477 -> 3456[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3456 -> 1881[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 1478[label="Right vwx530 <= vwx54",fontsize=16,color="burlywood",shape="box"];3457[label="vwx54/Left vwx540",fontsize=10,color="white",style="solid",shape="box"];1478 -> 3457[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3457 -> 1882[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 3458[label="vwx54/Right vwx540",fontsize=10,color="white",style="solid",shape="box"];1478 -> 3458[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3458 -> 1883[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 1479 -> 1862[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1479[label="compare vwx53 vwx54 /= GT",fontsize=16,color="magenta"];1479 -> 1866[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1480 -> 1862[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1480[label="compare vwx53 vwx54 /= GT",fontsize=16,color="magenta"];1480 -> 1867[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1481 -> 1862[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1481[label="compare vwx53 vwx54 /= GT",fontsize=16,color="magenta"];1481 -> 1868[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1482[label="LT <= vwx54",fontsize=16,color="burlywood",shape="box"];3459[label="vwx54/LT",fontsize=10,color="white",style="solid",shape="box"];1482 -> 3459[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3459 -> 1884[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 3460[label="vwx54/EQ",fontsize=10,color="white",style="solid",shape="box"];1482 -> 3460[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3460 -> 1885[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 3461[label="vwx54/GT",fontsize=10,color="white",style="solid",shape="box"];1482 -> 3461[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3461 -> 1886[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 1483[label="EQ <= vwx54",fontsize=16,color="burlywood",shape="box"];3462[label="vwx54/LT",fontsize=10,color="white",style="solid",shape="box"];1483 -> 3462[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3462 -> 1887[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 3463[label="vwx54/EQ",fontsize=10,color="white",style="solid",shape="box"];1483 -> 3463[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3463 -> 1888[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 3464[label="vwx54/GT",fontsize=10,color="white",style="solid",shape="box"];1483 -> 3464[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3464 -> 1889[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 1484[label="GT <= vwx54",fontsize=16,color="burlywood",shape="box"];3465[label="vwx54/LT",fontsize=10,color="white",style="solid",shape="box"];1484 -> 3465[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3465 -> 1890[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 3466[label="vwx54/EQ",fontsize=10,color="white",style="solid",shape="box"];1484 -> 3466[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3466 -> 1891[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 3467[label="vwx54/GT",fontsize=10,color="white",style="solid",shape="box"];1484 -> 3467[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3467 -> 1892[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 1485 -> 1862[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1485[label="compare vwx53 vwx54 /= GT",fontsize=16,color="magenta"];1485 -> 1869[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1486 -> 1862[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1486[label="compare vwx53 vwx54 /= GT",fontsize=16,color="magenta"];1486 -> 1870[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1487[label="compare0 (Just vwx114) (Just vwx115) True",fontsize=16,color="black",shape="box"];1487 -> 1893[label="",style="solid", color="black", weight=3]; 18.92/6.99 1488[label="vwx61",fontsize=16,color="green",shape="box"];1489[label="vwx60",fontsize=16,color="green",shape="box"];1490[label="vwx61",fontsize=16,color="green",shape="box"];1491[label="vwx60",fontsize=16,color="green",shape="box"];1492[label="vwx61",fontsize=16,color="green",shape="box"];1493[label="vwx60",fontsize=16,color="green",shape="box"];1494[label="vwx61",fontsize=16,color="green",shape="box"];1495[label="vwx60",fontsize=16,color="green",shape="box"];1496[label="vwx61",fontsize=16,color="green",shape="box"];1497[label="vwx60",fontsize=16,color="green",shape="box"];1498[label="vwx61",fontsize=16,color="green",shape="box"];1499[label="vwx60",fontsize=16,color="green",shape="box"];1500[label="vwx61",fontsize=16,color="green",shape="box"];1501[label="vwx60",fontsize=16,color="green",shape="box"];1502[label="vwx61",fontsize=16,color="green",shape="box"];1503[label="vwx60",fontsize=16,color="green",shape="box"];1504[label="vwx61",fontsize=16,color="green",shape="box"];1505[label="vwx60",fontsize=16,color="green",shape="box"];1506[label="vwx61",fontsize=16,color="green",shape="box"];1507[label="vwx60",fontsize=16,color="green",shape="box"];1508[label="vwx61",fontsize=16,color="green",shape="box"];1509[label="vwx60",fontsize=16,color="green",shape="box"];1510[label="vwx61",fontsize=16,color="green",shape="box"];1511[label="vwx60",fontsize=16,color="green",shape="box"];1512[label="vwx61",fontsize=16,color="green",shape="box"];1513[label="vwx60",fontsize=16,color="green",shape="box"];1514[label="vwx61",fontsize=16,color="green",shape="box"];1515[label="vwx60",fontsize=16,color="green",shape="box"];1516[label="compare0 (Left vwx121) (Left vwx122) True",fontsize=16,color="black",shape="box"];1516 -> 1894[label="",style="solid", color="black", weight=3]; 18.92/6.99 1517[label="vwx68",fontsize=16,color="green",shape="box"];1518[label="vwx67",fontsize=16,color="green",shape="box"];1519[label="vwx68",fontsize=16,color="green",shape="box"];1520[label="vwx67",fontsize=16,color="green",shape="box"];1521[label="vwx68",fontsize=16,color="green",shape="box"];1522[label="vwx67",fontsize=16,color="green",shape="box"];1523[label="vwx68",fontsize=16,color="green",shape="box"];1524[label="vwx67",fontsize=16,color="green",shape="box"];1525[label="vwx68",fontsize=16,color="green",shape="box"];1526[label="vwx67",fontsize=16,color="green",shape="box"];1527[label="vwx68",fontsize=16,color="green",shape="box"];1528[label="vwx67",fontsize=16,color="green",shape="box"];1529[label="vwx68",fontsize=16,color="green",shape="box"];1530[label="vwx67",fontsize=16,color="green",shape="box"];1531[label="vwx68",fontsize=16,color="green",shape="box"];1532[label="vwx67",fontsize=16,color="green",shape="box"];1533[label="vwx68",fontsize=16,color="green",shape="box"];1534[label="vwx67",fontsize=16,color="green",shape="box"];1535[label="vwx68",fontsize=16,color="green",shape="box"];1536[label="vwx67",fontsize=16,color="green",shape="box"];1537[label="vwx68",fontsize=16,color="green",shape="box"];1538[label="vwx67",fontsize=16,color="green",shape="box"];1539[label="vwx68",fontsize=16,color="green",shape="box"];1540[label="vwx67",fontsize=16,color="green",shape="box"];1541[label="vwx68",fontsize=16,color="green",shape="box"];1542[label="vwx67",fontsize=16,color="green",shape="box"];1543[label="vwx68",fontsize=16,color="green",shape="box"];1544[label="vwx67",fontsize=16,color="green",shape="box"];1545[label="compare0 (Right vwx131) (Right vwx132) True",fontsize=16,color="black",shape="box"];1545 -> 1895[label="",style="solid", color="black", weight=3]; 18.92/6.99 1546[label="primMulNat (Succ vwx300000) (Succ vwx3100100)",fontsize=16,color="black",shape="box"];1546 -> 1896[label="",style="solid", color="black", weight=3]; 18.92/6.99 1547[label="primMulNat (Succ vwx300000) Zero",fontsize=16,color="black",shape="box"];1547 -> 1897[label="",style="solid", color="black", weight=3]; 18.92/6.99 1548[label="primMulNat Zero (Succ vwx3100100)",fontsize=16,color="black",shape="box"];1548 -> 1898[label="",style="solid", color="black", weight=3]; 18.92/6.99 1549[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];1549 -> 1899[label="",style="solid", color="black", weight=3]; 18.92/6.99 1550[label="LT",fontsize=16,color="green",shape="box"];1551 -> 127[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1551[label="compare vwx78 vwx81",fontsize=16,color="magenta"];1551 -> 1900[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1551 -> 1901[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1552[label="LT",fontsize=16,color="green",shape="box"];1553 -> 128[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1553[label="compare vwx78 vwx81",fontsize=16,color="magenta"];1553 -> 1902[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1553 -> 1903[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1554[label="LT",fontsize=16,color="green",shape="box"];1555 -> 129[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1555[label="compare vwx78 vwx81",fontsize=16,color="magenta"];1555 -> 1904[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1555 -> 1905[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1556[label="LT",fontsize=16,color="green",shape="box"];1557 -> 130[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1557[label="compare vwx78 vwx81",fontsize=16,color="magenta"];1557 -> 1906[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1557 -> 1907[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1558[label="LT",fontsize=16,color="green",shape="box"];1559 -> 131[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1559[label="compare vwx78 vwx81",fontsize=16,color="magenta"];1559 -> 1908[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1559 -> 1909[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1560[label="LT",fontsize=16,color="green",shape="box"];1561 -> 132[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1561[label="compare vwx78 vwx81",fontsize=16,color="magenta"];1561 -> 1910[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1561 -> 1911[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1562[label="LT",fontsize=16,color="green",shape="box"];1563 -> 133[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1563[label="compare vwx78 vwx81",fontsize=16,color="magenta"];1563 -> 1912[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1563 -> 1913[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1564[label="LT",fontsize=16,color="green",shape="box"];1565 -> 134[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1565[label="compare vwx78 vwx81",fontsize=16,color="magenta"];1565 -> 1914[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1565 -> 1915[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1566[label="LT",fontsize=16,color="green",shape="box"];1567 -> 135[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1567[label="compare vwx78 vwx81",fontsize=16,color="magenta"];1567 -> 1916[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1567 -> 1917[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1568[label="LT",fontsize=16,color="green",shape="box"];1569 -> 136[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1569[label="compare vwx78 vwx81",fontsize=16,color="magenta"];1569 -> 1918[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1569 -> 1919[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1570[label="LT",fontsize=16,color="green",shape="box"];1571 -> 137[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1571[label="compare vwx78 vwx81",fontsize=16,color="magenta"];1571 -> 1920[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1571 -> 1921[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1572[label="LT",fontsize=16,color="green",shape="box"];1573 -> 138[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1573[label="compare vwx78 vwx81",fontsize=16,color="magenta"];1573 -> 1922[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1573 -> 1923[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1574[label="LT",fontsize=16,color="green",shape="box"];1575 -> 139[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1575[label="compare vwx78 vwx81",fontsize=16,color="magenta"];1575 -> 1924[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1575 -> 1925[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1576[label="LT",fontsize=16,color="green",shape="box"];1577 -> 140[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1577[label="compare vwx78 vwx81",fontsize=16,color="magenta"];1577 -> 1926[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1577 -> 1927[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1578[label="vwx81",fontsize=16,color="green",shape="box"];1579[label="vwx78",fontsize=16,color="green",shape="box"];1580[label="vwx81",fontsize=16,color="green",shape="box"];1581[label="vwx78",fontsize=16,color="green",shape="box"];1582[label="vwx81",fontsize=16,color="green",shape="box"];1583[label="vwx78",fontsize=16,color="green",shape="box"];1584[label="vwx81",fontsize=16,color="green",shape="box"];1585[label="vwx78",fontsize=16,color="green",shape="box"];1586[label="vwx81",fontsize=16,color="green",shape="box"];1587[label="vwx78",fontsize=16,color="green",shape="box"];1588[label="vwx81",fontsize=16,color="green",shape="box"];1589[label="vwx78",fontsize=16,color="green",shape="box"];1590[label="vwx81",fontsize=16,color="green",shape="box"];1591[label="vwx78",fontsize=16,color="green",shape="box"];1592[label="vwx81",fontsize=16,color="green",shape="box"];1593[label="vwx78",fontsize=16,color="green",shape="box"];1594[label="vwx81",fontsize=16,color="green",shape="box"];1595[label="vwx78",fontsize=16,color="green",shape="box"];1596[label="vwx81",fontsize=16,color="green",shape="box"];1597[label="vwx78",fontsize=16,color="green",shape="box"];1598[label="vwx81",fontsize=16,color="green",shape="box"];1599[label="vwx78",fontsize=16,color="green",shape="box"];1600[label="vwx81",fontsize=16,color="green",shape="box"];1601[label="vwx78",fontsize=16,color="green",shape="box"];1602[label="vwx81",fontsize=16,color="green",shape="box"];1603[label="vwx78",fontsize=16,color="green",shape="box"];1604[label="vwx81",fontsize=16,color="green",shape="box"];1605[label="vwx78",fontsize=16,color="green",shape="box"];1613[label="vwx79 == vwx82",fontsize=16,color="blue",shape="box"];3468[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1613 -> 3468[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3468 -> 1928[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3469[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1613 -> 3469[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3469 -> 1929[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3470[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1613 -> 3470[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3470 -> 1930[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3471[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1613 -> 3471[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3471 -> 1931[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3472[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1613 -> 3472[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3472 -> 1932[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3473[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1613 -> 3473[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3473 -> 1933[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3474[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1613 -> 3474[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3474 -> 1934[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3475[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1613 -> 3475[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3475 -> 1935[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3476[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1613 -> 3476[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3476 -> 1936[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3477[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1613 -> 3477[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3477 -> 1937[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3478[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1613 -> 3478[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3478 -> 1938[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3479[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1613 -> 3479[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3479 -> 1939[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3480[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1613 -> 3480[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3480 -> 1940[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3481[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1613 -> 3481[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3481 -> 1941[label="",style="solid", color="blue", weight=3]; 18.92/6.99 1614[label="vwx80 <= vwx83",fontsize=16,color="blue",shape="box"];3482[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1614 -> 3482[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3482 -> 1942[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3483[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1614 -> 3483[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3483 -> 1943[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3484[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1614 -> 3484[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3484 -> 1944[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3485[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1614 -> 3485[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3485 -> 1945[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3486[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1614 -> 3486[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3486 -> 1946[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3487[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1614 -> 3487[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3487 -> 1947[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3488[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1614 -> 3488[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3488 -> 1948[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3489[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1614 -> 3489[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3489 -> 1949[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3490[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1614 -> 3490[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3490 -> 1950[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3491[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1614 -> 3491[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3491 -> 1951[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3492[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1614 -> 3492[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3492 -> 1952[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3493[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1614 -> 3493[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3493 -> 1953[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3494[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1614 -> 3494[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3494 -> 1954[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3495[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1614 -> 3495[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3495 -> 1955[label="",style="solid", color="blue", weight=3]; 18.92/6.99 1615 -> 1218[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1615[label="vwx79 < vwx82",fontsize=16,color="magenta"];1615 -> 1956[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1615 -> 1957[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1616 -> 1219[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1616[label="vwx79 < vwx82",fontsize=16,color="magenta"];1616 -> 1958[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1616 -> 1959[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1617 -> 1220[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1617[label="vwx79 < vwx82",fontsize=16,color="magenta"];1617 -> 1960[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1617 -> 1961[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1618 -> 1221[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1618[label="vwx79 < vwx82",fontsize=16,color="magenta"];1618 -> 1962[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1618 -> 1963[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1619 -> 1222[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1619[label="vwx79 < vwx82",fontsize=16,color="magenta"];1619 -> 1964[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1619 -> 1965[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1620 -> 1223[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1620[label="vwx79 < vwx82",fontsize=16,color="magenta"];1620 -> 1966[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1620 -> 1967[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1621 -> 1224[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1621[label="vwx79 < vwx82",fontsize=16,color="magenta"];1621 -> 1968[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1621 -> 1969[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1622 -> 1225[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1622[label="vwx79 < vwx82",fontsize=16,color="magenta"];1622 -> 1970[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1622 -> 1971[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1623 -> 1226[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1623[label="vwx79 < vwx82",fontsize=16,color="magenta"];1623 -> 1972[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1623 -> 1973[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1624 -> 1227[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1624[label="vwx79 < vwx82",fontsize=16,color="magenta"];1624 -> 1974[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1624 -> 1975[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1625 -> 1228[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1625[label="vwx79 < vwx82",fontsize=16,color="magenta"];1625 -> 1976[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1625 -> 1977[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1626 -> 1229[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1626[label="vwx79 < vwx82",fontsize=16,color="magenta"];1626 -> 1978[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1626 -> 1979[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1627 -> 1230[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1627[label="vwx79 < vwx82",fontsize=16,color="magenta"];1627 -> 1980[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1627 -> 1981[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1628 -> 1231[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1628[label="vwx79 < vwx82",fontsize=16,color="magenta"];1628 -> 1982[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1628 -> 1983[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1629[label="False || vwx169",fontsize=16,color="black",shape="box"];1629 -> 1984[label="",style="solid", color="black", weight=3]; 18.92/6.99 1630[label="True || vwx169",fontsize=16,color="black",shape="box"];1630 -> 1985[label="",style="solid", color="black", weight=3]; 18.92/6.99 1631[label="compare1 (vwx143,vwx144,vwx145) (vwx146,vwx147,vwx148) False",fontsize=16,color="black",shape="box"];1631 -> 1986[label="",style="solid", color="black", weight=3]; 18.92/6.99 1632[label="compare1 (vwx143,vwx144,vwx145) (vwx146,vwx147,vwx148) True",fontsize=16,color="black",shape="box"];1632 -> 1987[label="",style="solid", color="black", weight=3]; 18.92/6.99 1633[label="True",fontsize=16,color="green",shape="box"];1634[label="vwx93",fontsize=16,color="green",shape="box"];1635[label="vwx91",fontsize=16,color="green",shape="box"];1636[label="vwx93",fontsize=16,color="green",shape="box"];1637[label="vwx91",fontsize=16,color="green",shape="box"];1638[label="vwx93",fontsize=16,color="green",shape="box"];1639[label="vwx91",fontsize=16,color="green",shape="box"];1640[label="vwx93",fontsize=16,color="green",shape="box"];1641[label="vwx91",fontsize=16,color="green",shape="box"];1642[label="vwx93",fontsize=16,color="green",shape="box"];1643[label="vwx91",fontsize=16,color="green",shape="box"];1644[label="vwx93",fontsize=16,color="green",shape="box"];1645[label="vwx91",fontsize=16,color="green",shape="box"];1646[label="vwx93",fontsize=16,color="green",shape="box"];1647[label="vwx91",fontsize=16,color="green",shape="box"];1648[label="vwx93",fontsize=16,color="green",shape="box"];1649[label="vwx91",fontsize=16,color="green",shape="box"];1650[label="vwx93",fontsize=16,color="green",shape="box"];1651[label="vwx91",fontsize=16,color="green",shape="box"];1652[label="vwx93",fontsize=16,color="green",shape="box"];1653[label="vwx91",fontsize=16,color="green",shape="box"];1654[label="vwx93",fontsize=16,color="green",shape="box"];1655[label="vwx91",fontsize=16,color="green",shape="box"];1656[label="vwx93",fontsize=16,color="green",shape="box"];1657[label="vwx91",fontsize=16,color="green",shape="box"];1658[label="vwx93",fontsize=16,color="green",shape="box"];1659[label="vwx91",fontsize=16,color="green",shape="box"];1660[label="vwx93",fontsize=16,color="green",shape="box"];1661[label="vwx91",fontsize=16,color="green",shape="box"];1662[label="vwx94",fontsize=16,color="green",shape="box"];1663[label="vwx92",fontsize=16,color="green",shape="box"];1664[label="vwx94",fontsize=16,color="green",shape="box"];1665[label="vwx92",fontsize=16,color="green",shape="box"];1666[label="vwx94",fontsize=16,color="green",shape="box"];1667[label="vwx92",fontsize=16,color="green",shape="box"];1668[label="vwx94",fontsize=16,color="green",shape="box"];1669[label="vwx92",fontsize=16,color="green",shape="box"];1670[label="vwx94",fontsize=16,color="green",shape="box"];1671[label="vwx92",fontsize=16,color="green",shape="box"];1672[label="vwx94",fontsize=16,color="green",shape="box"];1673[label="vwx92",fontsize=16,color="green",shape="box"];1674[label="vwx94",fontsize=16,color="green",shape="box"];1675[label="vwx92",fontsize=16,color="green",shape="box"];1676[label="vwx94",fontsize=16,color="green",shape="box"];1677[label="vwx92",fontsize=16,color="green",shape="box"];1678[label="vwx94",fontsize=16,color="green",shape="box"];1679[label="vwx92",fontsize=16,color="green",shape="box"];1680[label="vwx94",fontsize=16,color="green",shape="box"];1681[label="vwx92",fontsize=16,color="green",shape="box"];1682[label="vwx94",fontsize=16,color="green",shape="box"];1683[label="vwx92",fontsize=16,color="green",shape="box"];1684[label="vwx94",fontsize=16,color="green",shape="box"];1685[label="vwx92",fontsize=16,color="green",shape="box"];1686[label="vwx94",fontsize=16,color="green",shape="box"];1687[label="vwx92",fontsize=16,color="green",shape="box"];1688[label="vwx94",fontsize=16,color="green",shape="box"];1689[label="vwx92",fontsize=16,color="green",shape="box"];1690[label="compare1 (vwx158,vwx159) (vwx160,vwx161) False",fontsize=16,color="black",shape="box"];1690 -> 1988[label="",style="solid", color="black", weight=3]; 18.92/6.99 1691[label="compare1 (vwx158,vwx159) (vwx160,vwx161) True",fontsize=16,color="black",shape="box"];1691 -> 1989[label="",style="solid", color="black", weight=3]; 18.92/6.99 1692[label="True",fontsize=16,color="green",shape="box"];1693 -> 327[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1693[label="vwx30001 * vwx310000",fontsize=16,color="magenta"];1693 -> 1990[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1693 -> 1991[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1694 -> 327[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1694[label="vwx30000 * vwx310001",fontsize=16,color="magenta"];1694 -> 1992[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1694 -> 1993[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1695 -> 422[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1695[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1695 -> 1994[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1695 -> 1995[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1696 -> 423[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1696[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1696 -> 1996[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1696 -> 1997[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1697 -> 424[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1697[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1697 -> 1998[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1697 -> 1999[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1698 -> 425[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1698[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1698 -> 2000[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1698 -> 2001[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1699 -> 426[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1699[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1699 -> 2002[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1699 -> 2003[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1700 -> 427[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1700[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1700 -> 2004[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1700 -> 2005[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1701 -> 428[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1701[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1701 -> 2006[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1701 -> 2007[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1702 -> 429[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1702[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1702 -> 2008[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1702 -> 2009[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1703 -> 430[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1703[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1703 -> 2010[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1703 -> 2011[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1704 -> 431[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1704[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1704 -> 2012[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1704 -> 2013[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1705 -> 432[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1705[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1705 -> 2014[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1705 -> 2015[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1706 -> 433[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1706[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1706 -> 2016[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1706 -> 2017[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1707 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1707[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1707 -> 2018[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1707 -> 2019[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1708 -> 435[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1708[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1708 -> 2020[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1708 -> 2021[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1709[label="vwx30001 == vwx310001",fontsize=16,color="blue",shape="box"];3496[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1709 -> 3496[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3496 -> 2022[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3497[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1709 -> 3497[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3497 -> 2023[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3498[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1709 -> 3498[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3498 -> 2024[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3499[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1709 -> 3499[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3499 -> 2025[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3500[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1709 -> 3500[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3500 -> 2026[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3501[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1709 -> 3501[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3501 -> 2027[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3502[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1709 -> 3502[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3502 -> 2028[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3503[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1709 -> 3503[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3503 -> 2029[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3504[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1709 -> 3504[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3504 -> 2030[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3505[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1709 -> 3505[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3505 -> 2031[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3506[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1709 -> 3506[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3506 -> 2032[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3507[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1709 -> 3507[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3507 -> 2033[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3508[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1709 -> 3508[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3508 -> 2034[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3509[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1709 -> 3509[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3509 -> 2035[label="",style="solid", color="blue", weight=3]; 18.92/6.99 1710[label="vwx30002 == vwx310002",fontsize=16,color="blue",shape="box"];3510[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1710 -> 3510[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3510 -> 2036[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3511[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1710 -> 3511[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3511 -> 2037[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3512[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1710 -> 3512[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3512 -> 2038[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3513[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1710 -> 3513[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3513 -> 2039[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3514[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1710 -> 3514[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3514 -> 2040[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3515[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1710 -> 3515[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3515 -> 2041[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3516[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1710 -> 3516[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3516 -> 2042[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3517[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1710 -> 3517[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3517 -> 2043[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3518[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1710 -> 3518[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3518 -> 2044[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3519[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1710 -> 3519[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3519 -> 2045[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3520[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1710 -> 3520[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3520 -> 2046[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3521[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1710 -> 3521[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3521 -> 2047[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3522[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1710 -> 3522[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3522 -> 2048[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3523[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1710 -> 3523[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3523 -> 2049[label="",style="solid", color="blue", weight=3]; 18.92/6.99 1711[label="vwx310000",fontsize=16,color="green",shape="box"];1712[label="vwx30000",fontsize=16,color="green",shape="box"];1713[label="vwx310000",fontsize=16,color="green",shape="box"];1714[label="vwx30000",fontsize=16,color="green",shape="box"];1715[label="vwx310000",fontsize=16,color="green",shape="box"];1716[label="vwx30000",fontsize=16,color="green",shape="box"];1717[label="vwx310000",fontsize=16,color="green",shape="box"];1718[label="vwx30000",fontsize=16,color="green",shape="box"];1719[label="vwx310000",fontsize=16,color="green",shape="box"];1720[label="vwx30000",fontsize=16,color="green",shape="box"];1721[label="vwx310000",fontsize=16,color="green",shape="box"];1722[label="vwx30000",fontsize=16,color="green",shape="box"];1723[label="vwx310000",fontsize=16,color="green",shape="box"];1724[label="vwx30000",fontsize=16,color="green",shape="box"];1725[label="vwx310000",fontsize=16,color="green",shape="box"];1726[label="vwx30000",fontsize=16,color="green",shape="box"];1727[label="vwx310000",fontsize=16,color="green",shape="box"];1728[label="vwx30000",fontsize=16,color="green",shape="box"];1729[label="vwx310000",fontsize=16,color="green",shape="box"];1730[label="vwx30000",fontsize=16,color="green",shape="box"];1731[label="vwx310000",fontsize=16,color="green",shape="box"];1732[label="vwx30000",fontsize=16,color="green",shape="box"];1733[label="vwx310000",fontsize=16,color="green",shape="box"];1734[label="vwx30000",fontsize=16,color="green",shape="box"];1735[label="vwx310000",fontsize=16,color="green",shape="box"];1736[label="vwx30000",fontsize=16,color="green",shape="box"];1737[label="vwx310000",fontsize=16,color="green",shape="box"];1738[label="vwx30000",fontsize=16,color="green",shape="box"];1739[label="vwx310000",fontsize=16,color="green",shape="box"];1740[label="vwx30000",fontsize=16,color="green",shape="box"];1741[label="vwx310000",fontsize=16,color="green",shape="box"];1742[label="vwx30000",fontsize=16,color="green",shape="box"];1743[label="vwx310000",fontsize=16,color="green",shape="box"];1744[label="vwx30000",fontsize=16,color="green",shape="box"];1745[label="vwx310000",fontsize=16,color="green",shape="box"];1746[label="vwx30000",fontsize=16,color="green",shape="box"];1747[label="vwx310000",fontsize=16,color="green",shape="box"];1748[label="vwx30000",fontsize=16,color="green",shape="box"];1749[label="vwx310000",fontsize=16,color="green",shape="box"];1750[label="vwx30000",fontsize=16,color="green",shape="box"];1751[label="vwx310000",fontsize=16,color="green",shape="box"];1752[label="vwx30000",fontsize=16,color="green",shape="box"];1753[label="vwx310000",fontsize=16,color="green",shape="box"];1754[label="vwx30000",fontsize=16,color="green",shape="box"];1755[label="vwx310000",fontsize=16,color="green",shape="box"];1756[label="vwx30000",fontsize=16,color="green",shape="box"];1757[label="vwx310000",fontsize=16,color="green",shape="box"];1758[label="vwx30000",fontsize=16,color="green",shape="box"];1759[label="vwx310000",fontsize=16,color="green",shape="box"];1760[label="vwx30000",fontsize=16,color="green",shape="box"];1761[label="vwx310000",fontsize=16,color="green",shape="box"];1762[label="vwx30000",fontsize=16,color="green",shape="box"];1763[label="vwx310000",fontsize=16,color="green",shape="box"];1764[label="vwx30000",fontsize=16,color="green",shape="box"];1765[label="vwx310000",fontsize=16,color="green",shape="box"];1766[label="vwx30000",fontsize=16,color="green",shape="box"];1767[label="primEqInt (Pos (Succ vwx300000)) (Pos (Succ vwx3100000))",fontsize=16,color="black",shape="box"];1767 -> 2050[label="",style="solid", color="black", weight=3]; 18.92/6.99 1768[label="primEqInt (Pos (Succ vwx300000)) (Pos Zero)",fontsize=16,color="black",shape="box"];1768 -> 2051[label="",style="solid", color="black", weight=3]; 18.92/6.99 1769[label="False",fontsize=16,color="green",shape="box"];1770[label="primEqInt (Pos Zero) (Pos (Succ vwx3100000))",fontsize=16,color="black",shape="box"];1770 -> 2052[label="",style="solid", color="black", weight=3]; 18.92/6.99 1771[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1771 -> 2053[label="",style="solid", color="black", weight=3]; 18.92/6.99 1772[label="primEqInt (Pos Zero) (Neg (Succ vwx3100000))",fontsize=16,color="black",shape="box"];1772 -> 2054[label="",style="solid", color="black", weight=3]; 18.92/6.99 1773[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1773 -> 2055[label="",style="solid", color="black", weight=3]; 18.92/6.99 1774[label="False",fontsize=16,color="green",shape="box"];1775[label="primEqInt (Neg (Succ vwx300000)) (Neg (Succ vwx3100000))",fontsize=16,color="black",shape="box"];1775 -> 2056[label="",style="solid", color="black", weight=3]; 18.92/6.99 1776[label="primEqInt (Neg (Succ vwx300000)) (Neg Zero)",fontsize=16,color="black",shape="box"];1776 -> 2057[label="",style="solid", color="black", weight=3]; 18.92/6.99 1777[label="primEqInt (Neg Zero) (Pos (Succ vwx3100000))",fontsize=16,color="black",shape="box"];1777 -> 2058[label="",style="solid", color="black", weight=3]; 18.92/6.99 1778[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1778 -> 2059[label="",style="solid", color="black", weight=3]; 18.92/6.99 1779[label="primEqInt (Neg Zero) (Neg (Succ vwx3100000))",fontsize=16,color="black",shape="box"];1779 -> 2060[label="",style="solid", color="black", weight=3]; 18.92/6.99 1780[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1780 -> 2061[label="",style="solid", color="black", weight=3]; 18.92/6.99 1781[label="vwx310000",fontsize=16,color="green",shape="box"];1782[label="vwx30000",fontsize=16,color="green",shape="box"];1783[label="vwx310000",fontsize=16,color="green",shape="box"];1784[label="vwx30000",fontsize=16,color="green",shape="box"];1785[label="vwx310000",fontsize=16,color="green",shape="box"];1786[label="vwx30000",fontsize=16,color="green",shape="box"];1787[label="vwx310000",fontsize=16,color="green",shape="box"];1788[label="vwx30000",fontsize=16,color="green",shape="box"];1789[label="vwx310000",fontsize=16,color="green",shape="box"];1790[label="vwx30000",fontsize=16,color="green",shape="box"];1791[label="vwx310000",fontsize=16,color="green",shape="box"];1792[label="vwx30000",fontsize=16,color="green",shape="box"];1793[label="vwx310000",fontsize=16,color="green",shape="box"];1794[label="vwx30000",fontsize=16,color="green",shape="box"];1795[label="vwx310000",fontsize=16,color="green",shape="box"];1796[label="vwx30000",fontsize=16,color="green",shape="box"];1797[label="vwx310000",fontsize=16,color="green",shape="box"];1798[label="vwx30000",fontsize=16,color="green",shape="box"];1799[label="vwx310000",fontsize=16,color="green",shape="box"];1800[label="vwx30000",fontsize=16,color="green",shape="box"];1801[label="vwx310000",fontsize=16,color="green",shape="box"];1802[label="vwx30000",fontsize=16,color="green",shape="box"];1803[label="vwx310000",fontsize=16,color="green",shape="box"];1804[label="vwx30000",fontsize=16,color="green",shape="box"];1805[label="vwx310000",fontsize=16,color="green",shape="box"];1806[label="vwx30000",fontsize=16,color="green",shape="box"];1807[label="vwx310000",fontsize=16,color="green",shape="box"];1808[label="vwx30000",fontsize=16,color="green",shape="box"];1809 -> 327[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1809[label="vwx30001 * vwx310000",fontsize=16,color="magenta"];1809 -> 2062[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1809 -> 2063[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1810 -> 327[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1810[label="vwx30000 * vwx310001",fontsize=16,color="magenta"];1810 -> 2064[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1810 -> 2065[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1811[label="primEqNat (Succ vwx300000) vwx310000",fontsize=16,color="burlywood",shape="box"];3524[label="vwx310000/Succ vwx3100000",fontsize=10,color="white",style="solid",shape="box"];1811 -> 3524[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3524 -> 2066[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 3525[label="vwx310000/Zero",fontsize=10,color="white",style="solid",shape="box"];1811 -> 3525[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3525 -> 2067[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 1812[label="primEqNat Zero vwx310000",fontsize=16,color="burlywood",shape="box"];3526[label="vwx310000/Succ vwx3100000",fontsize=10,color="white",style="solid",shape="box"];1812 -> 3526[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3526 -> 2068[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 3527[label="vwx310000/Zero",fontsize=10,color="white",style="solid",shape="box"];1812 -> 3527[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3527 -> 2069[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 1813 -> 422[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1813[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1813 -> 2070[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1813 -> 2071[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1814 -> 423[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1814[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1814 -> 2072[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1814 -> 2073[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1815 -> 424[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1815[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1815 -> 2074[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1815 -> 2075[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1816 -> 425[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1816[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1816 -> 2076[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1816 -> 2077[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1817 -> 426[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1817[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1817 -> 2078[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1817 -> 2079[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1818 -> 427[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1818[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1818 -> 2080[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1818 -> 2081[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1819 -> 428[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1819[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1819 -> 2082[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1819 -> 2083[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1820 -> 429[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1820[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1820 -> 2084[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1820 -> 2085[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1821 -> 430[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1821[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1821 -> 2086[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1821 -> 2087[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1822 -> 431[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1822[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1822 -> 2088[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1822 -> 2089[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1823 -> 432[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1823[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1823 -> 2090[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1823 -> 2091[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1824 -> 433[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1824[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1824 -> 2092[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1824 -> 2093[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1825 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1825[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1825 -> 2094[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1825 -> 2095[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1826 -> 435[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1826[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1826 -> 2096[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1826 -> 2097[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1827[label="vwx310001",fontsize=16,color="green",shape="box"];1828[label="vwx30001",fontsize=16,color="green",shape="box"];1829 -> 422[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1829[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1829 -> 2098[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1829 -> 2099[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1830 -> 423[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1830[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1830 -> 2100[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1830 -> 2101[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1831 -> 424[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1831[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1831 -> 2102[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1831 -> 2103[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1832 -> 425[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1832[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1832 -> 2104[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1832 -> 2105[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1833 -> 426[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1833[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1833 -> 2106[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1833 -> 2107[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1834 -> 427[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1834[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1834 -> 2108[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1834 -> 2109[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1835 -> 428[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1835[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1835 -> 2110[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1835 -> 2111[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1836 -> 429[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1836[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1836 -> 2112[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1836 -> 2113[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1837 -> 430[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1837[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1837 -> 2114[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1837 -> 2115[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1838 -> 431[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1838[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1838 -> 2116[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1838 -> 2117[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1839 -> 432[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1839[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1839 -> 2118[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1839 -> 2119[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1840 -> 433[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1840[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1840 -> 2120[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1840 -> 2121[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1841 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1841[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1841 -> 2122[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1841 -> 2123[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1842 -> 435[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1842[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1842 -> 2124[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1842 -> 2125[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1843 -> 422[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1843[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1843 -> 2126[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1843 -> 2127[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1844 -> 423[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1844[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1844 -> 2128[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1844 -> 2129[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1845 -> 424[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1845[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1845 -> 2130[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1845 -> 2131[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1846 -> 425[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1846[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1846 -> 2132[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1846 -> 2133[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1847 -> 426[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1847[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1847 -> 2134[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1847 -> 2135[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1848 -> 427[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1848[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1848 -> 2136[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1848 -> 2137[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1849 -> 428[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1849[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1849 -> 2138[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1849 -> 2139[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1850 -> 429[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1850[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1850 -> 2140[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1850 -> 2141[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1851 -> 430[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1851[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1851 -> 2142[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1851 -> 2143[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1852 -> 431[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1852[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1852 -> 2144[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1852 -> 2145[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1853 -> 432[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1853[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1853 -> 2146[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1853 -> 2147[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1854 -> 433[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1854[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1854 -> 2148[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1854 -> 2149[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1855 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1855[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1855 -> 2150[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1855 -> 2151[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1856 -> 435[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1856[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1856 -> 2152[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1856 -> 2153[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1857 -> 426[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1857[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1857 -> 2154[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1857 -> 2155[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1858 -> 427[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1858[label="vwx30000 == vwx310000",fontsize=16,color="magenta"];1858 -> 2156[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1858 -> 2157[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1859 -> 426[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1859[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1859 -> 2158[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1859 -> 2159[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1860 -> 427[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1860[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];1860 -> 2160[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1860 -> 2161[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1861[label="(vwx530,vwx531,vwx532) <= (vwx540,vwx541,vwx542)",fontsize=16,color="black",shape="box"];1861 -> 2162[label="",style="solid", color="black", weight=3]; 18.92/6.99 1863 -> 128[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1863[label="compare vwx53 vwx54",fontsize=16,color="magenta"];1863 -> 2163[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1863 -> 2164[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1862[label="vwx170 /= GT",fontsize=16,color="black",shape="triangle"];1862 -> 2165[label="",style="solid", color="black", weight=3]; 18.92/6.99 1864 -> 129[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1864[label="compare vwx53 vwx54",fontsize=16,color="magenta"];1864 -> 2166[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1864 -> 2167[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1871[label="(vwx530,vwx531) <= (vwx540,vwx541)",fontsize=16,color="black",shape="box"];1871 -> 2180[label="",style="solid", color="black", weight=3]; 18.92/6.99 1872[label="Nothing <= Nothing",fontsize=16,color="black",shape="box"];1872 -> 2181[label="",style="solid", color="black", weight=3]; 18.92/6.99 1873[label="Nothing <= Just vwx540",fontsize=16,color="black",shape="box"];1873 -> 2182[label="",style="solid", color="black", weight=3]; 18.92/6.99 1874[label="Just vwx530 <= Nothing",fontsize=16,color="black",shape="box"];1874 -> 2183[label="",style="solid", color="black", weight=3]; 18.92/6.99 1875[label="Just vwx530 <= Just vwx540",fontsize=16,color="black",shape="box"];1875 -> 2184[label="",style="solid", color="black", weight=3]; 18.92/6.99 1876[label="False <= False",fontsize=16,color="black",shape="box"];1876 -> 2185[label="",style="solid", color="black", weight=3]; 18.92/6.99 1877[label="False <= True",fontsize=16,color="black",shape="box"];1877 -> 2186[label="",style="solid", color="black", weight=3]; 18.92/6.99 1878[label="True <= False",fontsize=16,color="black",shape="box"];1878 -> 2187[label="",style="solid", color="black", weight=3]; 18.92/6.99 1879[label="True <= True",fontsize=16,color="black",shape="box"];1879 -> 2188[label="",style="solid", color="black", weight=3]; 18.92/6.99 1865 -> 133[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1865[label="compare vwx53 vwx54",fontsize=16,color="magenta"];1865 -> 2168[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1865 -> 2169[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1880[label="Left vwx530 <= Left vwx540",fontsize=16,color="black",shape="box"];1880 -> 2189[label="",style="solid", color="black", weight=3]; 18.92/6.99 1881[label="Left vwx530 <= Right vwx540",fontsize=16,color="black",shape="box"];1881 -> 2190[label="",style="solid", color="black", weight=3]; 18.92/6.99 1882[label="Right vwx530 <= Left vwx540",fontsize=16,color="black",shape="box"];1882 -> 2191[label="",style="solid", color="black", weight=3]; 18.92/6.99 1883[label="Right vwx530 <= Right vwx540",fontsize=16,color="black",shape="box"];1883 -> 2192[label="",style="solid", color="black", weight=3]; 18.92/6.99 1866 -> 135[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1866[label="compare vwx53 vwx54",fontsize=16,color="magenta"];1866 -> 2170[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1866 -> 2171[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1867 -> 136[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1867[label="compare vwx53 vwx54",fontsize=16,color="magenta"];1867 -> 2172[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1867 -> 2173[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1868 -> 137[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1868[label="compare vwx53 vwx54",fontsize=16,color="magenta"];1868 -> 2174[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1868 -> 2175[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1884[label="LT <= LT",fontsize=16,color="black",shape="box"];1884 -> 2193[label="",style="solid", color="black", weight=3]; 18.92/6.99 1885[label="LT <= EQ",fontsize=16,color="black",shape="box"];1885 -> 2194[label="",style="solid", color="black", weight=3]; 18.92/6.99 1886[label="LT <= GT",fontsize=16,color="black",shape="box"];1886 -> 2195[label="",style="solid", color="black", weight=3]; 18.92/6.99 1887[label="EQ <= LT",fontsize=16,color="black",shape="box"];1887 -> 2196[label="",style="solid", color="black", weight=3]; 18.92/6.99 1888[label="EQ <= EQ",fontsize=16,color="black",shape="box"];1888 -> 2197[label="",style="solid", color="black", weight=3]; 18.92/6.99 1889[label="EQ <= GT",fontsize=16,color="black",shape="box"];1889 -> 2198[label="",style="solid", color="black", weight=3]; 18.92/6.99 1890[label="GT <= LT",fontsize=16,color="black",shape="box"];1890 -> 2199[label="",style="solid", color="black", weight=3]; 18.92/6.99 1891[label="GT <= EQ",fontsize=16,color="black",shape="box"];1891 -> 2200[label="",style="solid", color="black", weight=3]; 18.92/6.99 1892[label="GT <= GT",fontsize=16,color="black",shape="box"];1892 -> 2201[label="",style="solid", color="black", weight=3]; 18.92/6.99 1869 -> 139[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1869[label="compare vwx53 vwx54",fontsize=16,color="magenta"];1869 -> 2176[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1869 -> 2177[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1870 -> 140[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1870[label="compare vwx53 vwx54",fontsize=16,color="magenta"];1870 -> 2178[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1870 -> 2179[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1893[label="GT",fontsize=16,color="green",shape="box"];1894[label="GT",fontsize=16,color="green",shape="box"];1895[label="GT",fontsize=16,color="green",shape="box"];1896 -> 2202[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1896[label="primPlusNat (primMulNat vwx300000 (Succ vwx3100100)) (Succ vwx3100100)",fontsize=16,color="magenta"];1896 -> 2203[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1897[label="Zero",fontsize=16,color="green",shape="box"];1898[label="Zero",fontsize=16,color="green",shape="box"];1899[label="Zero",fontsize=16,color="green",shape="box"];1900[label="vwx78",fontsize=16,color="green",shape="box"];1901[label="vwx81",fontsize=16,color="green",shape="box"];1902[label="vwx78",fontsize=16,color="green",shape="box"];1903[label="vwx81",fontsize=16,color="green",shape="box"];1904[label="vwx78",fontsize=16,color="green",shape="box"];1905[label="vwx81",fontsize=16,color="green",shape="box"];1906[label="vwx78",fontsize=16,color="green",shape="box"];1907[label="vwx81",fontsize=16,color="green",shape="box"];1908[label="vwx78",fontsize=16,color="green",shape="box"];1909[label="vwx81",fontsize=16,color="green",shape="box"];1910[label="vwx78",fontsize=16,color="green",shape="box"];1911[label="vwx81",fontsize=16,color="green",shape="box"];1912[label="vwx78",fontsize=16,color="green",shape="box"];1913[label="vwx81",fontsize=16,color="green",shape="box"];1914[label="vwx78",fontsize=16,color="green",shape="box"];1915[label="vwx81",fontsize=16,color="green",shape="box"];1916[label="vwx78",fontsize=16,color="green",shape="box"];1917[label="vwx81",fontsize=16,color="green",shape="box"];1918[label="vwx78",fontsize=16,color="green",shape="box"];1919[label="vwx81",fontsize=16,color="green",shape="box"];1920[label="vwx78",fontsize=16,color="green",shape="box"];1921[label="vwx81",fontsize=16,color="green",shape="box"];1922[label="vwx78",fontsize=16,color="green",shape="box"];1923[label="vwx81",fontsize=16,color="green",shape="box"];1924[label="vwx78",fontsize=16,color="green",shape="box"];1925[label="vwx81",fontsize=16,color="green",shape="box"];1926[label="vwx78",fontsize=16,color="green",shape="box"];1927[label="vwx81",fontsize=16,color="green",shape="box"];1928 -> 423[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1928[label="vwx79 == vwx82",fontsize=16,color="magenta"];1928 -> 2204[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1928 -> 2205[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1929 -> 431[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1929[label="vwx79 == vwx82",fontsize=16,color="magenta"];1929 -> 2206[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1929 -> 2207[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1930 -> 424[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1930[label="vwx79 == vwx82",fontsize=16,color="magenta"];1930 -> 2208[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1930 -> 2209[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1931 -> 433[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1931[label="vwx79 == vwx82",fontsize=16,color="magenta"];1931 -> 2210[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1931 -> 2211[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1932 -> 428[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1932[label="vwx79 == vwx82",fontsize=16,color="magenta"];1932 -> 2212[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1932 -> 2213[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1933 -> 430[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1933[label="vwx79 == vwx82",fontsize=16,color="magenta"];1933 -> 2214[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1933 -> 2215[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1934 -> 426[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1934[label="vwx79 == vwx82",fontsize=16,color="magenta"];1934 -> 2216[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1934 -> 2217[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1935 -> 425[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1935[label="vwx79 == vwx82",fontsize=16,color="magenta"];1935 -> 2218[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1935 -> 2219[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1936 -> 435[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1936[label="vwx79 == vwx82",fontsize=16,color="magenta"];1936 -> 2220[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1936 -> 2221[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1937 -> 427[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1937[label="vwx79 == vwx82",fontsize=16,color="magenta"];1937 -> 2222[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1937 -> 2223[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1938 -> 429[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1938[label="vwx79 == vwx82",fontsize=16,color="magenta"];1938 -> 2224[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1938 -> 2225[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1939 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1939[label="vwx79 == vwx82",fontsize=16,color="magenta"];1939 -> 2226[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1939 -> 2227[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1940 -> 422[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1940[label="vwx79 == vwx82",fontsize=16,color="magenta"];1940 -> 2228[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1940 -> 2229[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1941 -> 432[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1941[label="vwx79 == vwx82",fontsize=16,color="magenta"];1941 -> 2230[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1941 -> 2231[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1942 -> 1269[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1942[label="vwx80 <= vwx83",fontsize=16,color="magenta"];1942 -> 2232[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1942 -> 2233[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1943 -> 1270[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1943[label="vwx80 <= vwx83",fontsize=16,color="magenta"];1943 -> 2234[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1943 -> 2235[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1944 -> 1271[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1944[label="vwx80 <= vwx83",fontsize=16,color="magenta"];1944 -> 2236[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1944 -> 2237[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1945 -> 1272[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1945[label="vwx80 <= vwx83",fontsize=16,color="magenta"];1945 -> 2238[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1945 -> 2239[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1946 -> 1273[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1946[label="vwx80 <= vwx83",fontsize=16,color="magenta"];1946 -> 2240[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1946 -> 2241[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1947 -> 1274[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1947[label="vwx80 <= vwx83",fontsize=16,color="magenta"];1947 -> 2242[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1947 -> 2243[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1948 -> 1275[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1948[label="vwx80 <= vwx83",fontsize=16,color="magenta"];1948 -> 2244[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1948 -> 2245[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1949 -> 1276[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1949[label="vwx80 <= vwx83",fontsize=16,color="magenta"];1949 -> 2246[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1949 -> 2247[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1950 -> 1277[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1950[label="vwx80 <= vwx83",fontsize=16,color="magenta"];1950 -> 2248[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1950 -> 2249[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1951 -> 1278[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1951[label="vwx80 <= vwx83",fontsize=16,color="magenta"];1951 -> 2250[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1951 -> 2251[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1952 -> 1279[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1952[label="vwx80 <= vwx83",fontsize=16,color="magenta"];1952 -> 2252[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1952 -> 2253[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1953 -> 1280[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1953[label="vwx80 <= vwx83",fontsize=16,color="magenta"];1953 -> 2254[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1953 -> 2255[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1954 -> 1281[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1954[label="vwx80 <= vwx83",fontsize=16,color="magenta"];1954 -> 2256[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1954 -> 2257[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1955 -> 1282[label="",style="dashed", color="red", weight=0]; 18.92/6.99 1955[label="vwx80 <= vwx83",fontsize=16,color="magenta"];1955 -> 2258[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1955 -> 2259[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 1956[label="vwx79",fontsize=16,color="green",shape="box"];1957[label="vwx82",fontsize=16,color="green",shape="box"];1958[label="vwx79",fontsize=16,color="green",shape="box"];1959[label="vwx82",fontsize=16,color="green",shape="box"];1960[label="vwx79",fontsize=16,color="green",shape="box"];1961[label="vwx82",fontsize=16,color="green",shape="box"];1962[label="vwx79",fontsize=16,color="green",shape="box"];1963[label="vwx82",fontsize=16,color="green",shape="box"];1964[label="vwx79",fontsize=16,color="green",shape="box"];1965[label="vwx82",fontsize=16,color="green",shape="box"];1966[label="vwx79",fontsize=16,color="green",shape="box"];1967[label="vwx82",fontsize=16,color="green",shape="box"];1968[label="vwx79",fontsize=16,color="green",shape="box"];1969[label="vwx82",fontsize=16,color="green",shape="box"];1970[label="vwx79",fontsize=16,color="green",shape="box"];1971[label="vwx82",fontsize=16,color="green",shape="box"];1972[label="vwx79",fontsize=16,color="green",shape="box"];1973[label="vwx82",fontsize=16,color="green",shape="box"];1974[label="vwx79",fontsize=16,color="green",shape="box"];1975[label="vwx82",fontsize=16,color="green",shape="box"];1976[label="vwx79",fontsize=16,color="green",shape="box"];1977[label="vwx82",fontsize=16,color="green",shape="box"];1978[label="vwx79",fontsize=16,color="green",shape="box"];1979[label="vwx82",fontsize=16,color="green",shape="box"];1980[label="vwx79",fontsize=16,color="green",shape="box"];1981[label="vwx82",fontsize=16,color="green",shape="box"];1982[label="vwx79",fontsize=16,color="green",shape="box"];1983[label="vwx82",fontsize=16,color="green",shape="box"];1984[label="vwx169",fontsize=16,color="green",shape="box"];1985[label="True",fontsize=16,color="green",shape="box"];1986[label="compare0 (vwx143,vwx144,vwx145) (vwx146,vwx147,vwx148) otherwise",fontsize=16,color="black",shape="box"];1986 -> 2260[label="",style="solid", color="black", weight=3]; 18.92/6.99 1987[label="LT",fontsize=16,color="green",shape="box"];1988[label="compare0 (vwx158,vwx159) (vwx160,vwx161) otherwise",fontsize=16,color="black",shape="box"];1988 -> 2261[label="",style="solid", color="black", weight=3]; 18.92/6.99 1989[label="LT",fontsize=16,color="green",shape="box"];1990[label="vwx310000",fontsize=16,color="green",shape="box"];1991[label="vwx30001",fontsize=16,color="green",shape="box"];1992[label="vwx310001",fontsize=16,color="green",shape="box"];1993[label="vwx30000",fontsize=16,color="green",shape="box"];1994[label="vwx310000",fontsize=16,color="green",shape="box"];1995[label="vwx30000",fontsize=16,color="green",shape="box"];1996[label="vwx310000",fontsize=16,color="green",shape="box"];1997[label="vwx30000",fontsize=16,color="green",shape="box"];1998[label="vwx310000",fontsize=16,color="green",shape="box"];1999[label="vwx30000",fontsize=16,color="green",shape="box"];2000[label="vwx310000",fontsize=16,color="green",shape="box"];2001[label="vwx30000",fontsize=16,color="green",shape="box"];2002[label="vwx310000",fontsize=16,color="green",shape="box"];2003[label="vwx30000",fontsize=16,color="green",shape="box"];2004[label="vwx310000",fontsize=16,color="green",shape="box"];2005[label="vwx30000",fontsize=16,color="green",shape="box"];2006[label="vwx310000",fontsize=16,color="green",shape="box"];2007[label="vwx30000",fontsize=16,color="green",shape="box"];2008[label="vwx310000",fontsize=16,color="green",shape="box"];2009[label="vwx30000",fontsize=16,color="green",shape="box"];2010[label="vwx310000",fontsize=16,color="green",shape="box"];2011[label="vwx30000",fontsize=16,color="green",shape="box"];2012[label="vwx310000",fontsize=16,color="green",shape="box"];2013[label="vwx30000",fontsize=16,color="green",shape="box"];2014[label="vwx310000",fontsize=16,color="green",shape="box"];2015[label="vwx30000",fontsize=16,color="green",shape="box"];2016[label="vwx310000",fontsize=16,color="green",shape="box"];2017[label="vwx30000",fontsize=16,color="green",shape="box"];2018[label="vwx310000",fontsize=16,color="green",shape="box"];2019[label="vwx30000",fontsize=16,color="green",shape="box"];2020[label="vwx310000",fontsize=16,color="green",shape="box"];2021[label="vwx30000",fontsize=16,color="green",shape="box"];2022 -> 422[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2022[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];2022 -> 2262[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2022 -> 2263[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2023 -> 423[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2023[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];2023 -> 2264[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2023 -> 2265[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2024 -> 424[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2024[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];2024 -> 2266[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2024 -> 2267[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2025 -> 425[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2025[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];2025 -> 2268[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2025 -> 2269[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2026 -> 426[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2026[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];2026 -> 2270[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2026 -> 2271[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2027 -> 427[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2027[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];2027 -> 2272[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2027 -> 2273[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2028 -> 428[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2028[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];2028 -> 2274[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2028 -> 2275[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2029 -> 429[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2029[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];2029 -> 2276[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2029 -> 2277[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2030 -> 430[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2030[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];2030 -> 2278[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2030 -> 2279[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2031 -> 431[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2031[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];2031 -> 2280[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2031 -> 2281[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2032 -> 432[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2032[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];2032 -> 2282[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2032 -> 2283[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2033 -> 433[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2033[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];2033 -> 2284[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2033 -> 2285[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2034 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2034[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];2034 -> 2286[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2034 -> 2287[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2035 -> 435[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2035[label="vwx30001 == vwx310001",fontsize=16,color="magenta"];2035 -> 2288[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2035 -> 2289[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2036 -> 422[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2036[label="vwx30002 == vwx310002",fontsize=16,color="magenta"];2036 -> 2290[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2036 -> 2291[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2037 -> 423[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2037[label="vwx30002 == vwx310002",fontsize=16,color="magenta"];2037 -> 2292[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2037 -> 2293[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2038 -> 424[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2038[label="vwx30002 == vwx310002",fontsize=16,color="magenta"];2038 -> 2294[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2038 -> 2295[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2039 -> 425[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2039[label="vwx30002 == vwx310002",fontsize=16,color="magenta"];2039 -> 2296[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2039 -> 2297[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2040 -> 426[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2040[label="vwx30002 == vwx310002",fontsize=16,color="magenta"];2040 -> 2298[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2040 -> 2299[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2041 -> 427[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2041[label="vwx30002 == vwx310002",fontsize=16,color="magenta"];2041 -> 2300[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2041 -> 2301[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2042 -> 428[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2042[label="vwx30002 == vwx310002",fontsize=16,color="magenta"];2042 -> 2302[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2042 -> 2303[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2043 -> 429[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2043[label="vwx30002 == vwx310002",fontsize=16,color="magenta"];2043 -> 2304[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2043 -> 2305[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2044 -> 430[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2044[label="vwx30002 == vwx310002",fontsize=16,color="magenta"];2044 -> 2306[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2044 -> 2307[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2045 -> 431[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2045[label="vwx30002 == vwx310002",fontsize=16,color="magenta"];2045 -> 2308[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2045 -> 2309[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2046 -> 432[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2046[label="vwx30002 == vwx310002",fontsize=16,color="magenta"];2046 -> 2310[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2046 -> 2311[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2047 -> 433[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2047[label="vwx30002 == vwx310002",fontsize=16,color="magenta"];2047 -> 2312[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2047 -> 2313[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2048 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2048[label="vwx30002 == vwx310002",fontsize=16,color="magenta"];2048 -> 2314[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2048 -> 2315[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2049 -> 435[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2049[label="vwx30002 == vwx310002",fontsize=16,color="magenta"];2049 -> 2316[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2049 -> 2317[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2050 -> 1467[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2050[label="primEqNat vwx300000 vwx3100000",fontsize=16,color="magenta"];2050 -> 2318[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2050 -> 2319[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2051[label="False",fontsize=16,color="green",shape="box"];2052[label="False",fontsize=16,color="green",shape="box"];2053[label="True",fontsize=16,color="green",shape="box"];2054[label="False",fontsize=16,color="green",shape="box"];2055[label="True",fontsize=16,color="green",shape="box"];2056 -> 1467[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2056[label="primEqNat vwx300000 vwx3100000",fontsize=16,color="magenta"];2056 -> 2320[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2056 -> 2321[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2057[label="False",fontsize=16,color="green",shape="box"];2058[label="False",fontsize=16,color="green",shape="box"];2059[label="True",fontsize=16,color="green",shape="box"];2060[label="False",fontsize=16,color="green",shape="box"];2061[label="True",fontsize=16,color="green",shape="box"];2062[label="vwx310000",fontsize=16,color="green",shape="box"];2063[label="vwx30001",fontsize=16,color="green",shape="box"];2064[label="vwx310001",fontsize=16,color="green",shape="box"];2065[label="vwx30000",fontsize=16,color="green",shape="box"];2066[label="primEqNat (Succ vwx300000) (Succ vwx3100000)",fontsize=16,color="black",shape="box"];2066 -> 2322[label="",style="solid", color="black", weight=3]; 18.92/6.99 2067[label="primEqNat (Succ vwx300000) Zero",fontsize=16,color="black",shape="box"];2067 -> 2323[label="",style="solid", color="black", weight=3]; 18.92/6.99 2068[label="primEqNat Zero (Succ vwx3100000)",fontsize=16,color="black",shape="box"];2068 -> 2324[label="",style="solid", color="black", weight=3]; 18.92/6.99 2069[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];2069 -> 2325[label="",style="solid", color="black", weight=3]; 18.92/6.99 2070[label="vwx310000",fontsize=16,color="green",shape="box"];2071[label="vwx30000",fontsize=16,color="green",shape="box"];2072[label="vwx310000",fontsize=16,color="green",shape="box"];2073[label="vwx30000",fontsize=16,color="green",shape="box"];2074[label="vwx310000",fontsize=16,color="green",shape="box"];2075[label="vwx30000",fontsize=16,color="green",shape="box"];2076[label="vwx310000",fontsize=16,color="green",shape="box"];2077[label="vwx30000",fontsize=16,color="green",shape="box"];2078[label="vwx310000",fontsize=16,color="green",shape="box"];2079[label="vwx30000",fontsize=16,color="green",shape="box"];2080[label="vwx310000",fontsize=16,color="green",shape="box"];2081[label="vwx30000",fontsize=16,color="green",shape="box"];2082[label="vwx310000",fontsize=16,color="green",shape="box"];2083[label="vwx30000",fontsize=16,color="green",shape="box"];2084[label="vwx310000",fontsize=16,color="green",shape="box"];2085[label="vwx30000",fontsize=16,color="green",shape="box"];2086[label="vwx310000",fontsize=16,color="green",shape="box"];2087[label="vwx30000",fontsize=16,color="green",shape="box"];2088[label="vwx310000",fontsize=16,color="green",shape="box"];2089[label="vwx30000",fontsize=16,color="green",shape="box"];2090[label="vwx310000",fontsize=16,color="green",shape="box"];2091[label="vwx30000",fontsize=16,color="green",shape="box"];2092[label="vwx310000",fontsize=16,color="green",shape="box"];2093[label="vwx30000",fontsize=16,color="green",shape="box"];2094[label="vwx310000",fontsize=16,color="green",shape="box"];2095[label="vwx30000",fontsize=16,color="green",shape="box"];2096[label="vwx310000",fontsize=16,color="green",shape="box"];2097[label="vwx30000",fontsize=16,color="green",shape="box"];2098[label="vwx310000",fontsize=16,color="green",shape="box"];2099[label="vwx30000",fontsize=16,color="green",shape="box"];2100[label="vwx310000",fontsize=16,color="green",shape="box"];2101[label="vwx30000",fontsize=16,color="green",shape="box"];2102[label="vwx310000",fontsize=16,color="green",shape="box"];2103[label="vwx30000",fontsize=16,color="green",shape="box"];2104[label="vwx310000",fontsize=16,color="green",shape="box"];2105[label="vwx30000",fontsize=16,color="green",shape="box"];2106[label="vwx310000",fontsize=16,color="green",shape="box"];2107[label="vwx30000",fontsize=16,color="green",shape="box"];2108[label="vwx310000",fontsize=16,color="green",shape="box"];2109[label="vwx30000",fontsize=16,color="green",shape="box"];2110[label="vwx310000",fontsize=16,color="green",shape="box"];2111[label="vwx30000",fontsize=16,color="green",shape="box"];2112[label="vwx310000",fontsize=16,color="green",shape="box"];2113[label="vwx30000",fontsize=16,color="green",shape="box"];2114[label="vwx310000",fontsize=16,color="green",shape="box"];2115[label="vwx30000",fontsize=16,color="green",shape="box"];2116[label="vwx310000",fontsize=16,color="green",shape="box"];2117[label="vwx30000",fontsize=16,color="green",shape="box"];2118[label="vwx310000",fontsize=16,color="green",shape="box"];2119[label="vwx30000",fontsize=16,color="green",shape="box"];2120[label="vwx310000",fontsize=16,color="green",shape="box"];2121[label="vwx30000",fontsize=16,color="green",shape="box"];2122[label="vwx310000",fontsize=16,color="green",shape="box"];2123[label="vwx30000",fontsize=16,color="green",shape="box"];2124[label="vwx310000",fontsize=16,color="green",shape="box"];2125[label="vwx30000",fontsize=16,color="green",shape="box"];2126[label="vwx310001",fontsize=16,color="green",shape="box"];2127[label="vwx30001",fontsize=16,color="green",shape="box"];2128[label="vwx310001",fontsize=16,color="green",shape="box"];2129[label="vwx30001",fontsize=16,color="green",shape="box"];2130[label="vwx310001",fontsize=16,color="green",shape="box"];2131[label="vwx30001",fontsize=16,color="green",shape="box"];2132[label="vwx310001",fontsize=16,color="green",shape="box"];2133[label="vwx30001",fontsize=16,color="green",shape="box"];2134[label="vwx310001",fontsize=16,color="green",shape="box"];2135[label="vwx30001",fontsize=16,color="green",shape="box"];2136[label="vwx310001",fontsize=16,color="green",shape="box"];2137[label="vwx30001",fontsize=16,color="green",shape="box"];2138[label="vwx310001",fontsize=16,color="green",shape="box"];2139[label="vwx30001",fontsize=16,color="green",shape="box"];2140[label="vwx310001",fontsize=16,color="green",shape="box"];2141[label="vwx30001",fontsize=16,color="green",shape="box"];2142[label="vwx310001",fontsize=16,color="green",shape="box"];2143[label="vwx30001",fontsize=16,color="green",shape="box"];2144[label="vwx310001",fontsize=16,color="green",shape="box"];2145[label="vwx30001",fontsize=16,color="green",shape="box"];2146[label="vwx310001",fontsize=16,color="green",shape="box"];2147[label="vwx30001",fontsize=16,color="green",shape="box"];2148[label="vwx310001",fontsize=16,color="green",shape="box"];2149[label="vwx30001",fontsize=16,color="green",shape="box"];2150[label="vwx310001",fontsize=16,color="green",shape="box"];2151[label="vwx30001",fontsize=16,color="green",shape="box"];2152[label="vwx310001",fontsize=16,color="green",shape="box"];2153[label="vwx30001",fontsize=16,color="green",shape="box"];2154[label="vwx310000",fontsize=16,color="green",shape="box"];2155[label="vwx30000",fontsize=16,color="green",shape="box"];2156[label="vwx310000",fontsize=16,color="green",shape="box"];2157[label="vwx30000",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 -> 1608[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2162[label="vwx530 < vwx540 || vwx530 == vwx540 && (vwx531 < vwx541 || vwx531 == vwx541 && vwx532 <= vwx542)",fontsize=16,color="magenta"];2162 -> 2326[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2162 -> 2327[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2163[label="vwx53",fontsize=16,color="green",shape="box"];2164[label="vwx54",fontsize=16,color="green",shape="box"];2165 -> 2328[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2165[label="not (vwx170 == GT)",fontsize=16,color="magenta"];2165 -> 2329[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2166[label="vwx53",fontsize=16,color="green",shape="box"];2167[label="vwx54",fontsize=16,color="green",shape="box"];2180 -> 1608[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2180[label="vwx530 < vwx540 || vwx530 == vwx540 && vwx531 <= vwx541",fontsize=16,color="magenta"];2180 -> 2330[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2180 -> 2331[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2181[label="True",fontsize=16,color="green",shape="box"];2182[label="True",fontsize=16,color="green",shape="box"];2183[label="False",fontsize=16,color="green",shape="box"];2184[label="vwx530 <= vwx540",fontsize=16,color="blue",shape="box"];3528[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2184 -> 3528[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3528 -> 2332[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3529[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2184 -> 3529[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3529 -> 2333[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3530[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2184 -> 3530[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3530 -> 2334[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3531[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2184 -> 3531[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3531 -> 2335[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3532[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2184 -> 3532[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3532 -> 2336[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3533[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2184 -> 3533[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3533 -> 2337[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3534[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2184 -> 3534[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3534 -> 2338[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3535[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2184 -> 3535[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3535 -> 2339[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3536[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2184 -> 3536[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3536 -> 2340[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3537[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2184 -> 3537[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3537 -> 2341[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3538[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2184 -> 3538[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3538 -> 2342[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3539[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2184 -> 3539[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3539 -> 2343[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3540[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2184 -> 3540[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3540 -> 2344[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3541[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2184 -> 3541[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3541 -> 2345[label="",style="solid", color="blue", weight=3]; 18.92/6.99 2185[label="True",fontsize=16,color="green",shape="box"];2186[label="True",fontsize=16,color="green",shape="box"];2187[label="False",fontsize=16,color="green",shape="box"];2188[label="True",fontsize=16,color="green",shape="box"];2168[label="vwx53",fontsize=16,color="green",shape="box"];2169[label="vwx54",fontsize=16,color="green",shape="box"];2189[label="vwx530 <= vwx540",fontsize=16,color="blue",shape="box"];3542[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2189 -> 3542[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3542 -> 2346[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3543[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2189 -> 3543[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3543 -> 2347[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3544[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2189 -> 3544[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3544 -> 2348[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3545[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2189 -> 3545[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3545 -> 2349[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3546[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2189 -> 3546[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3546 -> 2350[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3547[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2189 -> 3547[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3547 -> 2351[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3548[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2189 -> 3548[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3548 -> 2352[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3549[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2189 -> 3549[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3549 -> 2353[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3550[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2189 -> 3550[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3550 -> 2354[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3551[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2189 -> 3551[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3551 -> 2355[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3552[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2189 -> 3552[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3552 -> 2356[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3553[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2189 -> 3553[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3553 -> 2357[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3554[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2189 -> 3554[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3554 -> 2358[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3555[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2189 -> 3555[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3555 -> 2359[label="",style="solid", color="blue", weight=3]; 18.92/6.99 2190[label="True",fontsize=16,color="green",shape="box"];2191[label="False",fontsize=16,color="green",shape="box"];2192[label="vwx530 <= vwx540",fontsize=16,color="blue",shape="box"];3556[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2192 -> 3556[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3556 -> 2360[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3557[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2192 -> 3557[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3557 -> 2361[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3558[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2192 -> 3558[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3558 -> 2362[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3559[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2192 -> 3559[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3559 -> 2363[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3560[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2192 -> 3560[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3560 -> 2364[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3561[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2192 -> 3561[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3561 -> 2365[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3562[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2192 -> 3562[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3562 -> 2366[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3563[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2192 -> 3563[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3563 -> 2367[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3564[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2192 -> 3564[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3564 -> 2368[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3565[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2192 -> 3565[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3565 -> 2369[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3566[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2192 -> 3566[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3566 -> 2370[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3567[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2192 -> 3567[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3567 -> 2371[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3568[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2192 -> 3568[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3568 -> 2372[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3569[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2192 -> 3569[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3569 -> 2373[label="",style="solid", color="blue", weight=3]; 18.92/6.99 2170[label="vwx53",fontsize=16,color="green",shape="box"];2171[label="vwx54",fontsize=16,color="green",shape="box"];2172[label="vwx53",fontsize=16,color="green",shape="box"];2173[label="vwx54",fontsize=16,color="green",shape="box"];2174[label="vwx53",fontsize=16,color="green",shape="box"];2175[label="vwx54",fontsize=16,color="green",shape="box"];2193[label="True",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="True",fontsize=16,color="green",shape="box"];2199[label="False",fontsize=16,color="green",shape="box"];2200[label="False",fontsize=16,color="green",shape="box"];2201[label="True",fontsize=16,color="green",shape="box"];2176[label="vwx53",fontsize=16,color="green",shape="box"];2177[label="vwx54",fontsize=16,color="green",shape="box"];2178[label="vwx53",fontsize=16,color="green",shape="box"];2179[label="vwx54",fontsize=16,color="green",shape="box"];2203 -> 1190[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2203[label="primMulNat vwx300000 (Succ vwx3100100)",fontsize=16,color="magenta"];2203 -> 2374[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2203 -> 2375[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2202[label="primPlusNat vwx171 (Succ vwx3100100)",fontsize=16,color="burlywood",shape="triangle"];3570[label="vwx171/Succ vwx1710",fontsize=10,color="white",style="solid",shape="box"];2202 -> 3570[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3570 -> 2376[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 3571[label="vwx171/Zero",fontsize=10,color="white",style="solid",shape="box"];2202 -> 3571[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3571 -> 2377[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 2204[label="vwx82",fontsize=16,color="green",shape="box"];2205[label="vwx79",fontsize=16,color="green",shape="box"];2206[label="vwx82",fontsize=16,color="green",shape="box"];2207[label="vwx79",fontsize=16,color="green",shape="box"];2208[label="vwx82",fontsize=16,color="green",shape="box"];2209[label="vwx79",fontsize=16,color="green",shape="box"];2210[label="vwx82",fontsize=16,color="green",shape="box"];2211[label="vwx79",fontsize=16,color="green",shape="box"];2212[label="vwx82",fontsize=16,color="green",shape="box"];2213[label="vwx79",fontsize=16,color="green",shape="box"];2214[label="vwx82",fontsize=16,color="green",shape="box"];2215[label="vwx79",fontsize=16,color="green",shape="box"];2216[label="vwx82",fontsize=16,color="green",shape="box"];2217[label="vwx79",fontsize=16,color="green",shape="box"];2218[label="vwx82",fontsize=16,color="green",shape="box"];2219[label="vwx79",fontsize=16,color="green",shape="box"];2220[label="vwx82",fontsize=16,color="green",shape="box"];2221[label="vwx79",fontsize=16,color="green",shape="box"];2222[label="vwx82",fontsize=16,color="green",shape="box"];2223[label="vwx79",fontsize=16,color="green",shape="box"];2224[label="vwx82",fontsize=16,color="green",shape="box"];2225[label="vwx79",fontsize=16,color="green",shape="box"];2226[label="vwx82",fontsize=16,color="green",shape="box"];2227[label="vwx79",fontsize=16,color="green",shape="box"];2228[label="vwx82",fontsize=16,color="green",shape="box"];2229[label="vwx79",fontsize=16,color="green",shape="box"];2230[label="vwx82",fontsize=16,color="green",shape="box"];2231[label="vwx79",fontsize=16,color="green",shape="box"];2232[label="vwx83",fontsize=16,color="green",shape="box"];2233[label="vwx80",fontsize=16,color="green",shape="box"];2234[label="vwx83",fontsize=16,color="green",shape="box"];2235[label="vwx80",fontsize=16,color="green",shape="box"];2236[label="vwx83",fontsize=16,color="green",shape="box"];2237[label="vwx80",fontsize=16,color="green",shape="box"];2238[label="vwx83",fontsize=16,color="green",shape="box"];2239[label="vwx80",fontsize=16,color="green",shape="box"];2240[label="vwx83",fontsize=16,color="green",shape="box"];2241[label="vwx80",fontsize=16,color="green",shape="box"];2242[label="vwx83",fontsize=16,color="green",shape="box"];2243[label="vwx80",fontsize=16,color="green",shape="box"];2244[label="vwx83",fontsize=16,color="green",shape="box"];2245[label="vwx80",fontsize=16,color="green",shape="box"];2246[label="vwx83",fontsize=16,color="green",shape="box"];2247[label="vwx80",fontsize=16,color="green",shape="box"];2248[label="vwx83",fontsize=16,color="green",shape="box"];2249[label="vwx80",fontsize=16,color="green",shape="box"];2250[label="vwx83",fontsize=16,color="green",shape="box"];2251[label="vwx80",fontsize=16,color="green",shape="box"];2252[label="vwx83",fontsize=16,color="green",shape="box"];2253[label="vwx80",fontsize=16,color="green",shape="box"];2254[label="vwx83",fontsize=16,color="green",shape="box"];2255[label="vwx80",fontsize=16,color="green",shape="box"];2256[label="vwx83",fontsize=16,color="green",shape="box"];2257[label="vwx80",fontsize=16,color="green",shape="box"];2258[label="vwx83",fontsize=16,color="green",shape="box"];2259[label="vwx80",fontsize=16,color="green",shape="box"];2260[label="compare0 (vwx143,vwx144,vwx145) (vwx146,vwx147,vwx148) True",fontsize=16,color="black",shape="box"];2260 -> 2378[label="",style="solid", color="black", weight=3]; 18.92/6.99 2261[label="compare0 (vwx158,vwx159) (vwx160,vwx161) True",fontsize=16,color="black",shape="box"];2261 -> 2379[label="",style="solid", color="black", weight=3]; 18.92/6.99 2262[label="vwx310001",fontsize=16,color="green",shape="box"];2263[label="vwx30001",fontsize=16,color="green",shape="box"];2264[label="vwx310001",fontsize=16,color="green",shape="box"];2265[label="vwx30001",fontsize=16,color="green",shape="box"];2266[label="vwx310001",fontsize=16,color="green",shape="box"];2267[label="vwx30001",fontsize=16,color="green",shape="box"];2268[label="vwx310001",fontsize=16,color="green",shape="box"];2269[label="vwx30001",fontsize=16,color="green",shape="box"];2270[label="vwx310001",fontsize=16,color="green",shape="box"];2271[label="vwx30001",fontsize=16,color="green",shape="box"];2272[label="vwx310001",fontsize=16,color="green",shape="box"];2273[label="vwx30001",fontsize=16,color="green",shape="box"];2274[label="vwx310001",fontsize=16,color="green",shape="box"];2275[label="vwx30001",fontsize=16,color="green",shape="box"];2276[label="vwx310001",fontsize=16,color="green",shape="box"];2277[label="vwx30001",fontsize=16,color="green",shape="box"];2278[label="vwx310001",fontsize=16,color="green",shape="box"];2279[label="vwx30001",fontsize=16,color="green",shape="box"];2280[label="vwx310001",fontsize=16,color="green",shape="box"];2281[label="vwx30001",fontsize=16,color="green",shape="box"];2282[label="vwx310001",fontsize=16,color="green",shape="box"];2283[label="vwx30001",fontsize=16,color="green",shape="box"];2284[label="vwx310001",fontsize=16,color="green",shape="box"];2285[label="vwx30001",fontsize=16,color="green",shape="box"];2286[label="vwx310001",fontsize=16,color="green",shape="box"];2287[label="vwx30001",fontsize=16,color="green",shape="box"];2288[label="vwx310001",fontsize=16,color="green",shape="box"];2289[label="vwx30001",fontsize=16,color="green",shape="box"];2290[label="vwx310002",fontsize=16,color="green",shape="box"];2291[label="vwx30002",fontsize=16,color="green",shape="box"];2292[label="vwx310002",fontsize=16,color="green",shape="box"];2293[label="vwx30002",fontsize=16,color="green",shape="box"];2294[label="vwx310002",fontsize=16,color="green",shape="box"];2295[label="vwx30002",fontsize=16,color="green",shape="box"];2296[label="vwx310002",fontsize=16,color="green",shape="box"];2297[label="vwx30002",fontsize=16,color="green",shape="box"];2298[label="vwx310002",fontsize=16,color="green",shape="box"];2299[label="vwx30002",fontsize=16,color="green",shape="box"];2300[label="vwx310002",fontsize=16,color="green",shape="box"];2301[label="vwx30002",fontsize=16,color="green",shape="box"];2302[label="vwx310002",fontsize=16,color="green",shape="box"];2303[label="vwx30002",fontsize=16,color="green",shape="box"];2304[label="vwx310002",fontsize=16,color="green",shape="box"];2305[label="vwx30002",fontsize=16,color="green",shape="box"];2306[label="vwx310002",fontsize=16,color="green",shape="box"];2307[label="vwx30002",fontsize=16,color="green",shape="box"];2308[label="vwx310002",fontsize=16,color="green",shape="box"];2309[label="vwx30002",fontsize=16,color="green",shape="box"];2310[label="vwx310002",fontsize=16,color="green",shape="box"];2311[label="vwx30002",fontsize=16,color="green",shape="box"];2312[label="vwx310002",fontsize=16,color="green",shape="box"];2313[label="vwx30002",fontsize=16,color="green",shape="box"];2314[label="vwx310002",fontsize=16,color="green",shape="box"];2315[label="vwx30002",fontsize=16,color="green",shape="box"];2316[label="vwx310002",fontsize=16,color="green",shape="box"];2317[label="vwx30002",fontsize=16,color="green",shape="box"];2318[label="vwx300000",fontsize=16,color="green",shape="box"];2319[label="vwx3100000",fontsize=16,color="green",shape="box"];2320[label="vwx300000",fontsize=16,color="green",shape="box"];2321[label="vwx3100000",fontsize=16,color="green",shape="box"];2322 -> 1467[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2322[label="primEqNat vwx300000 vwx3100000",fontsize=16,color="magenta"];2322 -> 2380[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2322 -> 2381[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2323[label="False",fontsize=16,color="green",shape="box"];2324[label="False",fontsize=16,color="green",shape="box"];2325[label="True",fontsize=16,color="green",shape="box"];2326 -> 940[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2326[label="vwx530 == vwx540 && (vwx531 < vwx541 || vwx531 == vwx541 && vwx532 <= vwx542)",fontsize=16,color="magenta"];2326 -> 2382[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2326 -> 2383[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2327[label="vwx530 < vwx540",fontsize=16,color="blue",shape="box"];3572[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2327 -> 3572[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3572 -> 2384[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3573[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2327 -> 3573[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3573 -> 2385[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3574[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2327 -> 3574[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3574 -> 2386[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3575[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2327 -> 3575[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3575 -> 2387[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3576[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2327 -> 3576[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3576 -> 2388[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3577[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2327 -> 3577[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3577 -> 2389[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3578[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2327 -> 3578[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3578 -> 2390[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3579[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2327 -> 3579[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3579 -> 2391[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3580[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2327 -> 3580[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3580 -> 2392[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3581[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2327 -> 3581[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3581 -> 2393[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3582[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2327 -> 3582[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3582 -> 2394[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3583[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2327 -> 3583[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3583 -> 2395[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3584[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2327 -> 3584[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3584 -> 2396[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3585[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2327 -> 3585[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3585 -> 2397[label="",style="solid", color="blue", weight=3]; 18.92/6.99 2329 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2329[label="vwx170 == GT",fontsize=16,color="magenta"];2329 -> 2398[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2329 -> 2399[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2328[label="not vwx172",fontsize=16,color="burlywood",shape="triangle"];3586[label="vwx172/False",fontsize=10,color="white",style="solid",shape="box"];2328 -> 3586[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3586 -> 2400[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 3587[label="vwx172/True",fontsize=10,color="white",style="solid",shape="box"];2328 -> 3587[label="",style="solid", color="burlywood", weight=9]; 18.92/6.99 3587 -> 2401[label="",style="solid", color="burlywood", weight=3]; 18.92/6.99 2330 -> 940[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2330[label="vwx530 == vwx540 && vwx531 <= vwx541",fontsize=16,color="magenta"];2330 -> 2402[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2330 -> 2403[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2331[label="vwx530 < vwx540",fontsize=16,color="blue",shape="box"];3588[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2331 -> 3588[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3588 -> 2404[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3589[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2331 -> 3589[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3589 -> 2405[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3590[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2331 -> 3590[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3590 -> 2406[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3591[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2331 -> 3591[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3591 -> 2407[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3592[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2331 -> 3592[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3592 -> 2408[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3593[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2331 -> 3593[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3593 -> 2409[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3594[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2331 -> 3594[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3594 -> 2410[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3595[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2331 -> 3595[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3595 -> 2411[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3596[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2331 -> 3596[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3596 -> 2412[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3597[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2331 -> 3597[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3597 -> 2413[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3598[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2331 -> 3598[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3598 -> 2414[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3599[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2331 -> 3599[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3599 -> 2415[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3600[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2331 -> 3600[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3600 -> 2416[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3601[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2331 -> 3601[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3601 -> 2417[label="",style="solid", color="blue", weight=3]; 18.92/6.99 2332 -> 1269[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2332[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2332 -> 2418[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2332 -> 2419[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2333 -> 1270[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2333[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2333 -> 2420[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2333 -> 2421[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2334 -> 1271[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2334[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2334 -> 2422[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2334 -> 2423[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2335 -> 1272[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2335[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2335 -> 2424[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2335 -> 2425[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2336 -> 1273[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2336[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2336 -> 2426[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2336 -> 2427[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2337 -> 1274[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2337[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2337 -> 2428[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2337 -> 2429[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2338 -> 1275[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2338[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2338 -> 2430[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2338 -> 2431[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2339 -> 1276[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2339[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2339 -> 2432[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2339 -> 2433[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2340 -> 1277[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2340[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2340 -> 2434[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2340 -> 2435[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2341 -> 1278[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2341[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2341 -> 2436[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2341 -> 2437[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2342 -> 1279[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2342[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2342 -> 2438[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2342 -> 2439[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2343 -> 1280[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2343[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2343 -> 2440[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2343 -> 2441[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2344 -> 1281[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2344[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2344 -> 2442[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2344 -> 2443[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2345 -> 1282[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2345[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2345 -> 2444[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2345 -> 2445[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2346 -> 1269[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2346[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2346 -> 2446[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2346 -> 2447[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2347 -> 1270[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2347[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2347 -> 2448[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2347 -> 2449[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2348 -> 1271[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2348[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2348 -> 2450[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2348 -> 2451[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2349 -> 1272[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2349[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2349 -> 2452[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2349 -> 2453[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2350 -> 1273[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2350[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2350 -> 2454[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2350 -> 2455[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2351 -> 1274[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2351[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2351 -> 2456[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2351 -> 2457[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2352 -> 1275[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2352[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2352 -> 2458[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2352 -> 2459[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2353 -> 1276[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2353[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2353 -> 2460[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2353 -> 2461[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2354 -> 1277[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2354[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2354 -> 2462[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2354 -> 2463[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2355 -> 1278[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2355[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2355 -> 2464[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2355 -> 2465[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2356 -> 1279[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2356[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2356 -> 2466[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2356 -> 2467[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2357 -> 1280[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2357[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2357 -> 2468[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2357 -> 2469[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2358 -> 1281[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2358[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2358 -> 2470[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2358 -> 2471[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2359 -> 1282[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2359[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2359 -> 2472[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2359 -> 2473[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2360 -> 1269[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2360[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2360 -> 2474[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2360 -> 2475[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2361 -> 1270[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2361[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2361 -> 2476[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2361 -> 2477[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2362 -> 1271[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2362[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2362 -> 2478[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2362 -> 2479[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2363 -> 1272[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2363[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2363 -> 2480[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2363 -> 2481[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2364 -> 1273[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2364[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2364 -> 2482[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2364 -> 2483[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2365 -> 1274[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2365[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2365 -> 2484[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2365 -> 2485[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2366 -> 1275[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2366[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2366 -> 2486[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2366 -> 2487[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2367 -> 1276[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2367[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2367 -> 2488[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2367 -> 2489[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2368 -> 1277[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2368[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2368 -> 2490[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2368 -> 2491[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2369 -> 1278[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2369[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2369 -> 2492[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2369 -> 2493[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2370 -> 1279[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2370[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2370 -> 2494[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2370 -> 2495[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2371 -> 1280[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2371[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2371 -> 2496[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2371 -> 2497[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2372 -> 1281[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2372[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2372 -> 2498[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2372 -> 2499[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2373 -> 1282[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2373[label="vwx530 <= vwx540",fontsize=16,color="magenta"];2373 -> 2500[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2373 -> 2501[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2374[label="Succ vwx3100100",fontsize=16,color="green",shape="box"];2375[label="vwx300000",fontsize=16,color="green",shape="box"];2376[label="primPlusNat (Succ vwx1710) (Succ vwx3100100)",fontsize=16,color="black",shape="box"];2376 -> 2502[label="",style="solid", color="black", weight=3]; 18.92/6.99 2377[label="primPlusNat Zero (Succ vwx3100100)",fontsize=16,color="black",shape="box"];2377 -> 2503[label="",style="solid", color="black", weight=3]; 18.92/6.99 2378[label="GT",fontsize=16,color="green",shape="box"];2379[label="GT",fontsize=16,color="green",shape="box"];2380[label="vwx300000",fontsize=16,color="green",shape="box"];2381[label="vwx3100000",fontsize=16,color="green",shape="box"];2382[label="vwx530 == vwx540",fontsize=16,color="blue",shape="box"];3602[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2382 -> 3602[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3602 -> 2504[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3603[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2382 -> 3603[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3603 -> 2505[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3604[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2382 -> 3604[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3604 -> 2506[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3605[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2382 -> 3605[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3605 -> 2507[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3606[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2382 -> 3606[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3606 -> 2508[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3607[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2382 -> 3607[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3607 -> 2509[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3608[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2382 -> 3608[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3608 -> 2510[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3609[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2382 -> 3609[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3609 -> 2511[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3610[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2382 -> 3610[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3610 -> 2512[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3611[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2382 -> 3611[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3611 -> 2513[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3612[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2382 -> 3612[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3612 -> 2514[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3613[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2382 -> 3613[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3613 -> 2515[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3614[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2382 -> 3614[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3614 -> 2516[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3615[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2382 -> 3615[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3615 -> 2517[label="",style="solid", color="blue", weight=3]; 18.92/6.99 2383 -> 1608[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2383[label="vwx531 < vwx541 || vwx531 == vwx541 && vwx532 <= vwx542",fontsize=16,color="magenta"];2383 -> 2518[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2383 -> 2519[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2384 -> 1218[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2384[label="vwx530 < vwx540",fontsize=16,color="magenta"];2384 -> 2520[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2384 -> 2521[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2385 -> 1219[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2385[label="vwx530 < vwx540",fontsize=16,color="magenta"];2385 -> 2522[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2385 -> 2523[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2386 -> 1220[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2386[label="vwx530 < vwx540",fontsize=16,color="magenta"];2386 -> 2524[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2386 -> 2525[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2387 -> 1221[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2387[label="vwx530 < vwx540",fontsize=16,color="magenta"];2387 -> 2526[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2387 -> 2527[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2388 -> 1222[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2388[label="vwx530 < vwx540",fontsize=16,color="magenta"];2388 -> 2528[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2388 -> 2529[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2389 -> 1223[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2389[label="vwx530 < vwx540",fontsize=16,color="magenta"];2389 -> 2530[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2389 -> 2531[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2390 -> 1224[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2390[label="vwx530 < vwx540",fontsize=16,color="magenta"];2390 -> 2532[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2390 -> 2533[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2391 -> 1225[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2391[label="vwx530 < vwx540",fontsize=16,color="magenta"];2391 -> 2534[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2391 -> 2535[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2392 -> 1226[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2392[label="vwx530 < vwx540",fontsize=16,color="magenta"];2392 -> 2536[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2392 -> 2537[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2393 -> 1227[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2393[label="vwx530 < vwx540",fontsize=16,color="magenta"];2393 -> 2538[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2393 -> 2539[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2394 -> 1228[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2394[label="vwx530 < vwx540",fontsize=16,color="magenta"];2394 -> 2540[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2394 -> 2541[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2395 -> 1229[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2395[label="vwx530 < vwx540",fontsize=16,color="magenta"];2395 -> 2542[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2395 -> 2543[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2396 -> 1230[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2396[label="vwx530 < vwx540",fontsize=16,color="magenta"];2396 -> 2544[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2396 -> 2545[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2397 -> 1231[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2397[label="vwx530 < vwx540",fontsize=16,color="magenta"];2397 -> 2546[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2397 -> 2547[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2398[label="GT",fontsize=16,color="green",shape="box"];2399[label="vwx170",fontsize=16,color="green",shape="box"];2400[label="not False",fontsize=16,color="black",shape="box"];2400 -> 2548[label="",style="solid", color="black", weight=3]; 18.92/6.99 2401[label="not True",fontsize=16,color="black",shape="box"];2401 -> 2549[label="",style="solid", color="black", weight=3]; 18.92/6.99 2402[label="vwx530 == vwx540",fontsize=16,color="blue",shape="box"];3616[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2402 -> 3616[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3616 -> 2550[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3617[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2402 -> 3617[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3617 -> 2551[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3618[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2402 -> 3618[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3618 -> 2552[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3619[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2402 -> 3619[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3619 -> 2553[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3620[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2402 -> 3620[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3620 -> 2554[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3621[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2402 -> 3621[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3621 -> 2555[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3622[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2402 -> 3622[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3622 -> 2556[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3623[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2402 -> 3623[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3623 -> 2557[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3624[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2402 -> 3624[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3624 -> 2558[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3625[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2402 -> 3625[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3625 -> 2559[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3626[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2402 -> 3626[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3626 -> 2560[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3627[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2402 -> 3627[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3627 -> 2561[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3628[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2402 -> 3628[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3628 -> 2562[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3629[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2402 -> 3629[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3629 -> 2563[label="",style="solid", color="blue", weight=3]; 18.92/6.99 2403[label="vwx531 <= vwx541",fontsize=16,color="blue",shape="box"];3630[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2403 -> 3630[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3630 -> 2564[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3631[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2403 -> 3631[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3631 -> 2565[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3632[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2403 -> 3632[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3632 -> 2566[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3633[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2403 -> 3633[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3633 -> 2567[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3634[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2403 -> 3634[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3634 -> 2568[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3635[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2403 -> 3635[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3635 -> 2569[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3636[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2403 -> 3636[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3636 -> 2570[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3637[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2403 -> 3637[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3637 -> 2571[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3638[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2403 -> 3638[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3638 -> 2572[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3639[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2403 -> 3639[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3639 -> 2573[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3640[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2403 -> 3640[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3640 -> 2574[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3641[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2403 -> 3641[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3641 -> 2575[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3642[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2403 -> 3642[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3642 -> 2576[label="",style="solid", color="blue", weight=3]; 18.92/6.99 3643[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2403 -> 3643[label="",style="solid", color="blue", weight=9]; 18.92/6.99 3643 -> 2577[label="",style="solid", color="blue", weight=3]; 18.92/6.99 2404 -> 1218[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2404[label="vwx530 < vwx540",fontsize=16,color="magenta"];2404 -> 2578[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2404 -> 2579[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2405 -> 1219[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2405[label="vwx530 < vwx540",fontsize=16,color="magenta"];2405 -> 2580[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2405 -> 2581[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2406 -> 1220[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2406[label="vwx530 < vwx540",fontsize=16,color="magenta"];2406 -> 2582[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2406 -> 2583[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2407 -> 1221[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2407[label="vwx530 < vwx540",fontsize=16,color="magenta"];2407 -> 2584[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2407 -> 2585[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2408 -> 1222[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2408[label="vwx530 < vwx540",fontsize=16,color="magenta"];2408 -> 2586[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2408 -> 2587[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2409 -> 1223[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2409[label="vwx530 < vwx540",fontsize=16,color="magenta"];2409 -> 2588[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2409 -> 2589[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2410 -> 1224[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2410[label="vwx530 < vwx540",fontsize=16,color="magenta"];2410 -> 2590[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2410 -> 2591[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2411 -> 1225[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2411[label="vwx530 < vwx540",fontsize=16,color="magenta"];2411 -> 2592[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2411 -> 2593[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2412 -> 1226[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2412[label="vwx530 < vwx540",fontsize=16,color="magenta"];2412 -> 2594[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2412 -> 2595[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2413 -> 1227[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2413[label="vwx530 < vwx540",fontsize=16,color="magenta"];2413 -> 2596[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2413 -> 2597[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2414 -> 1228[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2414[label="vwx530 < vwx540",fontsize=16,color="magenta"];2414 -> 2598[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2414 -> 2599[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2415 -> 1229[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2415[label="vwx530 < vwx540",fontsize=16,color="magenta"];2415 -> 2600[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2415 -> 2601[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2416 -> 1230[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2416[label="vwx530 < vwx540",fontsize=16,color="magenta"];2416 -> 2602[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2416 -> 2603[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2417 -> 1231[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2417[label="vwx530 < vwx540",fontsize=16,color="magenta"];2417 -> 2604[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2417 -> 2605[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2418[label="vwx540",fontsize=16,color="green",shape="box"];2419[label="vwx530",fontsize=16,color="green",shape="box"];2420[label="vwx540",fontsize=16,color="green",shape="box"];2421[label="vwx530",fontsize=16,color="green",shape="box"];2422[label="vwx540",fontsize=16,color="green",shape="box"];2423[label="vwx530",fontsize=16,color="green",shape="box"];2424[label="vwx540",fontsize=16,color="green",shape="box"];2425[label="vwx530",fontsize=16,color="green",shape="box"];2426[label="vwx540",fontsize=16,color="green",shape="box"];2427[label="vwx530",fontsize=16,color="green",shape="box"];2428[label="vwx540",fontsize=16,color="green",shape="box"];2429[label="vwx530",fontsize=16,color="green",shape="box"];2430[label="vwx540",fontsize=16,color="green",shape="box"];2431[label="vwx530",fontsize=16,color="green",shape="box"];2432[label="vwx540",fontsize=16,color="green",shape="box"];2433[label="vwx530",fontsize=16,color="green",shape="box"];2434[label="vwx540",fontsize=16,color="green",shape="box"];2435[label="vwx530",fontsize=16,color="green",shape="box"];2436[label="vwx540",fontsize=16,color="green",shape="box"];2437[label="vwx530",fontsize=16,color="green",shape="box"];2438[label="vwx540",fontsize=16,color="green",shape="box"];2439[label="vwx530",fontsize=16,color="green",shape="box"];2440[label="vwx540",fontsize=16,color="green",shape="box"];2441[label="vwx530",fontsize=16,color="green",shape="box"];2442[label="vwx540",fontsize=16,color="green",shape="box"];2443[label="vwx530",fontsize=16,color="green",shape="box"];2444[label="vwx540",fontsize=16,color="green",shape="box"];2445[label="vwx530",fontsize=16,color="green",shape="box"];2446[label="vwx540",fontsize=16,color="green",shape="box"];2447[label="vwx530",fontsize=16,color="green",shape="box"];2448[label="vwx540",fontsize=16,color="green",shape="box"];2449[label="vwx530",fontsize=16,color="green",shape="box"];2450[label="vwx540",fontsize=16,color="green",shape="box"];2451[label="vwx530",fontsize=16,color="green",shape="box"];2452[label="vwx540",fontsize=16,color="green",shape="box"];2453[label="vwx530",fontsize=16,color="green",shape="box"];2454[label="vwx540",fontsize=16,color="green",shape="box"];2455[label="vwx530",fontsize=16,color="green",shape="box"];2456[label="vwx540",fontsize=16,color="green",shape="box"];2457[label="vwx530",fontsize=16,color="green",shape="box"];2458[label="vwx540",fontsize=16,color="green",shape="box"];2459[label="vwx530",fontsize=16,color="green",shape="box"];2460[label="vwx540",fontsize=16,color="green",shape="box"];2461[label="vwx530",fontsize=16,color="green",shape="box"];2462[label="vwx540",fontsize=16,color="green",shape="box"];2463[label="vwx530",fontsize=16,color="green",shape="box"];2464[label="vwx540",fontsize=16,color="green",shape="box"];2465[label="vwx530",fontsize=16,color="green",shape="box"];2466[label="vwx540",fontsize=16,color="green",shape="box"];2467[label="vwx530",fontsize=16,color="green",shape="box"];2468[label="vwx540",fontsize=16,color="green",shape="box"];2469[label="vwx530",fontsize=16,color="green",shape="box"];2470[label="vwx540",fontsize=16,color="green",shape="box"];2471[label="vwx530",fontsize=16,color="green",shape="box"];2472[label="vwx540",fontsize=16,color="green",shape="box"];2473[label="vwx530",fontsize=16,color="green",shape="box"];2474[label="vwx540",fontsize=16,color="green",shape="box"];2475[label="vwx530",fontsize=16,color="green",shape="box"];2476[label="vwx540",fontsize=16,color="green",shape="box"];2477[label="vwx530",fontsize=16,color="green",shape="box"];2478[label="vwx540",fontsize=16,color="green",shape="box"];2479[label="vwx530",fontsize=16,color="green",shape="box"];2480[label="vwx540",fontsize=16,color="green",shape="box"];2481[label="vwx530",fontsize=16,color="green",shape="box"];2482[label="vwx540",fontsize=16,color="green",shape="box"];2483[label="vwx530",fontsize=16,color="green",shape="box"];2484[label="vwx540",fontsize=16,color="green",shape="box"];2485[label="vwx530",fontsize=16,color="green",shape="box"];2486[label="vwx540",fontsize=16,color="green",shape="box"];2487[label="vwx530",fontsize=16,color="green",shape="box"];2488[label="vwx540",fontsize=16,color="green",shape="box"];2489[label="vwx530",fontsize=16,color="green",shape="box"];2490[label="vwx540",fontsize=16,color="green",shape="box"];2491[label="vwx530",fontsize=16,color="green",shape="box"];2492[label="vwx540",fontsize=16,color="green",shape="box"];2493[label="vwx530",fontsize=16,color="green",shape="box"];2494[label="vwx540",fontsize=16,color="green",shape="box"];2495[label="vwx530",fontsize=16,color="green",shape="box"];2496[label="vwx540",fontsize=16,color="green",shape="box"];2497[label="vwx530",fontsize=16,color="green",shape="box"];2498[label="vwx540",fontsize=16,color="green",shape="box"];2499[label="vwx530",fontsize=16,color="green",shape="box"];2500[label="vwx540",fontsize=16,color="green",shape="box"];2501[label="vwx530",fontsize=16,color="green",shape="box"];2502[label="Succ (Succ (primPlusNat vwx1710 vwx3100100))",fontsize=16,color="green",shape="box"];2502 -> 2606[label="",style="dashed", color="green", weight=3]; 18.92/6.99 2503[label="Succ vwx3100100",fontsize=16,color="green",shape="box"];2504 -> 423[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2504[label="vwx530 == vwx540",fontsize=16,color="magenta"];2504 -> 2607[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2504 -> 2608[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2505 -> 431[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2505[label="vwx530 == vwx540",fontsize=16,color="magenta"];2505 -> 2609[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2505 -> 2610[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2506 -> 424[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2506[label="vwx530 == vwx540",fontsize=16,color="magenta"];2506 -> 2611[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2506 -> 2612[label="",style="dashed", color="magenta", weight=3]; 18.92/6.99 2507 -> 433[label="",style="dashed", color="red", weight=0]; 18.92/6.99 2507[label="vwx530 == vwx540",fontsize=16,color="magenta"];2507 -> 2613[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2507 -> 2614[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2508 -> 428[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2508[label="vwx530 == vwx540",fontsize=16,color="magenta"];2508 -> 2615[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2508 -> 2616[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2509 -> 430[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2509[label="vwx530 == vwx540",fontsize=16,color="magenta"];2509 -> 2617[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2509 -> 2618[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2510 -> 426[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2510[label="vwx530 == vwx540",fontsize=16,color="magenta"];2510 -> 2619[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2510 -> 2620[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2511 -> 425[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2511[label="vwx530 == vwx540",fontsize=16,color="magenta"];2511 -> 2621[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2511 -> 2622[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2512 -> 435[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2512[label="vwx530 == vwx540",fontsize=16,color="magenta"];2512 -> 2623[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2512 -> 2624[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2513 -> 427[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2513[label="vwx530 == vwx540",fontsize=16,color="magenta"];2513 -> 2625[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2513 -> 2626[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2514 -> 429[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2514[label="vwx530 == vwx540",fontsize=16,color="magenta"];2514 -> 2627[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2514 -> 2628[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2515 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2515[label="vwx530 == vwx540",fontsize=16,color="magenta"];2515 -> 2629[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2515 -> 2630[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2516 -> 422[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2516[label="vwx530 == vwx540",fontsize=16,color="magenta"];2516 -> 2631[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2516 -> 2632[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2517 -> 432[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2517[label="vwx530 == vwx540",fontsize=16,color="magenta"];2517 -> 2633[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2517 -> 2634[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2518 -> 940[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2518[label="vwx531 == vwx541 && vwx532 <= vwx542",fontsize=16,color="magenta"];2518 -> 2635[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2518 -> 2636[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2519[label="vwx531 < vwx541",fontsize=16,color="blue",shape="box"];3644[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2519 -> 3644[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3644 -> 2637[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3645[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2519 -> 3645[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3645 -> 2638[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3646[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2519 -> 3646[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3646 -> 2639[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3647[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2519 -> 3647[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3647 -> 2640[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3648[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2519 -> 3648[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3648 -> 2641[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3649[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2519 -> 3649[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3649 -> 2642[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3650[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2519 -> 3650[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3650 -> 2643[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3651[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2519 -> 3651[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3651 -> 2644[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3652[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2519 -> 3652[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3652 -> 2645[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3653[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2519 -> 3653[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3653 -> 2646[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3654[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2519 -> 3654[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3654 -> 2647[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3655[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2519 -> 3655[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3655 -> 2648[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3656[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2519 -> 3656[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3656 -> 2649[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3657[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2519 -> 3657[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3657 -> 2650[label="",style="solid", color="blue", weight=3]; 18.92/7.00 2520[label="vwx530",fontsize=16,color="green",shape="box"];2521[label="vwx540",fontsize=16,color="green",shape="box"];2522[label="vwx530",fontsize=16,color="green",shape="box"];2523[label="vwx540",fontsize=16,color="green",shape="box"];2524[label="vwx530",fontsize=16,color="green",shape="box"];2525[label="vwx540",fontsize=16,color="green",shape="box"];2526[label="vwx530",fontsize=16,color="green",shape="box"];2527[label="vwx540",fontsize=16,color="green",shape="box"];2528[label="vwx530",fontsize=16,color="green",shape="box"];2529[label="vwx540",fontsize=16,color="green",shape="box"];2530[label="vwx530",fontsize=16,color="green",shape="box"];2531[label="vwx540",fontsize=16,color="green",shape="box"];2532[label="vwx530",fontsize=16,color="green",shape="box"];2533[label="vwx540",fontsize=16,color="green",shape="box"];2534[label="vwx530",fontsize=16,color="green",shape="box"];2535[label="vwx540",fontsize=16,color="green",shape="box"];2536[label="vwx530",fontsize=16,color="green",shape="box"];2537[label="vwx540",fontsize=16,color="green",shape="box"];2538[label="vwx530",fontsize=16,color="green",shape="box"];2539[label="vwx540",fontsize=16,color="green",shape="box"];2540[label="vwx530",fontsize=16,color="green",shape="box"];2541[label="vwx540",fontsize=16,color="green",shape="box"];2542[label="vwx530",fontsize=16,color="green",shape="box"];2543[label="vwx540",fontsize=16,color="green",shape="box"];2544[label="vwx530",fontsize=16,color="green",shape="box"];2545[label="vwx540",fontsize=16,color="green",shape="box"];2546[label="vwx530",fontsize=16,color="green",shape="box"];2547[label="vwx540",fontsize=16,color="green",shape="box"];2548[label="True",fontsize=16,color="green",shape="box"];2549[label="False",fontsize=16,color="green",shape="box"];2550 -> 423[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2550[label="vwx530 == vwx540",fontsize=16,color="magenta"];2550 -> 2651[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2550 -> 2652[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2551 -> 431[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2551[label="vwx530 == vwx540",fontsize=16,color="magenta"];2551 -> 2653[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2551 -> 2654[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2552 -> 424[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2552[label="vwx530 == vwx540",fontsize=16,color="magenta"];2552 -> 2655[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2552 -> 2656[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2553 -> 433[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2553[label="vwx530 == vwx540",fontsize=16,color="magenta"];2553 -> 2657[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2553 -> 2658[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2554 -> 428[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2554[label="vwx530 == vwx540",fontsize=16,color="magenta"];2554 -> 2659[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2554 -> 2660[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2555 -> 430[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2555[label="vwx530 == vwx540",fontsize=16,color="magenta"];2555 -> 2661[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2555 -> 2662[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2556 -> 426[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2556[label="vwx530 == vwx540",fontsize=16,color="magenta"];2556 -> 2663[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2556 -> 2664[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2557 -> 425[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2557[label="vwx530 == vwx540",fontsize=16,color="magenta"];2557 -> 2665[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2557 -> 2666[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2558 -> 435[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2558[label="vwx530 == vwx540",fontsize=16,color="magenta"];2558 -> 2667[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2558 -> 2668[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2559 -> 427[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2559[label="vwx530 == vwx540",fontsize=16,color="magenta"];2559 -> 2669[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2559 -> 2670[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2560 -> 429[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2560[label="vwx530 == vwx540",fontsize=16,color="magenta"];2560 -> 2671[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2560 -> 2672[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2561 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2561[label="vwx530 == vwx540",fontsize=16,color="magenta"];2561 -> 2673[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2561 -> 2674[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2562 -> 422[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2562[label="vwx530 == vwx540",fontsize=16,color="magenta"];2562 -> 2675[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2562 -> 2676[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2563 -> 432[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2563[label="vwx530 == vwx540",fontsize=16,color="magenta"];2563 -> 2677[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2563 -> 2678[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2564 -> 1269[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2564[label="vwx531 <= vwx541",fontsize=16,color="magenta"];2564 -> 2679[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2564 -> 2680[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2565 -> 1270[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2565[label="vwx531 <= vwx541",fontsize=16,color="magenta"];2565 -> 2681[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2565 -> 2682[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2566 -> 1271[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2566[label="vwx531 <= vwx541",fontsize=16,color="magenta"];2566 -> 2683[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2566 -> 2684[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2567 -> 1272[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2567[label="vwx531 <= vwx541",fontsize=16,color="magenta"];2567 -> 2685[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2567 -> 2686[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2568 -> 1273[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2568[label="vwx531 <= vwx541",fontsize=16,color="magenta"];2568 -> 2687[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2568 -> 2688[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2569 -> 1274[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2569[label="vwx531 <= vwx541",fontsize=16,color="magenta"];2569 -> 2689[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2569 -> 2690[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2570 -> 1275[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2570[label="vwx531 <= vwx541",fontsize=16,color="magenta"];2570 -> 2691[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2570 -> 2692[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2571 -> 1276[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2571[label="vwx531 <= vwx541",fontsize=16,color="magenta"];2571 -> 2693[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2571 -> 2694[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2572 -> 1277[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2572[label="vwx531 <= vwx541",fontsize=16,color="magenta"];2572 -> 2695[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2572 -> 2696[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2573 -> 1278[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2573[label="vwx531 <= vwx541",fontsize=16,color="magenta"];2573 -> 2697[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2573 -> 2698[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2574 -> 1279[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2574[label="vwx531 <= vwx541",fontsize=16,color="magenta"];2574 -> 2699[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2574 -> 2700[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2575 -> 1280[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2575[label="vwx531 <= vwx541",fontsize=16,color="magenta"];2575 -> 2701[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2575 -> 2702[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2576 -> 1281[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2576[label="vwx531 <= vwx541",fontsize=16,color="magenta"];2576 -> 2703[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2576 -> 2704[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2577 -> 1282[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2577[label="vwx531 <= vwx541",fontsize=16,color="magenta"];2577 -> 2705[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2577 -> 2706[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2578[label="vwx530",fontsize=16,color="green",shape="box"];2579[label="vwx540",fontsize=16,color="green",shape="box"];2580[label="vwx530",fontsize=16,color="green",shape="box"];2581[label="vwx540",fontsize=16,color="green",shape="box"];2582[label="vwx530",fontsize=16,color="green",shape="box"];2583[label="vwx540",fontsize=16,color="green",shape="box"];2584[label="vwx530",fontsize=16,color="green",shape="box"];2585[label="vwx540",fontsize=16,color="green",shape="box"];2586[label="vwx530",fontsize=16,color="green",shape="box"];2587[label="vwx540",fontsize=16,color="green",shape="box"];2588[label="vwx530",fontsize=16,color="green",shape="box"];2589[label="vwx540",fontsize=16,color="green",shape="box"];2590[label="vwx530",fontsize=16,color="green",shape="box"];2591[label="vwx540",fontsize=16,color="green",shape="box"];2592[label="vwx530",fontsize=16,color="green",shape="box"];2593[label="vwx540",fontsize=16,color="green",shape="box"];2594[label="vwx530",fontsize=16,color="green",shape="box"];2595[label="vwx540",fontsize=16,color="green",shape="box"];2596[label="vwx530",fontsize=16,color="green",shape="box"];2597[label="vwx540",fontsize=16,color="green",shape="box"];2598[label="vwx530",fontsize=16,color="green",shape="box"];2599[label="vwx540",fontsize=16,color="green",shape="box"];2600[label="vwx530",fontsize=16,color="green",shape="box"];2601[label="vwx540",fontsize=16,color="green",shape="box"];2602[label="vwx530",fontsize=16,color="green",shape="box"];2603[label="vwx540",fontsize=16,color="green",shape="box"];2604[label="vwx530",fontsize=16,color="green",shape="box"];2605[label="vwx540",fontsize=16,color="green",shape="box"];2606[label="primPlusNat vwx1710 vwx3100100",fontsize=16,color="burlywood",shape="triangle"];3658[label="vwx1710/Succ vwx17100",fontsize=10,color="white",style="solid",shape="box"];2606 -> 3658[label="",style="solid", color="burlywood", weight=9]; 18.92/7.00 3658 -> 2707[label="",style="solid", color="burlywood", weight=3]; 18.92/7.00 3659[label="vwx1710/Zero",fontsize=10,color="white",style="solid",shape="box"];2606 -> 3659[label="",style="solid", color="burlywood", weight=9]; 18.92/7.00 3659 -> 2708[label="",style="solid", color="burlywood", weight=3]; 18.92/7.00 2607[label="vwx540",fontsize=16,color="green",shape="box"];2608[label="vwx530",fontsize=16,color="green",shape="box"];2609[label="vwx540",fontsize=16,color="green",shape="box"];2610[label="vwx530",fontsize=16,color="green",shape="box"];2611[label="vwx540",fontsize=16,color="green",shape="box"];2612[label="vwx530",fontsize=16,color="green",shape="box"];2613[label="vwx540",fontsize=16,color="green",shape="box"];2614[label="vwx530",fontsize=16,color="green",shape="box"];2615[label="vwx540",fontsize=16,color="green",shape="box"];2616[label="vwx530",fontsize=16,color="green",shape="box"];2617[label="vwx540",fontsize=16,color="green",shape="box"];2618[label="vwx530",fontsize=16,color="green",shape="box"];2619[label="vwx540",fontsize=16,color="green",shape="box"];2620[label="vwx530",fontsize=16,color="green",shape="box"];2621[label="vwx540",fontsize=16,color="green",shape="box"];2622[label="vwx530",fontsize=16,color="green",shape="box"];2623[label="vwx540",fontsize=16,color="green",shape="box"];2624[label="vwx530",fontsize=16,color="green",shape="box"];2625[label="vwx540",fontsize=16,color="green",shape="box"];2626[label="vwx530",fontsize=16,color="green",shape="box"];2627[label="vwx540",fontsize=16,color="green",shape="box"];2628[label="vwx530",fontsize=16,color="green",shape="box"];2629[label="vwx540",fontsize=16,color="green",shape="box"];2630[label="vwx530",fontsize=16,color="green",shape="box"];2631[label="vwx540",fontsize=16,color="green",shape="box"];2632[label="vwx530",fontsize=16,color="green",shape="box"];2633[label="vwx540",fontsize=16,color="green",shape="box"];2634[label="vwx530",fontsize=16,color="green",shape="box"];2635[label="vwx531 == vwx541",fontsize=16,color="blue",shape="box"];3660[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2635 -> 3660[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3660 -> 2709[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3661[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2635 -> 3661[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3661 -> 2710[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3662[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2635 -> 3662[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3662 -> 2711[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3663[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2635 -> 3663[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3663 -> 2712[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3664[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2635 -> 3664[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3664 -> 2713[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3665[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2635 -> 3665[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3665 -> 2714[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3666[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2635 -> 3666[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3666 -> 2715[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3667[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2635 -> 3667[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3667 -> 2716[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3668[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2635 -> 3668[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3668 -> 2717[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3669[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2635 -> 3669[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3669 -> 2718[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3670[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2635 -> 3670[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3670 -> 2719[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3671[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2635 -> 3671[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3671 -> 2720[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3672[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2635 -> 3672[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3672 -> 2721[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3673[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2635 -> 3673[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3673 -> 2722[label="",style="solid", color="blue", weight=3]; 18.92/7.00 2636[label="vwx532 <= vwx542",fontsize=16,color="blue",shape="box"];3674[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2636 -> 3674[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3674 -> 2723[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3675[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2636 -> 3675[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3675 -> 2724[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3676[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2636 -> 3676[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3676 -> 2725[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3677[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2636 -> 3677[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3677 -> 2726[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3678[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2636 -> 3678[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3678 -> 2727[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3679[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2636 -> 3679[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3679 -> 2728[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3680[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2636 -> 3680[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3680 -> 2729[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3681[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2636 -> 3681[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3681 -> 2730[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3682[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2636 -> 3682[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3682 -> 2731[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3683[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2636 -> 3683[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3683 -> 2732[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3684[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2636 -> 3684[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3684 -> 2733[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3685[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2636 -> 3685[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3685 -> 2734[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3686[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2636 -> 3686[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3686 -> 2735[label="",style="solid", color="blue", weight=3]; 18.92/7.00 3687[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2636 -> 3687[label="",style="solid", color="blue", weight=9]; 18.92/7.00 3687 -> 2736[label="",style="solid", color="blue", weight=3]; 18.92/7.00 2637 -> 1218[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2637[label="vwx531 < vwx541",fontsize=16,color="magenta"];2637 -> 2737[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2637 -> 2738[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2638 -> 1219[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2638[label="vwx531 < vwx541",fontsize=16,color="magenta"];2638 -> 2739[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2638 -> 2740[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2639 -> 1220[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2639[label="vwx531 < vwx541",fontsize=16,color="magenta"];2639 -> 2741[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2639 -> 2742[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2640 -> 1221[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2640[label="vwx531 < vwx541",fontsize=16,color="magenta"];2640 -> 2743[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2640 -> 2744[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2641 -> 1222[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2641[label="vwx531 < vwx541",fontsize=16,color="magenta"];2641 -> 2745[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2641 -> 2746[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2642 -> 1223[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2642[label="vwx531 < vwx541",fontsize=16,color="magenta"];2642 -> 2747[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2642 -> 2748[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2643 -> 1224[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2643[label="vwx531 < vwx541",fontsize=16,color="magenta"];2643 -> 2749[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2643 -> 2750[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2644 -> 1225[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2644[label="vwx531 < vwx541",fontsize=16,color="magenta"];2644 -> 2751[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2644 -> 2752[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2645 -> 1226[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2645[label="vwx531 < vwx541",fontsize=16,color="magenta"];2645 -> 2753[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2645 -> 2754[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2646 -> 1227[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2646[label="vwx531 < vwx541",fontsize=16,color="magenta"];2646 -> 2755[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2646 -> 2756[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2647 -> 1228[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2647[label="vwx531 < vwx541",fontsize=16,color="magenta"];2647 -> 2757[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2647 -> 2758[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2648 -> 1229[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2648[label="vwx531 < vwx541",fontsize=16,color="magenta"];2648 -> 2759[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2648 -> 2760[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2649 -> 1230[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2649[label="vwx531 < vwx541",fontsize=16,color="magenta"];2649 -> 2761[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2649 -> 2762[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2650 -> 1231[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2650[label="vwx531 < vwx541",fontsize=16,color="magenta"];2650 -> 2763[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2650 -> 2764[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2651[label="vwx540",fontsize=16,color="green",shape="box"];2652[label="vwx530",fontsize=16,color="green",shape="box"];2653[label="vwx540",fontsize=16,color="green",shape="box"];2654[label="vwx530",fontsize=16,color="green",shape="box"];2655[label="vwx540",fontsize=16,color="green",shape="box"];2656[label="vwx530",fontsize=16,color="green",shape="box"];2657[label="vwx540",fontsize=16,color="green",shape="box"];2658[label="vwx530",fontsize=16,color="green",shape="box"];2659[label="vwx540",fontsize=16,color="green",shape="box"];2660[label="vwx530",fontsize=16,color="green",shape="box"];2661[label="vwx540",fontsize=16,color="green",shape="box"];2662[label="vwx530",fontsize=16,color="green",shape="box"];2663[label="vwx540",fontsize=16,color="green",shape="box"];2664[label="vwx530",fontsize=16,color="green",shape="box"];2665[label="vwx540",fontsize=16,color="green",shape="box"];2666[label="vwx530",fontsize=16,color="green",shape="box"];2667[label="vwx540",fontsize=16,color="green",shape="box"];2668[label="vwx530",fontsize=16,color="green",shape="box"];2669[label="vwx540",fontsize=16,color="green",shape="box"];2670[label="vwx530",fontsize=16,color="green",shape="box"];2671[label="vwx540",fontsize=16,color="green",shape="box"];2672[label="vwx530",fontsize=16,color="green",shape="box"];2673[label="vwx540",fontsize=16,color="green",shape="box"];2674[label="vwx530",fontsize=16,color="green",shape="box"];2675[label="vwx540",fontsize=16,color="green",shape="box"];2676[label="vwx530",fontsize=16,color="green",shape="box"];2677[label="vwx540",fontsize=16,color="green",shape="box"];2678[label="vwx530",fontsize=16,color="green",shape="box"];2679[label="vwx541",fontsize=16,color="green",shape="box"];2680[label="vwx531",fontsize=16,color="green",shape="box"];2681[label="vwx541",fontsize=16,color="green",shape="box"];2682[label="vwx531",fontsize=16,color="green",shape="box"];2683[label="vwx541",fontsize=16,color="green",shape="box"];2684[label="vwx531",fontsize=16,color="green",shape="box"];2685[label="vwx541",fontsize=16,color="green",shape="box"];2686[label="vwx531",fontsize=16,color="green",shape="box"];2687[label="vwx541",fontsize=16,color="green",shape="box"];2688[label="vwx531",fontsize=16,color="green",shape="box"];2689[label="vwx541",fontsize=16,color="green",shape="box"];2690[label="vwx531",fontsize=16,color="green",shape="box"];2691[label="vwx541",fontsize=16,color="green",shape="box"];2692[label="vwx531",fontsize=16,color="green",shape="box"];2693[label="vwx541",fontsize=16,color="green",shape="box"];2694[label="vwx531",fontsize=16,color="green",shape="box"];2695[label="vwx541",fontsize=16,color="green",shape="box"];2696[label="vwx531",fontsize=16,color="green",shape="box"];2697[label="vwx541",fontsize=16,color="green",shape="box"];2698[label="vwx531",fontsize=16,color="green",shape="box"];2699[label="vwx541",fontsize=16,color="green",shape="box"];2700[label="vwx531",fontsize=16,color="green",shape="box"];2701[label="vwx541",fontsize=16,color="green",shape="box"];2702[label="vwx531",fontsize=16,color="green",shape="box"];2703[label="vwx541",fontsize=16,color="green",shape="box"];2704[label="vwx531",fontsize=16,color="green",shape="box"];2705[label="vwx541",fontsize=16,color="green",shape="box"];2706[label="vwx531",fontsize=16,color="green",shape="box"];2707[label="primPlusNat (Succ vwx17100) vwx3100100",fontsize=16,color="burlywood",shape="box"];3688[label="vwx3100100/Succ vwx31001000",fontsize=10,color="white",style="solid",shape="box"];2707 -> 3688[label="",style="solid", color="burlywood", weight=9]; 18.92/7.00 3688 -> 2765[label="",style="solid", color="burlywood", weight=3]; 18.92/7.00 3689[label="vwx3100100/Zero",fontsize=10,color="white",style="solid",shape="box"];2707 -> 3689[label="",style="solid", color="burlywood", weight=9]; 18.92/7.00 3689 -> 2766[label="",style="solid", color="burlywood", weight=3]; 18.92/7.00 2708[label="primPlusNat Zero vwx3100100",fontsize=16,color="burlywood",shape="box"];3690[label="vwx3100100/Succ vwx31001000",fontsize=10,color="white",style="solid",shape="box"];2708 -> 3690[label="",style="solid", color="burlywood", weight=9]; 18.92/7.00 3690 -> 2767[label="",style="solid", color="burlywood", weight=3]; 18.92/7.00 3691[label="vwx3100100/Zero",fontsize=10,color="white",style="solid",shape="box"];2708 -> 3691[label="",style="solid", color="burlywood", weight=9]; 18.92/7.00 3691 -> 2768[label="",style="solid", color="burlywood", weight=3]; 18.92/7.00 2709 -> 423[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2709[label="vwx531 == vwx541",fontsize=16,color="magenta"];2709 -> 2769[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2709 -> 2770[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2710 -> 431[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2710[label="vwx531 == vwx541",fontsize=16,color="magenta"];2710 -> 2771[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2710 -> 2772[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2711 -> 424[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2711[label="vwx531 == vwx541",fontsize=16,color="magenta"];2711 -> 2773[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2711 -> 2774[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2712 -> 433[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2712[label="vwx531 == vwx541",fontsize=16,color="magenta"];2712 -> 2775[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2712 -> 2776[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2713 -> 428[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2713[label="vwx531 == vwx541",fontsize=16,color="magenta"];2713 -> 2777[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2713 -> 2778[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2714 -> 430[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2714[label="vwx531 == vwx541",fontsize=16,color="magenta"];2714 -> 2779[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2714 -> 2780[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2715 -> 426[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2715[label="vwx531 == vwx541",fontsize=16,color="magenta"];2715 -> 2781[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2715 -> 2782[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2716 -> 425[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2716[label="vwx531 == vwx541",fontsize=16,color="magenta"];2716 -> 2783[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2716 -> 2784[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2717 -> 435[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2717[label="vwx531 == vwx541",fontsize=16,color="magenta"];2717 -> 2785[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2717 -> 2786[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2718 -> 427[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2718[label="vwx531 == vwx541",fontsize=16,color="magenta"];2718 -> 2787[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2718 -> 2788[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2719 -> 429[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2719[label="vwx531 == vwx541",fontsize=16,color="magenta"];2719 -> 2789[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2719 -> 2790[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2720 -> 434[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2720[label="vwx531 == vwx541",fontsize=16,color="magenta"];2720 -> 2791[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2720 -> 2792[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2721 -> 422[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2721[label="vwx531 == vwx541",fontsize=16,color="magenta"];2721 -> 2793[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2721 -> 2794[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2722 -> 432[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2722[label="vwx531 == vwx541",fontsize=16,color="magenta"];2722 -> 2795[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2722 -> 2796[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2723 -> 1269[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2723[label="vwx532 <= vwx542",fontsize=16,color="magenta"];2723 -> 2797[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2723 -> 2798[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2724 -> 1270[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2724[label="vwx532 <= vwx542",fontsize=16,color="magenta"];2724 -> 2799[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2724 -> 2800[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2725 -> 1271[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2725[label="vwx532 <= vwx542",fontsize=16,color="magenta"];2725 -> 2801[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2725 -> 2802[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2726 -> 1272[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2726[label="vwx532 <= vwx542",fontsize=16,color="magenta"];2726 -> 2803[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2726 -> 2804[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2727 -> 1273[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2727[label="vwx532 <= vwx542",fontsize=16,color="magenta"];2727 -> 2805[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2727 -> 2806[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2728 -> 1274[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2728[label="vwx532 <= vwx542",fontsize=16,color="magenta"];2728 -> 2807[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2728 -> 2808[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2729 -> 1275[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2729[label="vwx532 <= vwx542",fontsize=16,color="magenta"];2729 -> 2809[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2729 -> 2810[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2730 -> 1276[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2730[label="vwx532 <= vwx542",fontsize=16,color="magenta"];2730 -> 2811[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2730 -> 2812[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2731 -> 1277[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2731[label="vwx532 <= vwx542",fontsize=16,color="magenta"];2731 -> 2813[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2731 -> 2814[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2732 -> 1278[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2732[label="vwx532 <= vwx542",fontsize=16,color="magenta"];2732 -> 2815[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2732 -> 2816[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2733 -> 1279[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2733[label="vwx532 <= vwx542",fontsize=16,color="magenta"];2733 -> 2817[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2733 -> 2818[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2734 -> 1280[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2734[label="vwx532 <= vwx542",fontsize=16,color="magenta"];2734 -> 2819[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2734 -> 2820[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2735 -> 1281[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2735[label="vwx532 <= vwx542",fontsize=16,color="magenta"];2735 -> 2821[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2735 -> 2822[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2736 -> 1282[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2736[label="vwx532 <= vwx542",fontsize=16,color="magenta"];2736 -> 2823[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2736 -> 2824[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2737[label="vwx531",fontsize=16,color="green",shape="box"];2738[label="vwx541",fontsize=16,color="green",shape="box"];2739[label="vwx531",fontsize=16,color="green",shape="box"];2740[label="vwx541",fontsize=16,color="green",shape="box"];2741[label="vwx531",fontsize=16,color="green",shape="box"];2742[label="vwx541",fontsize=16,color="green",shape="box"];2743[label="vwx531",fontsize=16,color="green",shape="box"];2744[label="vwx541",fontsize=16,color="green",shape="box"];2745[label="vwx531",fontsize=16,color="green",shape="box"];2746[label="vwx541",fontsize=16,color="green",shape="box"];2747[label="vwx531",fontsize=16,color="green",shape="box"];2748[label="vwx541",fontsize=16,color="green",shape="box"];2749[label="vwx531",fontsize=16,color="green",shape="box"];2750[label="vwx541",fontsize=16,color="green",shape="box"];2751[label="vwx531",fontsize=16,color="green",shape="box"];2752[label="vwx541",fontsize=16,color="green",shape="box"];2753[label="vwx531",fontsize=16,color="green",shape="box"];2754[label="vwx541",fontsize=16,color="green",shape="box"];2755[label="vwx531",fontsize=16,color="green",shape="box"];2756[label="vwx541",fontsize=16,color="green",shape="box"];2757[label="vwx531",fontsize=16,color="green",shape="box"];2758[label="vwx541",fontsize=16,color="green",shape="box"];2759[label="vwx531",fontsize=16,color="green",shape="box"];2760[label="vwx541",fontsize=16,color="green",shape="box"];2761[label="vwx531",fontsize=16,color="green",shape="box"];2762[label="vwx541",fontsize=16,color="green",shape="box"];2763[label="vwx531",fontsize=16,color="green",shape="box"];2764[label="vwx541",fontsize=16,color="green",shape="box"];2765[label="primPlusNat (Succ vwx17100) (Succ vwx31001000)",fontsize=16,color="black",shape="box"];2765 -> 2825[label="",style="solid", color="black", weight=3]; 18.92/7.00 2766[label="primPlusNat (Succ vwx17100) Zero",fontsize=16,color="black",shape="box"];2766 -> 2826[label="",style="solid", color="black", weight=3]; 18.92/7.00 2767[label="primPlusNat Zero (Succ vwx31001000)",fontsize=16,color="black",shape="box"];2767 -> 2827[label="",style="solid", color="black", weight=3]; 18.92/7.00 2768[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];2768 -> 2828[label="",style="solid", color="black", weight=3]; 18.92/7.00 2769[label="vwx541",fontsize=16,color="green",shape="box"];2770[label="vwx531",fontsize=16,color="green",shape="box"];2771[label="vwx541",fontsize=16,color="green",shape="box"];2772[label="vwx531",fontsize=16,color="green",shape="box"];2773[label="vwx541",fontsize=16,color="green",shape="box"];2774[label="vwx531",fontsize=16,color="green",shape="box"];2775[label="vwx541",fontsize=16,color="green",shape="box"];2776[label="vwx531",fontsize=16,color="green",shape="box"];2777[label="vwx541",fontsize=16,color="green",shape="box"];2778[label="vwx531",fontsize=16,color="green",shape="box"];2779[label="vwx541",fontsize=16,color="green",shape="box"];2780[label="vwx531",fontsize=16,color="green",shape="box"];2781[label="vwx541",fontsize=16,color="green",shape="box"];2782[label="vwx531",fontsize=16,color="green",shape="box"];2783[label="vwx541",fontsize=16,color="green",shape="box"];2784[label="vwx531",fontsize=16,color="green",shape="box"];2785[label="vwx541",fontsize=16,color="green",shape="box"];2786[label="vwx531",fontsize=16,color="green",shape="box"];2787[label="vwx541",fontsize=16,color="green",shape="box"];2788[label="vwx531",fontsize=16,color="green",shape="box"];2789[label="vwx541",fontsize=16,color="green",shape="box"];2790[label="vwx531",fontsize=16,color="green",shape="box"];2791[label="vwx541",fontsize=16,color="green",shape="box"];2792[label="vwx531",fontsize=16,color="green",shape="box"];2793[label="vwx541",fontsize=16,color="green",shape="box"];2794[label="vwx531",fontsize=16,color="green",shape="box"];2795[label="vwx541",fontsize=16,color="green",shape="box"];2796[label="vwx531",fontsize=16,color="green",shape="box"];2797[label="vwx542",fontsize=16,color="green",shape="box"];2798[label="vwx532",fontsize=16,color="green",shape="box"];2799[label="vwx542",fontsize=16,color="green",shape="box"];2800[label="vwx532",fontsize=16,color="green",shape="box"];2801[label="vwx542",fontsize=16,color="green",shape="box"];2802[label="vwx532",fontsize=16,color="green",shape="box"];2803[label="vwx542",fontsize=16,color="green",shape="box"];2804[label="vwx532",fontsize=16,color="green",shape="box"];2805[label="vwx542",fontsize=16,color="green",shape="box"];2806[label="vwx532",fontsize=16,color="green",shape="box"];2807[label="vwx542",fontsize=16,color="green",shape="box"];2808[label="vwx532",fontsize=16,color="green",shape="box"];2809[label="vwx542",fontsize=16,color="green",shape="box"];2810[label="vwx532",fontsize=16,color="green",shape="box"];2811[label="vwx542",fontsize=16,color="green",shape="box"];2812[label="vwx532",fontsize=16,color="green",shape="box"];2813[label="vwx542",fontsize=16,color="green",shape="box"];2814[label="vwx532",fontsize=16,color="green",shape="box"];2815[label="vwx542",fontsize=16,color="green",shape="box"];2816[label="vwx532",fontsize=16,color="green",shape="box"];2817[label="vwx542",fontsize=16,color="green",shape="box"];2818[label="vwx532",fontsize=16,color="green",shape="box"];2819[label="vwx542",fontsize=16,color="green",shape="box"];2820[label="vwx532",fontsize=16,color="green",shape="box"];2821[label="vwx542",fontsize=16,color="green",shape="box"];2822[label="vwx532",fontsize=16,color="green",shape="box"];2823[label="vwx542",fontsize=16,color="green",shape="box"];2824[label="vwx532",fontsize=16,color="green",shape="box"];2825[label="Succ (Succ (primPlusNat vwx17100 vwx31001000))",fontsize=16,color="green",shape="box"];2825 -> 2829[label="",style="dashed", color="green", weight=3]; 18.92/7.00 2826[label="Succ vwx17100",fontsize=16,color="green",shape="box"];2827[label="Succ vwx31001000",fontsize=16,color="green",shape="box"];2828[label="Zero",fontsize=16,color="green",shape="box"];2829 -> 2606[label="",style="dashed", color="red", weight=0]; 18.92/7.00 2829[label="primPlusNat vwx17100 vwx31001000",fontsize=16,color="magenta"];2829 -> 2830[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2829 -> 2831[label="",style="dashed", color="magenta", weight=3]; 18.92/7.00 2830[label="vwx31001000",fontsize=16,color="green",shape="box"];2831[label="vwx17100",fontsize=16,color="green",shape="box"];} 18.92/7.00 18.92/7.00 ---------------------------------------- 18.92/7.00 18.92/7.00 (14) 18.92/7.00 Complex Obligation (AND) 18.92/7.00 18.92/7.00 ---------------------------------------- 18.92/7.00 18.92/7.00 (15) 18.92/7.00 Obligation: 18.92/7.00 Q DP problem: 18.92/7.00 The TRS P consists of the following rules: 18.92/7.00 18.92/7.00 new_primCmpNat(Succ(vwx30000), Succ(vwx310000)) -> new_primCmpNat(vwx30000, vwx310000) 18.92/7.00 18.92/7.00 R is empty. 18.92/7.00 Q is empty. 18.92/7.00 We have to consider all minimal (P,Q,R)-chains. 18.92/7.00 ---------------------------------------- 18.92/7.00 18.92/7.00 (16) QDPSizeChangeProof (EQUIVALENT) 18.92/7.00 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. 18.92/7.00 18.92/7.00 From the DPs we obtained the following set of size-change graphs: 18.92/7.00 *new_primCmpNat(Succ(vwx30000), Succ(vwx310000)) -> new_primCmpNat(vwx30000, vwx310000) 18.92/7.00 The graph contains the following edges 1 > 1, 2 > 2 18.92/7.00 18.92/7.00 18.92/7.00 ---------------------------------------- 18.92/7.00 18.92/7.00 (17) 18.92/7.00 YES 18.92/7.00 18.92/7.00 ---------------------------------------- 18.92/7.00 18.92/7.00 (18) 18.92/7.00 Obligation: 18.92/7.00 Q DP problem: 18.92/7.00 The TRS P consists of the following rules: 18.92/7.00 18.92/7.00 new_primCompAux(vwx300, vwx3100, vwx301, vwx3101, cdd) -> new_primCompAux0(vwx301, vwx3101, new_compare4(vwx300, vwx3100, cdd), app(ty_[], cdd)) 18.92/7.00 new_ltEs0(@2(vwx530, vwx531), @2(vwx540, vwx541), app(ty_[], bhd), bgf) -> new_lt3(vwx530, vwx540, bhd) 18.92/7.00 new_primCompAux0(vwx20, vwx21, EQ, app(app(ty_@2, bc), bd)) -> new_compare0(vwx20, vwx21, bc, bd) 18.92/7.00 new_lt1(vwx78, vwx81, dd) -> new_compare1(vwx78, vwx81, dd) 18.92/7.00 new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, dh, cg, app(app(ty_Either, eg), eh)) -> new_ltEs2(vwx80, vwx83, eg, eh) 18.92/7.00 new_lt(vwx78, vwx81, cd, ce, cf) -> new_compare(vwx78, vwx81, cd, ce, cf) 18.92/7.00 new_compare22(@2(vwx530, vwx531), @2(vwx540, vwx541), False, app(app(ty_@2, app(app(app(ty_@3, bgc), bgd), bge)), bgf)) -> new_lt(vwx530, vwx540, bgc, bgd, bge) 18.92/7.00 new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, app(ty_[], dg), cg, da) -> new_compare3(vwx78, vwx81, dg) 18.92/7.00 new_compare22(Left(vwx530), Left(vwx540), False, app(app(ty_Either, app(app(ty_@2, cbb), cbc)), cba)) -> new_ltEs0(vwx530, vwx540, cbb, cbc) 18.92/7.00 new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), app(app(ty_@2, bec), bed), bbd, bda) -> new_lt0(vwx530, vwx540, bec, bed) 18.92/7.00 new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), app(ty_Maybe, bee), bbd, bda) -> new_lt1(vwx530, vwx540, bee) 18.92/7.00 new_ltEs0(@2(vwx530, vwx531), @2(vwx540, vwx541), bfa, app(app(app(ty_@3, bfb), bfc), bfd)) -> new_ltEs(vwx531, vwx541, bfb, bfc, bfd) 18.92/7.00 new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, bbc), app(app(ty_Either, bde), bdf)), bda)) -> new_lt2(vwx531, vwx541, bde, bdf) 18.92/7.00 new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, app(app(ty_@2, db), dc), cg, da) -> new_compare0(vwx78, vwx81, db, dc) 18.92/7.00 new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, bbc), bbd), app(app(ty_@2, bbh), bca))) -> new_ltEs0(vwx532, vwx542, bbh, bca) 18.92/7.00 new_ltEs2(Right(vwx530), Right(vwx540), cbh, app(ty_[], cda)) -> new_ltEs3(vwx530, vwx540, cda) 18.92/7.00 new_compare24(vwx67, vwx68, False, cfa, app(app(ty_Either, cfh), cga)) -> new_ltEs2(vwx67, vwx68, cfh, cga) 18.92/7.00 new_compare22(@2(vwx530, vwx531), @2(vwx540, vwx541), False, app(app(ty_@2, app(app(ty_@2, bgg), bgh)), bgf)) -> new_lt0(vwx530, vwx540, bgg, bgh) 18.92/7.00 new_compare23(vwx60, vwx61, False, app(app(ty_@2, cec), ced), ceb) -> new_ltEs0(vwx60, vwx61, cec, ced) 18.92/7.00 new_lt2(vwx78, vwx81, de, df) -> new_compare2(vwx78, vwx81, de, df) 18.92/7.00 new_ltEs0(@2(vwx530, vwx531), @2(vwx540, vwx541), bfa, app(app(ty_@2, bfe), bff)) -> new_ltEs0(vwx531, vwx541, bfe, bff) 18.92/7.00 new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), bbc, bbd, app(app(ty_@2, bbh), bca)) -> new_ltEs0(vwx532, vwx542, bbh, bca) 18.92/7.00 new_primCompAux0(vwx20, vwx21, EQ, app(app(app(ty_@3, h), ba), bb)) -> new_compare(vwx20, vwx21, h, ba, bb) 18.92/7.00 new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, bbc), app(app(app(ty_@3, bcf), bcg), bch)), bda)) -> new_lt(vwx531, vwx541, bcf, bcg, bch) 18.92/7.00 new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), app(ty_[], beh), bbd, bda) -> new_lt3(vwx530, vwx540, beh) 18.92/7.00 new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, bbc), bbd), app(app(app(ty_@3, bbe), bbf), bbg))) -> new_ltEs(vwx532, vwx542, bbe, bbf, bbg) 18.92/7.00 new_ltEs0(@2(vwx530, vwx531), @2(vwx540, vwx541), bfa, app(ty_[], bgb)) -> new_ltEs3(vwx531, vwx541, bgb) 18.92/7.00 new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, bbc), app(ty_Maybe, bdd)), bda)) -> new_lt1(vwx531, vwx541, bdd) 18.92/7.00 new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, dh, cg, app(app(app(ty_@3, ea), eb), ec)) -> new_ltEs(vwx80, vwx83, ea, eb, ec) 18.92/7.00 new_compare23(vwx60, vwx61, False, app(ty_[], ceh), ceb) -> new_ltEs3(vwx60, vwx61, ceh) 18.92/7.00 new_compare2(Left(vwx3000), Left(vwx31000), cde, cdf) -> new_compare23(vwx3000, vwx31000, new_esEs10(vwx3000, vwx31000, cde), cde, cdf) 18.92/7.00 new_primCompAux(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), vwx301, vwx3101, app(app(app(ty_@3, ca), cb), cc)) -> new_compare20(vwx3000, vwx3001, vwx3002, vwx31000, vwx31001, vwx31002, new_asAs(new_esEs4(vwx3000, vwx31000, ca), new_asAs(new_esEs5(vwx3001, vwx31001, cb), new_esEs6(vwx3002, vwx31002, cc))), ca, cb, cc) 18.92/7.00 new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, dh, cg, app(app(ty_@2, ed), ee)) -> new_ltEs0(vwx80, vwx83, ed, ee) 18.92/7.00 new_compare22(vwx53, vwx54, False, app(ty_[], cdb)) -> new_compare3(vwx53, vwx54, cdb) 18.92/7.00 new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, app(ty_Maybe, dd), cg, da) -> new_compare1(vwx78, vwx81, dd) 18.92/7.00 new_compare21(vwx91, vwx92, vwx93, vwx94, False, app(app(app(ty_@3, gf), gg), gh), ha) -> new_lt(vwx91, vwx93, gf, gg, gh) 18.92/7.00 new_ltEs2(Left(vwx530), Left(vwx540), app(ty_[], cbg), cba) -> new_ltEs3(vwx530, vwx540, cbg) 18.92/7.00 new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, dh, app(app(ty_@2, ff), fg), da) -> new_lt0(vwx79, vwx82, ff, fg) 18.92/7.00 new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, dh, app(app(ty_Either, ga), gb), da) -> new_lt2(vwx79, vwx82, ga, gb) 18.92/7.00 new_compare22(@2(vwx530, vwx531), @2(vwx540, vwx541), False, app(app(ty_@2, bfa), app(app(app(ty_@3, bfb), bfc), bfd))) -> new_ltEs(vwx531, vwx541, bfb, bfc, bfd) 18.92/7.00 new_compare21(vwx91, vwx92, vwx93, vwx94, False, app(app(ty_Either, he), hf), ha) -> new_lt2(vwx91, vwx93, he, hf) 18.92/7.00 new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, app(ty_Maybe, bee)), bbd), bda)) -> new_lt1(vwx530, vwx540, bee) 18.92/7.00 new_ltEs3(vwx53, vwx54, cdb) -> new_compare3(vwx53, vwx54, cdb) 18.92/7.00 new_compare21(vwx91, vwx92, vwx93, vwx94, False, app(ty_Maybe, hd), ha) -> new_lt1(vwx91, vwx93, hd) 18.92/7.00 new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, dh, app(ty_Maybe, fh), da) -> new_lt1(vwx79, vwx82, fh) 18.92/7.00 new_compare22(@2(vwx530, vwx531), @2(vwx540, vwx541), False, app(app(ty_@2, bfa), app(app(ty_@2, bfe), bff))) -> new_ltEs0(vwx531, vwx541, bfe, bff) 18.92/7.00 new_primCompAux(Just(vwx3000), Just(vwx31000), vwx301, vwx3101, app(ty_Maybe, bbb)) -> new_compare22(vwx3000, vwx31000, new_esEs9(vwx3000, vwx31000, bbb), bbb) 18.92/7.00 new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, app(app(ty_Either, bef), beg)), bbd), bda)) -> new_lt2(vwx530, vwx540, bef, beg) 18.92/7.00 new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), bbc, bbd, app(app(ty_Either, bcc), bcd)) -> new_ltEs2(vwx532, vwx542, bcc, bcd) 18.92/7.00 new_compare24(vwx67, vwx68, False, cfa, app(ty_[], cgb)) -> new_ltEs3(vwx67, vwx68, cgb) 18.92/7.00 new_primCompAux0(vwx20, vwx21, EQ, app(app(ty_Either, bf), bg)) -> new_compare2(vwx20, vwx21, bf, bg) 18.92/7.00 new_compare22(Left(vwx530), Left(vwx540), False, app(app(ty_Either, app(ty_[], cbg)), cba)) -> new_ltEs3(vwx530, vwx540, cbg) 18.92/7.00 new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), bbc, bbd, app(ty_[], bce)) -> new_ltEs3(vwx532, vwx542, bce) 18.92/7.00 new_ltEs0(@2(vwx530, vwx531), @2(vwx540, vwx541), app(app(ty_@2, bgg), bgh), bgf) -> new_lt0(vwx530, vwx540, bgg, bgh) 18.92/7.00 new_compare22(Right(vwx530), Right(vwx540), False, app(app(ty_Either, cbh), app(ty_Maybe, ccf))) -> new_ltEs1(vwx530, vwx540, ccf) 18.92/7.00 new_ltEs2(Right(vwx530), Right(vwx540), cbh, app(ty_Maybe, ccf)) -> new_ltEs1(vwx530, vwx540, ccf) 18.92/7.00 new_compare23(vwx60, vwx61, False, app(app(ty_Either, cef), ceg), ceb) -> new_ltEs2(vwx60, vwx61, cef, ceg) 18.92/7.00 new_compare22(Just(vwx530), Just(vwx540), False, app(ty_Maybe, app(ty_[], cae))) -> new_ltEs3(vwx530, vwx540, cae) 18.92/7.00 new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), bbc, app(ty_[], bdg), bda) -> new_lt3(vwx531, vwx541, bdg) 18.92/7.00 new_ltEs0(@2(vwx530, vwx531), @2(vwx540, vwx541), app(ty_Maybe, bha), bgf) -> new_lt1(vwx530, vwx540, bha) 18.92/7.00 new_compare22(Just(vwx530), Just(vwx540), False, app(ty_Maybe, app(app(ty_Either, cac), cad))) -> new_ltEs2(vwx530, vwx540, cac, cad) 18.92/7.00 new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), bbc, bbd, app(app(app(ty_@3, bbe), bbf), bbg)) -> new_ltEs(vwx532, vwx542, bbe, bbf, bbg) 18.92/7.00 new_compare21(vwx91, vwx92, vwx93, vwx94, False, hh, app(ty_Maybe, baf)) -> new_ltEs1(vwx92, vwx94, baf) 18.92/7.00 new_ltEs0(@2(vwx530, vwx531), @2(vwx540, vwx541), app(app(ty_Either, bhb), bhc), bgf) -> new_lt2(vwx530, vwx540, bhb, bhc) 18.92/7.00 new_compare(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), ca, cb, cc) -> new_compare20(vwx3000, vwx3001, vwx3002, vwx31000, vwx31001, vwx31002, new_asAs(new_esEs4(vwx3000, vwx31000, ca), new_asAs(new_esEs5(vwx3001, vwx31001, cb), new_esEs6(vwx3002, vwx31002, cc))), ca, cb, cc) 18.92/7.00 new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, app(app(ty_Either, de), df), cg, da) -> new_compare2(vwx78, vwx81, de, df) 18.92/7.00 new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, bbc), bbd), app(app(ty_Either, bcc), bcd))) -> new_ltEs2(vwx532, vwx542, bcc, bcd) 18.92/7.00 new_compare2(Right(vwx3000), Right(vwx31000), cde, cdf) -> new_compare24(vwx3000, vwx31000, new_esEs11(vwx3000, vwx31000, cdf), cde, cdf) 18.92/7.00 new_ltEs1(Just(vwx530), Just(vwx540), app(ty_Maybe, cab)) -> new_ltEs1(vwx530, vwx540, cab) 18.92/7.00 new_ltEs0(@2(vwx530, vwx531), @2(vwx540, vwx541), bfa, app(ty_Maybe, bfg)) -> new_ltEs1(vwx531, vwx541, bfg) 18.92/7.00 new_compare21(vwx91, vwx92, vwx93, vwx94, False, hh, app(app(app(ty_@3, baa), bab), bac)) -> new_ltEs(vwx92, vwx94, baa, bab, bac) 18.92/7.00 new_ltEs2(Left(vwx530), Left(vwx540), app(ty_Maybe, cbd), cba) -> new_ltEs1(vwx530, vwx540, cbd) 18.92/7.00 new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, dh, cg, app(ty_Maybe, ef)) -> new_ltEs1(vwx80, vwx83, ef) 18.92/7.00 new_compare22(Just(vwx530), Just(vwx540), False, app(ty_Maybe, app(app(app(ty_@3, bhe), bhf), bhg))) -> new_ltEs(vwx530, vwx540, bhe, bhf, bhg) 18.92/7.00 new_compare22(Right(vwx530), Right(vwx540), False, app(app(ty_Either, cbh), app(app(ty_@2, ccd), cce))) -> new_ltEs0(vwx530, vwx540, ccd, cce) 18.92/7.00 new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), bbc, app(ty_Maybe, bdd), bda) -> new_lt1(vwx531, vwx541, bdd) 18.92/7.00 new_compare3(:(vwx3000, vwx3001), :(vwx31000, vwx31001), cdc) -> new_primCompAux(vwx3000, vwx31000, vwx3001, vwx31001, cdc) 18.92/7.00 new_compare21(vwx91, vwx92, vwx93, vwx94, False, hh, app(ty_[], bba)) -> new_ltEs3(vwx92, vwx94, bba) 18.92/7.00 new_ltEs2(Right(vwx530), Right(vwx540), cbh, app(app(ty_@2, ccd), cce)) -> new_ltEs0(vwx530, vwx540, ccd, cce) 18.92/7.00 new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, dh, app(app(app(ty_@3, fb), fc), fd), da) -> new_lt(vwx79, vwx82, fb, fc, fd) 18.92/7.00 new_compare1(Just(vwx3000), Just(vwx31000), bbb) -> new_compare22(vwx3000, vwx31000, new_esEs9(vwx3000, vwx31000, bbb), bbb) 18.92/7.00 new_ltEs2(Right(vwx530), Right(vwx540), cbh, app(app(app(ty_@3, cca), ccb), ccc)) -> new_ltEs(vwx530, vwx540, cca, ccb, ccc) 18.92/7.00 new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, app(app(ty_@2, bec), bed)), bbd), bda)) -> new_lt0(vwx530, vwx540, bec, bed) 18.92/7.00 new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, app(app(app(ty_@3, cd), ce), cf), cg, da) -> new_compare(vwx78, vwx81, cd, ce, cf) 18.92/7.00 new_primCompAux0(vwx20, vwx21, EQ, app(ty_Maybe, be)) -> new_compare1(vwx20, vwx21, be) 18.92/7.00 new_compare22(Left(vwx530), Left(vwx540), False, app(app(ty_Either, app(ty_Maybe, cbd)), cba)) -> new_ltEs1(vwx530, vwx540, cbd) 18.92/7.00 new_compare21(vwx91, vwx92, vwx93, vwx94, False, app(app(ty_@2, hb), hc), ha) -> new_lt0(vwx91, vwx93, hb, hc) 18.92/7.00 new_primCompAux0(vwx20, vwx21, EQ, app(ty_[], bh)) -> new_compare3(vwx20, vwx21, bh) 18.92/7.00 new_primCompAux(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), vwx301, vwx3101, app(app(ty_@2, gd), ge)) -> new_compare21(vwx3000, vwx3001, vwx31000, vwx31001, new_asAs(new_esEs7(vwx3000, vwx31000, gd), new_esEs8(vwx3001, vwx31001, ge)), gd, ge) 18.92/7.00 new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, bbc), app(ty_[], bdg)), bda)) -> new_lt3(vwx531, vwx541, bdg) 18.92/7.00 new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), bbc, app(app(ty_Either, bde), bdf), bda) -> new_lt2(vwx531, vwx541, bde, bdf) 18.92/7.00 new_compare0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), gd, ge) -> new_compare21(vwx3000, vwx3001, vwx31000, vwx31001, new_asAs(new_esEs7(vwx3000, vwx31000, gd), new_esEs8(vwx3001, vwx31001, ge)), gd, ge) 18.92/7.00 new_ltEs2(Left(vwx530), Left(vwx540), app(app(app(ty_@3, caf), cag), cah), cba) -> new_ltEs(vwx530, vwx540, caf, cag, cah) 18.92/7.00 new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), bbc, bbd, app(ty_Maybe, bcb)) -> new_ltEs1(vwx532, vwx542, bcb) 18.92/7.00 new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), app(app(app(ty_@3, bdh), bea), beb), bbd, bda) -> new_lt(vwx530, vwx540, bdh, bea, beb) 18.92/7.00 new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, app(app(app(ty_@3, bdh), bea), beb)), bbd), bda)) -> new_lt(vwx530, vwx540, bdh, bea, beb) 18.92/7.00 new_primCompAux(Right(vwx3000), Right(vwx31000), vwx301, vwx3101, app(app(ty_Either, cde), cdf)) -> new_compare24(vwx3000, vwx31000, new_esEs11(vwx3000, vwx31000, cdf), cde, cdf) 18.92/7.00 new_compare22(@2(vwx530, vwx531), @2(vwx540, vwx541), False, app(app(ty_@2, app(ty_Maybe, bha)), bgf)) -> new_lt1(vwx530, vwx540, bha) 18.92/7.00 new_compare21(vwx91, vwx92, vwx93, vwx94, False, hh, app(app(ty_Either, bag), bah)) -> new_ltEs2(vwx92, vwx94, bag, bah) 18.92/7.00 new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, bbc), bbd), app(ty_[], bce))) -> new_ltEs3(vwx532, vwx542, bce) 18.92/7.00 new_compare21(vwx91, vwx92, vwx93, vwx94, False, app(ty_[], hg), ha) -> new_lt3(vwx91, vwx93, hg) 18.92/7.00 new_ltEs0(@2(vwx530, vwx531), @2(vwx540, vwx541), app(app(app(ty_@3, bgc), bgd), bge), bgf) -> new_lt(vwx530, vwx540, bgc, bgd, bge) 18.92/7.00 new_compare21(vwx91, vwx92, vwx93, vwx94, False, hh, app(app(ty_@2, bad), bae)) -> new_ltEs0(vwx92, vwx94, bad, bae) 18.92/7.00 new_compare22(@2(vwx530, vwx531), @2(vwx540, vwx541), False, app(app(ty_@2, bfa), app(ty_[], bgb))) -> new_ltEs3(vwx531, vwx541, bgb) 18.92/7.00 new_ltEs1(Just(vwx530), Just(vwx540), app(ty_[], cae)) -> new_ltEs3(vwx530, vwx540, cae) 18.92/7.00 new_compare22(Left(vwx530), Left(vwx540), False, app(app(ty_Either, app(app(app(ty_@3, caf), cag), cah)), cba)) -> new_ltEs(vwx530, vwx540, caf, cag, cah) 18.92/7.00 new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, dh, cg, app(ty_[], fa)) -> new_ltEs3(vwx80, vwx83, fa) 18.92/7.00 new_ltEs2(Right(vwx530), Right(vwx540), cbh, app(app(ty_Either, ccg), cch)) -> new_ltEs2(vwx530, vwx540, ccg, cch) 18.92/7.00 new_ltEs1(Just(vwx530), Just(vwx540), app(app(app(ty_@3, bhe), bhf), bhg)) -> new_ltEs(vwx530, vwx540, bhe, bhf, bhg) 18.92/7.00 new_lt3(vwx78, vwx81, dg) -> new_compare3(vwx78, vwx81, dg) 18.92/7.00 new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), app(app(ty_Either, bef), beg), bbd, bda) -> new_lt2(vwx530, vwx540, bef, beg) 18.92/7.00 new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, bbc), app(app(ty_@2, bdb), bdc)), bda)) -> new_lt0(vwx531, vwx541, bdb, bdc) 18.92/7.00 new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), bbc, app(app(app(ty_@3, bcf), bcg), bch), bda) -> new_lt(vwx531, vwx541, bcf, bcg, bch) 18.92/7.00 new_compare24(vwx67, vwx68, False, cfa, app(app(app(ty_@3, cfb), cfc), cfd)) -> new_ltEs(vwx67, vwx68, cfb, cfc, cfd) 18.92/7.00 new_compare22(Right(vwx530), Right(vwx540), False, app(app(ty_Either, cbh), app(ty_[], cda))) -> new_ltEs3(vwx530, vwx540, cda) 18.92/7.00 new_primCompAux(Left(vwx3000), Left(vwx31000), vwx301, vwx3101, app(app(ty_Either, cde), cdf)) -> new_compare23(vwx3000, vwx31000, new_esEs10(vwx3000, vwx31000, cde), cde, cdf) 18.92/7.00 new_primCompAux(:(vwx3000, vwx3001), :(vwx31000, vwx31001), vwx301, vwx3101, app(ty_[], cdc)) -> new_primCompAux(vwx3000, vwx31000, vwx3001, vwx31001, cdc) 18.92/7.00 new_compare22(@2(vwx530, vwx531), @2(vwx540, vwx541), False, app(app(ty_@2, app(app(ty_Either, bhb), bhc)), bgf)) -> new_lt2(vwx530, vwx540, bhb, bhc) 18.92/7.00 new_compare23(vwx60, vwx61, False, app(app(app(ty_@3, cdg), cdh), cea), ceb) -> new_ltEs(vwx60, vwx61, cdg, cdh, cea) 18.92/7.00 new_compare22(Left(vwx530), Left(vwx540), False, app(app(ty_Either, app(app(ty_Either, cbe), cbf)), cba)) -> new_ltEs2(vwx530, vwx540, cbe, cbf) 18.92/7.00 new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, app(ty_[], beh)), bbd), bda)) -> new_lt3(vwx530, vwx540, beh) 18.92/7.00 new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, dh, app(ty_[], gc), da) -> new_lt3(vwx79, vwx82, gc) 18.92/7.00 new_compare22(Right(vwx530), Right(vwx540), False, app(app(ty_Either, cbh), app(app(ty_Either, ccg), cch))) -> new_ltEs2(vwx530, vwx540, ccg, cch) 18.92/7.00 new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), bbc, app(app(ty_@2, bdb), bdc), bda) -> new_lt0(vwx531, vwx541, bdb, bdc) 18.92/7.00 new_compare24(vwx67, vwx68, False, cfa, app(app(ty_@2, cfe), cff)) -> new_ltEs0(vwx67, vwx68, cfe, cff) 18.92/7.00 new_compare22(Right(vwx530), Right(vwx540), False, app(app(ty_Either, cbh), app(app(app(ty_@3, cca), ccb), ccc))) -> new_ltEs(vwx530, vwx540, cca, ccb, ccc) 18.92/7.00 new_ltEs0(@2(vwx530, vwx531), @2(vwx540, vwx541), bfa, app(app(ty_Either, bfh), bga)) -> new_ltEs2(vwx531, vwx541, bfh, bga) 18.92/7.00 new_compare22(@2(vwx530, vwx531), @2(vwx540, vwx541), False, app(app(ty_@2, bfa), app(ty_Maybe, bfg))) -> new_ltEs1(vwx531, vwx541, bfg) 18.92/7.00 new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, bbc), bbd), app(ty_Maybe, bcb))) -> new_ltEs1(vwx532, vwx542, bcb) 18.92/7.00 new_ltEs2(Left(vwx530), Left(vwx540), app(app(ty_Either, cbe), cbf), cba) -> new_ltEs2(vwx530, vwx540, cbe, cbf) 18.92/7.00 new_compare22(Just(vwx530), Just(vwx540), False, app(ty_Maybe, app(ty_Maybe, cab))) -> new_ltEs1(vwx530, vwx540, cab) 18.92/7.00 new_compare24(vwx67, vwx68, False, cfa, app(ty_Maybe, cfg)) -> new_ltEs1(vwx67, vwx68, cfg) 18.92/7.00 new_lt0(vwx78, vwx81, db, dc) -> new_compare0(vwx78, vwx81, db, dc) 18.92/7.00 new_compare23(vwx60, vwx61, False, app(ty_Maybe, cee), ceb) -> new_ltEs1(vwx60, vwx61, cee) 18.92/7.00 new_compare22(@2(vwx530, vwx531), @2(vwx540, vwx541), False, app(app(ty_@2, bfa), app(app(ty_Either, bfh), bga))) -> new_ltEs2(vwx531, vwx541, bfh, bga) 18.92/7.00 new_ltEs2(Left(vwx530), Left(vwx540), app(app(ty_@2, cbb), cbc), cba) -> new_ltEs0(vwx530, vwx540, cbb, cbc) 18.92/7.00 new_compare22(@2(vwx530, vwx531), @2(vwx540, vwx541), False, app(app(ty_@2, app(ty_[], bhd)), bgf)) -> new_lt3(vwx530, vwx540, bhd) 18.92/7.00 new_ltEs1(Just(vwx530), Just(vwx540), app(app(ty_Either, cac), cad)) -> new_ltEs2(vwx530, vwx540, cac, cad) 18.92/7.00 new_ltEs1(Just(vwx530), Just(vwx540), app(app(ty_@2, bhh), caa)) -> new_ltEs0(vwx530, vwx540, bhh, caa) 18.92/7.00 new_compare22(Just(vwx530), Just(vwx540), False, app(ty_Maybe, app(app(ty_@2, bhh), caa))) -> new_ltEs0(vwx530, vwx540, bhh, caa) 18.92/7.00 18.92/7.00 The TRS R consists of the following rules: 18.92/7.00 18.92/7.00 new_lt16(vwx78, vwx81) -> new_esEs24(new_compare14(vwx78, vwx81), LT) 18.92/7.00 new_esEs39(vwx91, vwx93, ty_Char) -> new_esEs21(vwx91, vwx93) 18.92/7.00 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 18.92/7.00 new_lt22(vwx530, vwx540, ty_Integer) -> new_lt16(vwx530, vwx540) 18.92/7.00 new_ltEs23(vwx531, vwx541, app(ty_Ratio, fga)) -> new_ltEs13(vwx531, vwx541, fga) 18.92/7.00 new_compare4(vwx300, vwx3100, ty_Int) -> new_compare5(vwx300, vwx3100) 18.92/7.00 new_esEs39(vwx91, vwx93, app(app(ty_Either, he), hf)) -> new_esEs15(vwx91, vwx93, he, hf) 18.92/7.00 new_pePe(True, vwx169) -> True 18.92/7.00 new_esEs8(vwx3001, vwx31001, app(ty_[], deh)) -> new_esEs22(vwx3001, vwx31001, deh) 18.92/7.00 new_ltEs10(False, False) -> True 18.92/7.00 new_ltEs9(Just(vwx530), Just(vwx540), ty_Integer) -> new_ltEs14(vwx530, vwx540) 18.92/7.00 new_esEs17(Integer(vwx30000), Integer(vwx310000)) -> new_primEqInt(vwx30000, vwx310000) 18.92/7.00 new_ltEs12(Right(vwx530), Right(vwx540), cbh, app(ty_Ratio, eed)) -> new_ltEs13(vwx530, vwx540, eed) 18.92/7.00 new_ltEs14(vwx53, vwx54) -> new_fsEs(new_compare14(vwx53, vwx54)) 18.92/7.00 new_esEs27(vwx30001, vwx310001, ty_Bool) -> new_esEs20(vwx30001, vwx310001) 18.92/7.00 new_esEs6(vwx3002, vwx31002, ty_Bool) -> new_esEs20(vwx3002, vwx31002) 18.92/7.00 new_ltEs12(Right(vwx530), Right(vwx540), cbh, ty_Float) -> new_ltEs17(vwx530, vwx540) 18.92/7.00 new_esEs9(vwx3000, vwx31000, app(ty_Maybe, fha)) -> new_esEs18(vwx3000, vwx31000, fha) 18.92/7.00 new_compare16(GT, LT) -> GT 18.92/7.00 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 18.92/7.00 new_ltEs20(vwx67, vwx68, app(app(app(ty_@3, cfb), cfc), cfd)) -> new_ltEs5(vwx67, vwx68, cfb, cfc, cfd) 18.92/7.00 new_esEs7(vwx3000, vwx31000, app(ty_Ratio, fcf)) -> new_esEs25(vwx3000, vwx31000, fcf) 18.92/7.00 new_esEs15(Left(vwx30000), Left(vwx310000), ty_Float, eab) -> new_esEs12(vwx30000, vwx310000) 18.92/7.00 new_compare26(vwx60, vwx61, True, ffc, ceb) -> EQ 18.92/7.00 new_lt23(vwx91, vwx93, app(app(ty_@2, hb), hc)) -> new_lt11(vwx91, vwx93, hb, hc) 18.92/7.00 new_lt23(vwx91, vwx93, app(ty_Ratio, fgb)) -> new_lt15(vwx91, vwx93, fgb) 18.92/7.00 new_esEs29(vwx79, vwx82, app(ty_[], gc)) -> new_esEs22(vwx79, vwx82, gc) 18.92/7.00 new_compare113(vwx131, vwx132, False, dga, dgb) -> GT 18.92/7.00 new_lt23(vwx91, vwx93, ty_@0) -> new_lt10(vwx91, vwx93) 18.92/7.00 new_lt6(vwx78, vwx81, app(app(ty_Either, de), df)) -> new_lt14(vwx78, vwx81, de, df) 18.92/7.00 new_ltEs12(Left(vwx530), Right(vwx540), cbh, cba) -> True 18.92/7.00 new_ltEs23(vwx531, vwx541, ty_Double) -> new_ltEs15(vwx531, vwx541) 18.92/7.00 new_ltEs4(vwx80, vwx83, ty_@0) -> new_ltEs7(vwx80, vwx83) 18.92/7.00 new_compare16(EQ, LT) -> GT 18.92/7.00 new_esEs11(vwx3000, vwx31000, ty_@0) -> new_esEs14(vwx3000, vwx31000) 18.92/7.00 new_esEs36(vwx530, vwx540, ty_@0) -> new_esEs14(vwx530, vwx540) 18.92/7.00 new_esEs29(vwx79, vwx82, ty_Char) -> new_esEs21(vwx79, vwx82) 18.92/7.00 new_ltEs20(vwx67, vwx68, app(ty_Maybe, cfg)) -> new_ltEs9(vwx67, vwx68, cfg) 18.92/7.00 new_ltEs21(vwx60, vwx61, ty_Ordering) -> new_ltEs16(vwx60, vwx61) 18.92/7.00 new_compare4(vwx300, vwx3100, app(app(app(ty_@3, ca), cb), cc)) -> new_compare6(vwx300, vwx3100, ca, cb, cc) 18.92/7.00 new_primCompAux1(vwx300, vwx3100, vwx301, vwx3101, cdd) -> new_primCompAux00(vwx301, vwx3101, new_compare4(vwx300, vwx3100, cdd), app(ty_[], cdd)) 18.92/7.00 new_ltEs20(vwx67, vwx68, app(ty_[], cgb)) -> new_ltEs18(vwx67, vwx68, cgb) 18.92/7.00 new_esEs8(vwx3001, vwx31001, ty_Double) -> new_esEs19(vwx3001, vwx31001) 18.92/7.00 new_esEs29(vwx79, vwx82, ty_Double) -> new_esEs19(vwx79, vwx82) 18.92/7.00 new_ltEs24(vwx92, vwx94, ty_Int) -> new_ltEs11(vwx92, vwx94) 18.92/7.00 new_primCompAux00(vwx20, vwx21, EQ, ty_Integer) -> new_compare14(vwx20, vwx21) 18.92/7.00 new_esEs4(vwx3000, vwx31000, app(app(ty_@2, chg), chh)) -> new_esEs23(vwx3000, vwx31000, chg, chh) 18.92/7.00 new_esEs31(vwx30001, vwx310001, app(app(app(ty_@3, ebg), ebh), eca)) -> new_esEs13(vwx30001, vwx310001, ebg, ebh, eca) 18.92/7.00 new_lt23(vwx91, vwx93, ty_Double) -> new_lt17(vwx91, vwx93) 18.92/7.00 new_primEqNat0(Succ(vwx300000), Succ(vwx3100000)) -> new_primEqNat0(vwx300000, vwx3100000) 18.92/7.00 new_compare110(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, True, dfd, dfe, dff) -> LT 18.92/7.00 new_esEs37(vwx531, vwx541, ty_Bool) -> new_esEs20(vwx531, vwx541) 18.92/7.00 new_compare25(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, True, dh, cg, da) -> EQ 18.92/7.00 new_not(True) -> False 18.92/7.00 new_esEs28(vwx78, vwx81, ty_Float) -> new_esEs12(vwx78, vwx81) 18.92/7.00 new_esEs7(vwx3000, vwx31000, ty_Float) -> new_esEs12(vwx3000, vwx31000) 18.92/7.00 new_esEs4(vwx3000, vwx31000, app(ty_Maybe, dgc)) -> new_esEs18(vwx3000, vwx31000, dgc) 18.92/7.00 new_esEs15(Left(vwx30000), Left(vwx310000), app(ty_Maybe, fdd), eab) -> new_esEs18(vwx30000, vwx310000, fdd) 18.92/7.00 new_esEs8(vwx3001, vwx31001, ty_Char) -> new_esEs21(vwx3001, vwx31001) 18.92/7.00 new_ltEs21(vwx60, vwx61, ty_@0) -> new_ltEs7(vwx60, vwx61) 18.92/7.00 new_ltEs22(vwx532, vwx542, ty_Float) -> new_ltEs17(vwx532, vwx542) 18.92/7.00 new_primCompAux00(vwx20, vwx21, EQ, ty_Float) -> new_compare17(vwx20, vwx21) 18.92/7.00 new_ltEs12(Left(vwx530), Left(vwx540), ty_Char, cba) -> new_ltEs6(vwx530, vwx540) 18.92/7.00 new_esEs18(Just(vwx30000), Just(vwx310000), ty_Ordering) -> new_esEs24(vwx30000, vwx310000) 18.92/7.00 new_esEs15(Left(vwx30000), Left(vwx310000), app(app(ty_Either, fdb), fdc), eab) -> new_esEs15(vwx30000, vwx310000, fdb, fdc) 18.92/7.00 new_ltEs19(vwx53, vwx54, ty_Int) -> new_ltEs11(vwx53, vwx54) 18.92/7.00 new_primEqNat0(Succ(vwx300000), Zero) -> False 18.92/7.00 new_primEqNat0(Zero, Succ(vwx3100000)) -> False 18.92/7.00 new_esEs14(@0, @0) -> True 18.92/7.00 new_compare115(vwx114, vwx115, False, ehd) -> GT 18.92/7.00 new_esEs31(vwx30001, vwx310001, app(ty_[], ece)) -> new_esEs22(vwx30001, vwx310001, ece) 18.92/7.00 new_esEs39(vwx91, vwx93, ty_Ordering) -> new_esEs24(vwx91, vwx93) 18.92/7.00 new_ltEs9(Just(vwx530), Just(vwx540), ty_Float) -> new_ltEs17(vwx530, vwx540) 18.92/7.00 new_esEs18(Just(vwx30000), Just(vwx310000), ty_Integer) -> new_esEs17(vwx30000, vwx310000) 18.92/7.00 new_esEs30(vwx30000, vwx310000, app(ty_Ratio, ebf)) -> new_esEs25(vwx30000, vwx310000, ebf) 18.92/7.00 new_esEs34(vwx30000, vwx310000, ty_Integer) -> new_esEs17(vwx30000, vwx310000) 18.92/7.00 new_ltEs4(vwx80, vwx83, app(app(ty_@2, ed), ee)) -> new_ltEs8(vwx80, vwx83, ed, ee) 18.92/7.00 new_esEs8(vwx3001, vwx31001, app(app(ty_Either, dee), def)) -> new_esEs15(vwx3001, vwx31001, dee, def) 18.92/7.00 new_ltEs12(Left(vwx530), Left(vwx540), app(app(ty_@2, cbb), cbc), cba) -> new_ltEs8(vwx530, vwx540, cbb, cbc) 18.92/7.00 new_esEs28(vwx78, vwx81, app(ty_Ratio, dce)) -> new_esEs25(vwx78, vwx81, dce) 18.92/7.00 new_compare28(vwx53, vwx54, True, ehg) -> EQ 18.92/7.00 new_esEs39(vwx91, vwx93, ty_Integer) -> new_esEs17(vwx91, vwx93) 18.92/7.00 new_esEs31(vwx30001, vwx310001, ty_Double) -> new_esEs19(vwx30001, vwx310001) 18.92/7.00 new_esEs33(vwx30000, vwx310000, ty_Float) -> new_esEs12(vwx30000, vwx310000) 18.92/7.00 new_esEs38(vwx530, vwx540, ty_Float) -> new_esEs12(vwx530, vwx540) 18.92/7.00 new_esEs27(vwx30001, vwx310001, ty_Integer) -> new_esEs17(vwx30001, vwx310001) 18.92/7.00 new_primCmpInt(Pos(Succ(vwx30000)), Neg(vwx31000)) -> GT 18.92/7.00 new_lt20(vwx531, vwx541, ty_Char) -> new_lt9(vwx531, vwx541) 18.92/7.00 new_compare18(:(vwx3000, vwx3001), :(vwx31000, vwx31001), cdc) -> new_primCompAux1(vwx3000, vwx31000, vwx3001, vwx31001, cdc) 18.92/7.00 new_compare12(Left(vwx3000), Left(vwx31000), cde, cdf) -> new_compare26(vwx3000, vwx31000, new_esEs10(vwx3000, vwx31000, cde), cde, cdf) 18.92/7.00 new_compare112(vwx158, vwx159, vwx160, vwx161, True, dfg, dfh) -> LT 18.92/7.00 new_lt7(vwx79, vwx82, ty_Bool) -> new_lt5(vwx79, vwx82) 18.92/7.00 new_esEs33(vwx30000, vwx310000, ty_Int) -> new_esEs16(vwx30000, vwx310000) 18.92/7.00 new_ltEs12(Left(vwx530), Left(vwx540), app(app(app(ty_@3, caf), cag), cah), cba) -> new_ltEs5(vwx530, vwx540, caf, cag, cah) 18.92/7.00 new_ltEs12(Right(vwx530), Right(vwx540), cbh, app(ty_[], cda)) -> new_ltEs18(vwx530, vwx540, cda) 18.92/7.00 new_compare13(:%(vwx3000, vwx3001), :%(vwx31000, vwx31001), ty_Integer) -> new_compare14(new_sr0(vwx3000, vwx31001), new_sr0(vwx31000, vwx3001)) 18.92/7.00 new_esEs15(Left(vwx30000), Left(vwx310000), ty_Int, eab) -> new_esEs16(vwx30000, vwx310000) 18.92/7.00 new_primPlusNat1(Succ(vwx17100), Succ(vwx31001000)) -> Succ(Succ(new_primPlusNat1(vwx17100, vwx31001000))) 18.92/7.00 new_primCompAux00(vwx20, vwx21, GT, cgc) -> GT 18.92/7.00 new_esEs26(vwx30000, vwx310000, ty_@0) -> new_esEs14(vwx30000, vwx310000) 18.92/7.00 new_ltEs22(vwx532, vwx542, ty_Integer) -> new_ltEs14(vwx532, vwx542) 18.92/7.00 new_primCompAux00(vwx20, vwx21, EQ, app(ty_Maybe, be)) -> new_compare10(vwx20, vwx21, be) 18.92/7.00 new_primCmpNat0(Zero, Succ(vwx310000)) -> LT 18.92/7.00 new_esEs29(vwx79, vwx82, app(app(app(ty_@3, fb), fc), fd)) -> new_esEs13(vwx79, vwx82, fb, fc, fd) 18.92/7.00 new_ltEs23(vwx531, vwx541, app(app(ty_@2, bfe), bff)) -> new_ltEs8(vwx531, vwx541, bfe, bff) 18.92/7.00 new_esEs36(vwx530, vwx540, ty_Double) -> new_esEs19(vwx530, vwx540) 18.92/7.00 new_esEs27(vwx30001, vwx310001, ty_Ordering) -> new_esEs24(vwx30001, vwx310001) 18.92/7.00 new_esEs30(vwx30000, vwx310000, app(app(ty_@2, ebd), ebe)) -> new_esEs23(vwx30000, vwx310000, ebd, ebe) 18.92/7.00 new_ltEs19(vwx53, vwx54, ty_@0) -> new_ltEs7(vwx53, vwx54) 18.92/7.00 new_primCompAux00(vwx20, vwx21, EQ, ty_@0) -> new_compare8(vwx20, vwx21) 18.92/7.00 new_esEs29(vwx79, vwx82, ty_Integer) -> new_esEs17(vwx79, vwx82) 18.92/7.00 new_compare10(Nothing, Just(vwx31000), bbb) -> LT 18.92/7.00 new_compare114(vwx121, vwx122, True, eef, eeg) -> LT 18.92/7.00 new_esEs29(vwx79, vwx82, ty_Ordering) -> new_esEs24(vwx79, vwx82) 18.92/7.00 new_lt4(vwx78, vwx81) -> new_esEs24(new_compare17(vwx78, vwx81), LT) 18.92/7.00 new_ltEs21(vwx60, vwx61, app(app(ty_@2, cec), ced)) -> new_ltEs8(vwx60, vwx61, cec, ced) 18.92/7.00 new_esEs11(vwx3000, vwx31000, ty_Double) -> new_esEs19(vwx3000, vwx31000) 18.92/7.00 new_esEs11(vwx3000, vwx31000, ty_Int) -> new_esEs16(vwx3000, vwx31000) 18.92/7.00 new_lt17(vwx78, vwx81) -> new_esEs24(new_compare15(vwx78, vwx81), LT) 18.92/7.00 new_ltEs7(vwx53, vwx54) -> new_fsEs(new_compare8(vwx53, vwx54)) 18.92/7.00 new_esEs31(vwx30001, vwx310001, ty_Char) -> new_esEs21(vwx30001, vwx310001) 18.92/7.00 new_esEs26(vwx30000, vwx310000, app(ty_[], dag)) -> new_esEs22(vwx30000, vwx310000, dag) 18.92/7.00 new_ltEs21(vwx60, vwx61, ty_Int) -> new_ltEs11(vwx60, vwx61) 18.92/7.00 new_ltEs23(vwx531, vwx541, app(ty_[], bgb)) -> new_ltEs18(vwx531, vwx541, bgb) 18.92/7.00 new_esEs32(vwx30002, vwx310002, app(app(ty_@2, edh), eea)) -> new_esEs23(vwx30002, vwx310002, edh, eea) 18.92/7.00 new_esEs8(vwx3001, vwx31001, ty_Ordering) -> new_esEs24(vwx3001, vwx31001) 18.92/7.00 new_esEs31(vwx30001, vwx310001, app(app(ty_Either, ecb), ecc)) -> new_esEs15(vwx30001, vwx310001, ecb, ecc) 18.92/7.00 new_esEs18(Just(vwx30000), Just(vwx310000), ty_Double) -> new_esEs19(vwx30000, vwx310000) 18.92/7.00 new_ltEs10(True, False) -> False 18.92/7.00 new_lt22(vwx530, vwx540, app(app(ty_Either, bhb), bhc)) -> new_lt14(vwx530, vwx540, bhb, bhc) 18.92/7.00 new_esEs38(vwx530, vwx540, ty_Int) -> new_esEs16(vwx530, vwx540) 18.92/7.00 new_lt20(vwx531, vwx541, app(ty_Maybe, bdd)) -> new_lt12(vwx531, vwx541, bdd) 18.92/7.00 new_esEs10(vwx3000, vwx31000, app(ty_Maybe, efe)) -> new_esEs18(vwx3000, vwx31000, efe) 18.92/7.00 new_esEs19(Double(vwx30000, vwx30001), Double(vwx310000, vwx310001)) -> new_esEs16(new_sr(vwx30000, vwx310001), new_sr(vwx30001, vwx310000)) 18.92/7.00 new_primEqInt(Neg(Succ(vwx300000)), Neg(Succ(vwx3100000))) -> new_primEqNat0(vwx300000, vwx3100000) 18.92/7.00 new_ltEs4(vwx80, vwx83, ty_Ordering) -> new_ltEs16(vwx80, vwx83) 18.92/7.00 new_esEs31(vwx30001, vwx310001, ty_@0) -> new_esEs14(vwx30001, vwx310001) 18.92/7.00 new_ltEs9(Just(vwx530), Just(vwx540), ty_Bool) -> new_ltEs10(vwx530, vwx540) 18.92/7.00 new_primCmpInt(Neg(Zero), Pos(Succ(vwx310000))) -> LT 18.92/7.00 new_esEs36(vwx530, vwx540, app(app(app(ty_@3, bdh), bea), beb)) -> new_esEs13(vwx530, vwx540, bdh, bea, beb) 18.92/7.00 new_esEs4(vwx3000, vwx31000, app(ty_Ratio, ead)) -> new_esEs25(vwx3000, vwx31000, ead) 18.92/7.00 new_esEs8(vwx3001, vwx31001, ty_Integer) -> new_esEs17(vwx3001, vwx31001) 18.92/7.00 new_primMulInt(Pos(vwx30000), Pos(vwx310010)) -> Pos(new_primMulNat0(vwx30000, vwx310010)) 18.92/7.00 new_esEs6(vwx3002, vwx31002, ty_Char) -> new_esEs21(vwx3002, vwx31002) 18.92/7.00 new_ltEs20(vwx67, vwx68, ty_Double) -> new_ltEs15(vwx67, vwx68) 18.92/7.00 new_primCompAux00(vwx20, vwx21, EQ, app(app(ty_@2, bc), bd)) -> new_compare9(vwx20, vwx21, bc, bd) 18.92/7.00 new_ltEs24(vwx92, vwx94, ty_Float) -> new_ltEs17(vwx92, vwx94) 18.92/7.00 new_lt7(vwx79, vwx82, ty_@0) -> new_lt10(vwx79, vwx82) 18.92/7.00 new_compare27(vwx67, vwx68, False, cfa, faa) -> new_compare113(vwx67, vwx68, new_ltEs20(vwx67, vwx68, faa), cfa, faa) 18.92/7.00 new_ltEs24(vwx92, vwx94, ty_Bool) -> new_ltEs10(vwx92, vwx94) 18.92/7.00 new_primMulNat0(Succ(vwx300000), Zero) -> Zero 18.92/7.00 new_primMulNat0(Zero, Succ(vwx3100100)) -> Zero 18.92/7.00 new_esEs7(vwx3000, vwx31000, app(app(ty_@2, fcd), fce)) -> new_esEs23(vwx3000, vwx31000, fcd, fce) 18.92/7.00 new_ltEs9(Just(vwx530), Just(vwx540), app(app(ty_Either, cac), cad)) -> new_ltEs12(vwx530, vwx540, cac, cad) 18.92/7.00 new_compare15(Double(vwx3000, Pos(vwx30010)), Double(vwx31000, Pos(vwx310010))) -> new_compare5(new_sr(vwx3000, Pos(vwx310010)), new_sr(Pos(vwx30010), vwx31000)) 18.92/7.00 new_esEs26(vwx30000, vwx310000, ty_Int) -> new_esEs16(vwx30000, vwx310000) 18.92/7.00 new_esEs39(vwx91, vwx93, app(app(app(ty_@3, gf), gg), gh)) -> new_esEs13(vwx91, vwx93, gf, gg, gh) 18.92/7.00 new_esEs6(vwx3002, vwx31002, app(app(ty_Either, ddc), ddd)) -> new_esEs15(vwx3002, vwx31002, ddc, ddd) 18.92/7.00 new_lt20(vwx531, vwx541, ty_@0) -> new_lt10(vwx531, vwx541) 18.92/7.00 new_compare19(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, False, vwx150, dfd, dfe, dff) -> new_compare110(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, vwx150, dfd, dfe, dff) 18.92/7.00 new_lt22(vwx530, vwx540, app(ty_Maybe, bha)) -> new_lt12(vwx530, vwx540, bha) 18.92/7.00 new_esEs27(vwx30001, vwx310001, ty_Char) -> new_esEs21(vwx30001, vwx310001) 18.92/7.00 new_esEs15(Right(vwx30000), Right(vwx310000), eaa, ty_Bool) -> new_esEs20(vwx30000, vwx310000) 18.92/7.00 new_ltEs12(Right(vwx530), Right(vwx540), cbh, ty_Bool) -> new_ltEs10(vwx530, vwx540) 18.92/7.00 new_esEs39(vwx91, vwx93, ty_@0) -> new_esEs14(vwx91, vwx93) 18.92/7.00 new_ltEs12(Right(vwx530), Right(vwx540), cbh, app(ty_Maybe, ccf)) -> new_ltEs9(vwx530, vwx540, ccf) 18.92/7.00 new_esEs30(vwx30000, vwx310000, app(ty_Maybe, ebb)) -> new_esEs18(vwx30000, vwx310000, ebb) 18.92/7.00 new_lt9(vwx78, vwx81) -> new_esEs24(new_compare7(vwx78, vwx81), LT) 18.92/7.00 new_esEs32(vwx30002, vwx310002, app(ty_Maybe, edf)) -> new_esEs18(vwx30002, vwx310002, edf) 18.92/7.00 new_ltEs12(Left(vwx530), Left(vwx540), ty_Integer, cba) -> new_ltEs14(vwx530, vwx540) 18.92/7.00 new_esEs9(vwx3000, vwx31000, app(app(ty_@2, fhc), fhd)) -> new_esEs23(vwx3000, vwx31000, fhc, fhd) 18.92/7.00 new_esEs31(vwx30001, vwx310001, ty_Integer) -> new_esEs17(vwx30001, vwx310001) 18.92/7.00 new_primPlusNat1(Succ(vwx17100), Zero) -> Succ(vwx17100) 18.92/7.00 new_primPlusNat1(Zero, Succ(vwx31001000)) -> Succ(vwx31001000) 18.92/7.00 new_ltEs19(vwx53, vwx54, app(app(ty_@2, bfa), bgf)) -> new_ltEs8(vwx53, vwx54, bfa, bgf) 18.92/7.00 new_esEs15(Right(vwx30000), Right(vwx310000), eaa, app(app(ty_@2, feh), ffa)) -> new_esEs23(vwx30000, vwx310000, feh, ffa) 18.92/7.00 new_esEs5(vwx3001, vwx31001, app(ty_[], chc)) -> new_esEs22(vwx3001, vwx31001, chc) 18.92/7.00 new_esEs39(vwx91, vwx93, ty_Bool) -> new_esEs20(vwx91, vwx93) 18.92/7.00 new_esEs6(vwx3002, vwx31002, app(ty_Maybe, dde)) -> new_esEs18(vwx3002, vwx31002, dde) 18.92/7.00 new_esEs38(vwx530, vwx540, app(ty_Ratio, ffh)) -> new_esEs25(vwx530, vwx540, ffh) 18.92/7.00 new_esEs29(vwx79, vwx82, app(app(ty_Either, ga), gb)) -> new_esEs15(vwx79, vwx82, ga, gb) 18.92/7.00 new_ltEs10(False, True) -> True 18.92/7.00 new_esEs39(vwx91, vwx93, app(ty_[], hg)) -> new_esEs22(vwx91, vwx93, hg) 18.92/7.00 new_esEs5(vwx3001, vwx31001, ty_Float) -> new_esEs12(vwx3001, vwx31001) 18.92/7.00 new_esEs31(vwx30001, vwx310001, ty_Ordering) -> new_esEs24(vwx30001, vwx310001) 18.92/7.00 new_esEs5(vwx3001, vwx31001, app(app(ty_Either, cgh), cha)) -> new_esEs15(vwx3001, vwx31001, cgh, cha) 18.92/7.00 new_esEs5(vwx3001, vwx31001, ty_Char) -> new_esEs21(vwx3001, vwx31001) 18.92/7.00 new_lt7(vwx79, vwx82, app(app(ty_@2, ff), fg)) -> new_lt11(vwx79, vwx82, ff, fg) 18.92/7.00 new_esEs5(vwx3001, vwx31001, ty_@0) -> new_esEs14(vwx3001, vwx31001) 18.92/7.00 new_esEs29(vwx79, vwx82, ty_@0) -> new_esEs14(vwx79, vwx82) 18.92/7.00 new_esEs7(vwx3000, vwx31000, app(ty_Maybe, fcb)) -> new_esEs18(vwx3000, vwx31000, fcb) 18.92/7.00 new_lt18(vwx78, vwx81) -> new_esEs24(new_compare16(vwx78, vwx81), LT) 18.92/7.00 new_ltEs19(vwx53, vwx54, ty_Ordering) -> new_ltEs16(vwx53, vwx54) 18.92/7.00 new_lt21(vwx530, vwx540, ty_@0) -> new_lt10(vwx530, vwx540) 18.92/7.00 new_esEs10(vwx3000, vwx31000, app(app(ty_@2, efg), efh)) -> new_esEs23(vwx3000, vwx31000, efg, efh) 18.92/7.00 new_esEs6(vwx3002, vwx31002, ty_Integer) -> new_esEs17(vwx3002, vwx31002) 18.92/7.00 new_compare4(vwx300, vwx3100, app(app(ty_@2, gd), ge)) -> new_compare9(vwx300, vwx3100, gd, ge) 18.92/7.00 new_esEs26(vwx30000, vwx310000, app(app(app(ty_@3, daa), dab), dac)) -> new_esEs13(vwx30000, vwx310000, daa, dab, dac) 18.92/7.00 new_compare18(:(vwx3000, vwx3001), [], cdc) -> GT 18.92/7.00 new_ltEs21(vwx60, vwx61, ty_Double) -> new_ltEs15(vwx60, vwx61) 18.92/7.00 new_ltEs9(Just(vwx530), Just(vwx540), ty_Char) -> new_ltEs6(vwx530, vwx540) 18.92/7.00 new_esEs36(vwx530, vwx540, ty_Int) -> new_esEs16(vwx530, vwx540) 18.92/7.00 new_compare16(LT, LT) -> EQ 18.92/7.00 new_ltEs13(vwx53, vwx54, ehh) -> new_fsEs(new_compare13(vwx53, vwx54, ehh)) 18.92/7.00 new_esEs6(vwx3002, vwx31002, ty_Ordering) -> new_esEs24(vwx3002, vwx31002) 18.92/7.00 new_esEs30(vwx30000, vwx310000, ty_Float) -> new_esEs12(vwx30000, vwx310000) 18.92/7.00 new_lt6(vwx78, vwx81, app(ty_Maybe, dd)) -> new_lt12(vwx78, vwx81, dd) 18.92/7.00 new_esEs10(vwx3000, vwx31000, ty_Bool) -> new_esEs20(vwx3000, vwx31000) 18.92/7.00 new_esEs27(vwx30001, vwx310001, app(app(app(ty_@3, dbc), dbd), dbe)) -> new_esEs13(vwx30001, vwx310001, dbc, dbd, dbe) 18.92/7.00 new_esEs11(vwx3000, vwx31000, ty_Ordering) -> new_esEs24(vwx3000, vwx31000) 18.92/7.00 new_esEs33(vwx30000, vwx310000, ty_Double) -> new_esEs19(vwx30000, vwx310000) 18.92/7.00 new_lt22(vwx530, vwx540, ty_Float) -> new_lt4(vwx530, vwx540) 18.92/7.00 new_esEs29(vwx79, vwx82, ty_Int) -> new_esEs16(vwx79, vwx82) 18.92/7.00 new_esEs27(vwx30001, vwx310001, ty_Double) -> new_esEs19(vwx30001, vwx310001) 18.92/7.00 new_esEs35(vwx30001, vwx310001, ty_Int) -> new_esEs16(vwx30001, vwx310001) 18.92/7.00 new_esEs33(vwx30000, vwx310000, app(app(app(ty_@3, fac), fad), fae)) -> new_esEs13(vwx30000, vwx310000, fac, fad, fae) 18.92/7.00 new_ltEs22(vwx532, vwx542, app(ty_[], bce)) -> new_ltEs18(vwx532, vwx542, bce) 18.92/7.00 new_lt8(vwx78, vwx81, cd, ce, cf) -> new_esEs24(new_compare6(vwx78, vwx81, cd, ce, cf), LT) 18.92/7.00 new_esEs15(Left(vwx30000), Left(vwx310000), app(ty_Ratio, fdh), eab) -> new_esEs25(vwx30000, vwx310000, fdh) 18.92/7.00 new_compare4(vwx300, vwx3100, ty_Bool) -> new_compare11(vwx300, vwx3100) 18.92/7.00 new_esEs36(vwx530, vwx540, ty_Float) -> new_esEs12(vwx530, vwx540) 18.92/7.00 new_esEs11(vwx3000, vwx31000, ty_Integer) -> new_esEs17(vwx3000, vwx31000) 18.92/7.00 new_esEs38(vwx530, vwx540, app(ty_Maybe, bha)) -> new_esEs18(vwx530, vwx540, bha) 18.92/7.00 new_esEs31(vwx30001, vwx310001, ty_Bool) -> new_esEs20(vwx30001, vwx310001) 18.92/7.00 new_esEs11(vwx3000, vwx31000, app(ty_Ratio, ehc)) -> new_esEs25(vwx3000, vwx31000, ehc) 18.92/7.00 new_esEs6(vwx3002, vwx31002, app(ty_[], ddf)) -> new_esEs22(vwx3002, vwx31002, ddf) 18.92/7.00 new_lt6(vwx78, vwx81, ty_Ordering) -> new_lt18(vwx78, vwx81) 18.92/7.00 new_esEs32(vwx30002, vwx310002, ty_Ordering) -> new_esEs24(vwx30002, vwx310002) 18.92/7.00 new_ltEs24(vwx92, vwx94, app(app(ty_@2, bad), bae)) -> new_ltEs8(vwx92, vwx94, bad, bae) 18.92/7.00 new_esEs15(Right(vwx30000), Right(vwx310000), eaa, ty_Float) -> new_esEs12(vwx30000, vwx310000) 18.92/7.00 new_esEs5(vwx3001, vwx31001, ty_Ordering) -> new_esEs24(vwx3001, vwx31001) 18.92/7.00 new_ltEs12(Left(vwx530), Left(vwx540), ty_Bool, cba) -> new_ltEs10(vwx530, vwx540) 18.92/7.00 new_esEs36(vwx530, vwx540, app(ty_Ratio, ffe)) -> new_esEs25(vwx530, vwx540, ffe) 18.92/7.00 new_lt23(vwx91, vwx93, ty_Bool) -> new_lt5(vwx91, vwx93) 18.92/7.00 new_esEs11(vwx3000, vwx31000, ty_Float) -> new_esEs12(vwx3000, vwx31000) 18.92/7.00 new_esEs27(vwx30001, vwx310001, app(ty_[], dca)) -> new_esEs22(vwx30001, vwx310001, dca) 18.92/7.00 new_esEs28(vwx78, vwx81, app(app(ty_@2, db), dc)) -> new_esEs23(vwx78, vwx81, db, dc) 18.92/7.00 new_compare4(vwx300, vwx3100, app(app(ty_Either, cde), cdf)) -> new_compare12(vwx300, vwx3100, cde, cdf) 18.92/7.00 new_primCmpInt(Pos(Succ(vwx30000)), Pos(vwx31000)) -> new_primCmpNat0(Succ(vwx30000), vwx31000) 18.92/7.00 new_esEs15(Left(vwx30000), Left(vwx310000), ty_@0, eab) -> new_esEs14(vwx30000, vwx310000) 18.92/7.00 new_compare17(Float(vwx3000, Pos(vwx30010)), Float(vwx31000, Pos(vwx310010))) -> new_compare5(new_sr(vwx3000, Pos(vwx310010)), new_sr(Pos(vwx30010), vwx31000)) 18.92/7.00 new_compare4(vwx300, vwx3100, ty_@0) -> new_compare8(vwx300, vwx3100) 18.92/7.00 new_esEs4(vwx3000, vwx31000, ty_Float) -> new_esEs12(vwx3000, vwx31000) 18.92/7.00 new_esEs32(vwx30002, vwx310002, ty_Integer) -> new_esEs17(vwx30002, vwx310002) 18.92/7.00 new_compare15(Double(vwx3000, Neg(vwx30010)), Double(vwx31000, Neg(vwx310010))) -> new_compare5(new_sr(vwx3000, Neg(vwx310010)), new_sr(Neg(vwx30010), vwx31000)) 18.92/7.00 new_primCompAux00(vwx20, vwx21, EQ, ty_Bool) -> new_compare11(vwx20, vwx21) 18.92/7.00 new_ltEs12(Left(vwx530), Left(vwx540), ty_Double, cba) -> new_ltEs15(vwx530, vwx540) 18.92/7.00 new_esEs18(Just(vwx30000), Just(vwx310000), app(ty_Maybe, dha)) -> new_esEs18(vwx30000, vwx310000, dha) 18.92/7.00 new_esEs4(vwx3000, vwx31000, ty_Integer) -> new_esEs17(vwx3000, vwx31000) 18.92/7.00 new_esEs32(vwx30002, vwx310002, ty_Float) -> new_esEs12(vwx30002, vwx310002) 18.92/7.00 new_lt22(vwx530, vwx540, ty_Ordering) -> new_lt18(vwx530, vwx540) 18.92/7.00 new_lt6(vwx78, vwx81, ty_Bool) -> new_lt5(vwx78, vwx81) 18.92/7.00 new_esEs15(Right(vwx30000), Right(vwx310000), eaa, ty_Ordering) -> new_esEs24(vwx30000, vwx310000) 18.92/7.00 new_esEs12(Float(vwx30000, vwx30001), Float(vwx310000, vwx310001)) -> new_esEs16(new_sr(vwx30000, vwx310001), new_sr(vwx30001, vwx310000)) 18.92/7.00 new_lt20(vwx531, vwx541, app(app(app(ty_@3, bcf), bcg), bch)) -> new_lt8(vwx531, vwx541, bcf, bcg, bch) 18.92/7.00 new_ltEs17(vwx53, vwx54) -> new_fsEs(new_compare17(vwx53, vwx54)) 18.92/7.00 new_lt19(vwx78, vwx81, dg) -> new_esEs24(new_compare18(vwx78, vwx81, dg), LT) 18.92/7.00 new_esEs4(vwx3000, vwx31000, ty_Ordering) -> new_esEs24(vwx3000, vwx31000) 18.92/7.00 new_lt21(vwx530, vwx540, ty_Char) -> new_lt9(vwx530, vwx540) 18.92/7.00 new_esEs38(vwx530, vwx540, ty_@0) -> new_esEs14(vwx530, vwx540) 18.92/7.00 new_esEs33(vwx30000, vwx310000, app(ty_Maybe, fah)) -> new_esEs18(vwx30000, vwx310000, fah) 18.92/7.00 new_esEs18(Just(vwx30000), Just(vwx310000), ty_Int) -> new_esEs16(vwx30000, vwx310000) 18.92/7.00 new_lt20(vwx531, vwx541, app(app(ty_Either, bde), bdf)) -> new_lt14(vwx531, vwx541, bde, bdf) 18.92/7.00 new_lt23(vwx91, vwx93, ty_Ordering) -> new_lt18(vwx91, vwx93) 18.92/7.00 new_esEs29(vwx79, vwx82, ty_Bool) -> new_esEs20(vwx79, vwx82) 18.92/7.00 new_esEs32(vwx30002, vwx310002, ty_Char) -> new_esEs21(vwx30002, vwx310002) 18.92/7.00 new_esEs10(vwx3000, vwx31000, ty_Int) -> new_esEs16(vwx3000, vwx31000) 18.92/7.00 new_esEs10(vwx3000, vwx31000, ty_Float) -> new_esEs12(vwx3000, vwx31000) 18.92/7.00 new_esEs37(vwx531, vwx541, ty_Char) -> new_esEs21(vwx531, vwx541) 18.92/7.00 new_esEs36(vwx530, vwx540, ty_Bool) -> new_esEs20(vwx530, vwx540) 18.92/7.00 new_compare19(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, True, vwx150, dfd, dfe, dff) -> new_compare110(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, True, dfd, dfe, dff) 18.92/7.00 new_esEs24(LT, GT) -> False 18.92/7.00 new_esEs24(GT, LT) -> False 18.92/7.00 new_esEs15(Right(vwx30000), Right(vwx310000), eaa, ty_Integer) -> new_esEs17(vwx30000, vwx310000) 18.92/7.00 new_ltEs12(Right(vwx530), Right(vwx540), cbh, ty_Char) -> new_ltEs6(vwx530, vwx540) 18.92/7.00 new_esEs32(vwx30002, vwx310002, app(app(ty_Either, edd), ede)) -> new_esEs15(vwx30002, vwx310002, edd, ede) 18.92/7.00 new_esEs10(vwx3000, vwx31000, ty_Integer) -> new_esEs17(vwx3000, vwx31000) 18.92/7.00 new_ltEs9(Just(vwx530), Just(vwx540), ty_Ordering) -> new_ltEs16(vwx530, vwx540) 18.92/7.00 new_lt21(vwx530, vwx540, app(app(ty_Either, bef), beg)) -> new_lt14(vwx530, vwx540, bef, beg) 18.92/7.00 new_esEs39(vwx91, vwx93, app(ty_Maybe, hd)) -> new_esEs18(vwx91, vwx93, hd) 18.92/7.00 new_esEs30(vwx30000, vwx310000, ty_Bool) -> new_esEs20(vwx30000, vwx310000) 18.92/7.00 new_esEs10(vwx3000, vwx31000, ty_Ordering) -> new_esEs24(vwx3000, vwx31000) 18.92/7.00 new_esEs37(vwx531, vwx541, app(app(ty_Either, bde), bdf)) -> new_esEs15(vwx531, vwx541, bde, bdf) 18.92/7.00 new_ltEs9(Just(vwx530), Just(vwx540), app(ty_Maybe, cab)) -> new_ltEs9(vwx530, vwx540, cab) 18.92/7.00 new_lt22(vwx530, vwx540, ty_Bool) -> new_lt5(vwx530, vwx540) 18.92/7.00 new_lt7(vwx79, vwx82, ty_Integer) -> new_lt16(vwx79, vwx82) 18.92/7.00 new_esEs26(vwx30000, vwx310000, ty_Double) -> new_esEs19(vwx30000, vwx310000) 18.92/7.00 new_lt6(vwx78, vwx81, ty_Float) -> new_lt4(vwx78, vwx81) 18.92/7.00 new_primCompAux00(vwx20, vwx21, EQ, app(app(ty_Either, bf), bg)) -> new_compare12(vwx20, vwx21, bf, bg) 18.92/7.00 new_lt6(vwx78, vwx81, ty_Integer) -> new_lt16(vwx78, vwx81) 18.92/7.00 new_esEs10(vwx3000, vwx31000, ty_@0) -> new_esEs14(vwx3000, vwx31000) 18.92/7.00 new_lt15(vwx78, vwx81, dce) -> new_esEs24(new_compare13(vwx78, vwx81, dce), LT) 18.92/7.00 new_esEs33(vwx30000, vwx310000, app(ty_Ratio, fbd)) -> new_esEs25(vwx30000, vwx310000, fbd) 18.92/7.00 new_esEs11(vwx3000, vwx31000, app(app(app(ty_@3, egb), egc), egd)) -> new_esEs13(vwx3000, vwx31000, egb, egc, egd) 18.92/7.00 new_esEs25(:%(vwx30000, vwx30001), :%(vwx310000, vwx310001), ead) -> new_asAs(new_esEs34(vwx30000, vwx310000, ead), new_esEs35(vwx30001, vwx310001, ead)) 18.92/7.00 new_esEs37(vwx531, vwx541, ty_Integer) -> new_esEs17(vwx531, vwx541) 18.92/7.00 new_compare112(vwx158, vwx159, vwx160, vwx161, False, dfg, dfh) -> GT 18.92/7.00 new_compare15(Double(vwx3000, Pos(vwx30010)), Double(vwx31000, Neg(vwx310010))) -> new_compare5(new_sr(vwx3000, Pos(vwx310010)), new_sr(Neg(vwx30010), vwx31000)) 18.92/7.00 new_compare15(Double(vwx3000, Neg(vwx30010)), Double(vwx31000, Pos(vwx310010))) -> new_compare5(new_sr(vwx3000, Neg(vwx310010)), new_sr(Pos(vwx30010), vwx31000)) 18.92/7.00 new_ltEs15(vwx53, vwx54) -> new_fsEs(new_compare15(vwx53, vwx54)) 18.92/7.00 new_esEs32(vwx30002, vwx310002, ty_Bool) -> new_esEs20(vwx30002, vwx310002) 18.92/7.00 new_esEs10(vwx3000, vwx31000, app(ty_Ratio, ega)) -> new_esEs25(vwx3000, vwx31000, ega) 18.92/7.00 new_esEs9(vwx3000, vwx31000, app(ty_[], fhb)) -> new_esEs22(vwx3000, vwx31000, fhb) 18.92/7.00 new_esEs28(vwx78, vwx81, ty_Int) -> new_esEs16(vwx78, vwx81) 18.92/7.00 new_esEs28(vwx78, vwx81, ty_Double) -> new_esEs19(vwx78, vwx81) 18.92/7.00 new_esEs37(vwx531, vwx541, app(ty_Maybe, bdd)) -> new_esEs18(vwx531, vwx541, bdd) 18.92/7.00 new_lt21(vwx530, vwx540, ty_Float) -> new_lt4(vwx530, vwx540) 18.92/7.00 new_compare25(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, dh, cg, da) -> new_compare19(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, new_lt6(vwx78, vwx81, dh), new_asAs(new_esEs28(vwx78, vwx81, dh), new_pePe(new_lt7(vwx79, vwx82, cg), new_asAs(new_esEs29(vwx79, vwx82, cg), new_ltEs4(vwx80, vwx83, da)))), dh, cg, da) 18.92/7.00 new_compare27(vwx67, vwx68, True, cfa, faa) -> EQ 18.92/7.00 new_esEs15(Right(vwx30000), Right(vwx310000), eaa, app(ty_[], feg)) -> new_esEs22(vwx30000, vwx310000, feg) 18.92/7.00 new_esEs37(vwx531, vwx541, ty_Ordering) -> new_esEs24(vwx531, vwx541) 18.92/7.00 new_esEs18(Just(vwx30000), Just(vwx310000), ty_Bool) -> new_esEs20(vwx30000, vwx310000) 18.92/7.00 new_esEs36(vwx530, vwx540, ty_Char) -> new_esEs21(vwx530, vwx540) 18.92/7.00 new_esEs18(Just(vwx30000), Just(vwx310000), app(app(app(ty_@3, dgd), dge), dgf)) -> new_esEs13(vwx30000, vwx310000, dgd, dge, dgf) 18.92/7.00 new_primPlusNat0(Succ(vwx1710), vwx3100100) -> Succ(Succ(new_primPlusNat1(vwx1710, vwx3100100))) 18.92/7.00 new_esEs36(vwx530, vwx540, app(app(ty_Either, bef), beg)) -> new_esEs15(vwx530, vwx540, bef, beg) 18.92/7.00 new_esEs15(Left(vwx30000), Left(vwx310000), ty_Char, eab) -> new_esEs21(vwx30000, vwx310000) 18.92/7.00 new_compare10(Just(vwx3000), Just(vwx31000), bbb) -> new_compare28(vwx3000, vwx31000, new_esEs9(vwx3000, vwx31000, bbb), bbb) 18.92/7.00 new_compare4(vwx300, vwx3100, ty_Char) -> new_compare7(vwx300, vwx3100) 18.92/7.00 new_esEs22(:(vwx30000, vwx30001), :(vwx310000, vwx310001), eac) -> new_asAs(new_esEs33(vwx30000, vwx310000, eac), new_esEs22(vwx30001, vwx310001, eac)) 18.92/7.00 new_esEs35(vwx30001, vwx310001, ty_Integer) -> new_esEs17(vwx30001, vwx310001) 18.92/7.00 new_esEs31(vwx30001, vwx310001, app(ty_Ratio, ech)) -> new_esEs25(vwx30001, vwx310001, ech) 18.92/7.00 new_compare13(:%(vwx3000, vwx3001), :%(vwx31000, vwx31001), ty_Int) -> new_compare5(new_sr(vwx3000, vwx31001), new_sr(vwx31000, vwx3001)) 18.92/7.00 new_lt21(vwx530, vwx540, ty_Integer) -> new_lt16(vwx530, vwx540) 18.92/7.00 new_esEs33(vwx30000, vwx310000, app(app(ty_Either, faf), fag)) -> new_esEs15(vwx30000, vwx310000, faf, fag) 18.92/7.00 new_esEs33(vwx30000, vwx310000, ty_Char) -> new_esEs21(vwx30000, vwx310000) 18.92/7.00 new_lt14(vwx78, vwx81, de, df) -> new_esEs24(new_compare12(vwx78, vwx81, de, df), LT) 18.92/7.00 new_esEs11(vwx3000, vwx31000, ty_Bool) -> new_esEs20(vwx3000, vwx31000) 18.92/7.00 new_ltEs4(vwx80, vwx83, ty_Float) -> new_ltEs17(vwx80, vwx83) 18.92/7.00 new_esEs33(vwx30000, vwx310000, ty_@0) -> new_esEs14(vwx30000, vwx310000) 18.92/7.00 new_esEs37(vwx531, vwx541, ty_Float) -> new_esEs12(vwx531, vwx541) 18.92/7.00 new_primPlusNat1(Zero, Zero) -> Zero 18.92/7.00 new_primCompAux00(vwx20, vwx21, EQ, ty_Ordering) -> new_compare16(vwx20, vwx21) 18.92/7.00 new_esEs10(vwx3000, vwx31000, app(app(ty_Either, efc), efd)) -> new_esEs15(vwx3000, vwx31000, efc, efd) 18.92/7.00 new_esEs10(vwx3000, vwx31000, ty_Char) -> new_esEs21(vwx3000, vwx31000) 18.92/7.00 new_compare16(GT, GT) -> EQ 18.92/7.00 new_esEs32(vwx30002, vwx310002, ty_Int) -> new_esEs16(vwx30002, vwx310002) 18.92/7.00 new_ltEs21(vwx60, vwx61, ty_Float) -> new_ltEs17(vwx60, vwx61) 18.92/7.00 new_lt21(vwx530, vwx540, app(app(app(ty_@3, bdh), bea), beb)) -> new_lt8(vwx530, vwx540, bdh, bea, beb) 18.92/7.00 new_esEs31(vwx30001, vwx310001, ty_Int) -> new_esEs16(vwx30001, vwx310001) 18.92/7.00 new_lt21(vwx530, vwx540, ty_Ordering) -> new_lt18(vwx530, vwx540) 18.92/7.00 new_esEs11(vwx3000, vwx31000, app(app(ty_Either, ege), egf)) -> new_esEs15(vwx3000, vwx31000, ege, egf) 18.92/7.00 new_compare9(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), gd, ge) -> new_compare29(vwx3000, vwx3001, vwx31000, vwx31001, new_asAs(new_esEs7(vwx3000, vwx31000, gd), new_esEs8(vwx3001, vwx31001, ge)), gd, ge) 18.92/7.00 new_compare4(vwx300, vwx3100, ty_Ordering) -> new_compare16(vwx300, vwx3100) 18.92/7.00 new_esEs27(vwx30001, vwx310001, app(app(ty_@2, dcb), dcc)) -> new_esEs23(vwx30001, vwx310001, dcb, dcc) 18.92/7.00 new_esEs20(True, True) -> True 18.92/7.00 new_esEs11(vwx3000, vwx31000, ty_Char) -> new_esEs21(vwx3000, vwx31000) 18.92/7.00 new_lt20(vwx531, vwx541, ty_Ordering) -> new_lt18(vwx531, vwx541) 18.92/7.00 new_lt22(vwx530, vwx540, ty_Char) -> new_lt9(vwx530, vwx540) 18.92/7.00 new_primCmpNat0(Succ(vwx30000), Succ(vwx310000)) -> new_primCmpNat0(vwx30000, vwx310000) 18.92/7.00 new_compare10(Just(vwx3000), Nothing, bbb) -> GT 18.92/7.00 new_compare11(True, False) -> GT 18.92/7.00 new_esEs22([], [], eac) -> True 18.92/7.00 new_esEs30(vwx30000, vwx310000, ty_Int) -> new_esEs16(vwx30000, vwx310000) 18.92/7.00 new_esEs26(vwx30000, vwx310000, app(app(ty_@2, dah), dba)) -> new_esEs23(vwx30000, vwx310000, dah, dba) 18.92/7.00 new_ltEs12(Right(vwx530), Right(vwx540), cbh, ty_@0) -> new_ltEs7(vwx530, vwx540) 18.92/7.00 new_lt20(vwx531, vwx541, ty_Bool) -> new_lt5(vwx531, vwx541) 18.92/7.00 new_lt7(vwx79, vwx82, ty_Char) -> new_lt9(vwx79, vwx82) 18.92/7.00 new_lt23(vwx91, vwx93, app(app(app(ty_@3, gf), gg), gh)) -> new_lt8(vwx91, vwx93, gf, gg, gh) 18.92/7.00 new_esEs18(Just(vwx30000), Just(vwx310000), ty_@0) -> new_esEs14(vwx30000, vwx310000) 18.92/7.00 new_compare12(Left(vwx3000), Right(vwx31000), cde, cdf) -> LT 18.92/7.00 new_esEs32(vwx30002, vwx310002, app(app(app(ty_@3, eda), edb), edc)) -> new_esEs13(vwx30002, vwx310002, eda, edb, edc) 18.92/7.00 new_lt20(vwx531, vwx541, ty_Integer) -> new_lt16(vwx531, vwx541) 18.92/7.00 new_esEs18(Just(vwx30000), Just(vwx310000), ty_Char) -> new_esEs21(vwx30000, vwx310000) 18.92/7.00 new_esEs15(Left(vwx30000), Left(vwx310000), ty_Bool, eab) -> new_esEs20(vwx30000, vwx310000) 18.92/7.00 new_esEs18(Just(vwx30000), Just(vwx310000), app(app(ty_Either, dgg), dgh)) -> new_esEs15(vwx30000, vwx310000, dgg, dgh) 18.92/7.00 new_ltEs20(vwx67, vwx68, ty_Float) -> new_ltEs17(vwx67, vwx68) 18.92/7.00 new_compare29(vwx91, vwx92, vwx93, vwx94, False, hh, ha) -> new_compare111(vwx91, vwx92, vwx93, vwx94, new_lt23(vwx91, vwx93, hh), new_asAs(new_esEs39(vwx91, vwx93, hh), new_ltEs24(vwx92, vwx94, ha)), hh, ha) 18.92/7.00 new_lt22(vwx530, vwx540, app(app(app(ty_@3, bgc), bgd), bge)) -> new_lt8(vwx530, vwx540, bgc, bgd, bge) 18.92/7.00 new_esEs36(vwx530, vwx540, ty_Ordering) -> new_esEs24(vwx530, vwx540) 18.92/7.00 new_compare4(vwx300, vwx3100, ty_Integer) -> new_compare14(vwx300, vwx3100) 18.92/7.00 new_esEs32(vwx30002, vwx310002, app(ty_Ratio, eeb)) -> new_esEs25(vwx30002, vwx310002, eeb) 18.92/7.00 new_esEs36(vwx530, vwx540, ty_Integer) -> new_esEs17(vwx530, vwx540) 18.92/7.00 new_ltEs12(Right(vwx530), Right(vwx540), cbh, ty_Integer) -> new_ltEs14(vwx530, vwx540) 18.92/7.00 new_ltEs12(Right(vwx530), Right(vwx540), cbh, ty_Ordering) -> new_ltEs16(vwx530, vwx540) 18.92/7.00 new_compare16(LT, EQ) -> LT 18.92/7.00 new_esEs24(LT, EQ) -> False 18.92/7.00 new_esEs24(EQ, LT) -> False 18.92/7.00 new_compare14(Integer(vwx3000), Integer(vwx31000)) -> new_primCmpInt(vwx3000, vwx31000) 18.92/7.00 new_ltEs19(vwx53, vwx54, ty_Float) -> new_ltEs17(vwx53, vwx54) 18.92/7.00 new_lt7(vwx79, vwx82, app(app(app(ty_@3, fb), fc), fd)) -> new_lt8(vwx79, vwx82, fb, fc, fd) 18.92/7.00 new_lt23(vwx91, vwx93, ty_Char) -> new_lt9(vwx91, vwx93) 18.92/7.00 new_lt23(vwx91, vwx93, ty_Float) -> new_lt4(vwx91, vwx93) 18.92/7.00 new_ltEs23(vwx531, vwx541, app(app(ty_Either, bfh), bga)) -> new_ltEs12(vwx531, vwx541, bfh, bga) 18.92/7.00 new_primCmpInt(Neg(Succ(vwx30000)), Pos(vwx31000)) -> LT 18.92/7.00 new_esEs10(vwx3000, vwx31000, ty_Double) -> new_esEs19(vwx3000, vwx31000) 18.92/7.00 new_ltEs22(vwx532, vwx542, app(app(ty_@2, bbh), bca)) -> new_ltEs8(vwx532, vwx542, bbh, bca) 18.92/7.00 new_esEs15(Left(vwx30000), Left(vwx310000), ty_Integer, eab) -> new_esEs17(vwx30000, vwx310000) 18.92/7.00 new_ltEs23(vwx531, vwx541, ty_Bool) -> new_ltEs10(vwx531, vwx541) 18.92/7.00 new_esEs33(vwx30000, vwx310000, ty_Bool) -> new_esEs20(vwx30000, vwx310000) 18.92/7.00 new_ltEs24(vwx92, vwx94, app(ty_[], bba)) -> new_ltEs18(vwx92, vwx94, bba) 18.92/7.00 new_ltEs20(vwx67, vwx68, ty_Int) -> new_ltEs11(vwx67, vwx68) 18.92/7.00 new_esEs15(Left(vwx30000), Right(vwx310000), eaa, eab) -> False 18.92/7.00 new_esEs15(Right(vwx30000), Left(vwx310000), eaa, eab) -> False 18.92/7.00 new_esEs36(vwx530, vwx540, app(ty_Maybe, bee)) -> new_esEs18(vwx530, vwx540, bee) 18.92/7.00 new_esEs28(vwx78, vwx81, ty_Ordering) -> new_esEs24(vwx78, vwx81) 18.92/7.00 new_esEs30(vwx30000, vwx310000, app(app(ty_Either, eah), eba)) -> new_esEs15(vwx30000, vwx310000, eah, eba) 18.92/7.00 new_esEs7(vwx3000, vwx31000, ty_Ordering) -> new_esEs24(vwx3000, vwx31000) 18.92/7.00 new_lt6(vwx78, vwx81, app(ty_Ratio, dce)) -> new_lt15(vwx78, vwx81, dce) 18.92/7.00 new_esEs18(Just(vwx30000), Just(vwx310000), app(ty_Ratio, dhe)) -> new_esEs25(vwx30000, vwx310000, dhe) 18.92/7.00 new_esEs37(vwx531, vwx541, ty_Int) -> new_esEs16(vwx531, vwx541) 18.92/7.00 new_lt23(vwx91, vwx93, app(app(ty_Either, he), hf)) -> new_lt14(vwx91, vwx93, he, hf) 18.92/7.00 new_primCmpInt(Pos(Zero), Neg(Succ(vwx310000))) -> GT 18.92/7.00 new_lt7(vwx79, vwx82, ty_Float) -> new_lt4(vwx79, vwx82) 18.92/7.00 new_compare111(vwx158, vwx159, vwx160, vwx161, False, vwx163, dfg, dfh) -> new_compare112(vwx158, vwx159, vwx160, vwx161, vwx163, dfg, dfh) 18.92/7.00 new_compare18([], :(vwx31000, vwx31001), cdc) -> LT 18.92/7.00 new_primCmpInt(Neg(Succ(vwx30000)), Neg(vwx31000)) -> new_primCmpNat0(vwx31000, Succ(vwx30000)) 18.92/7.00 new_esEs28(vwx78, vwx81, ty_Integer) -> new_esEs17(vwx78, vwx81) 18.92/7.00 new_ltEs21(vwx60, vwx61, ty_Char) -> new_ltEs6(vwx60, vwx61) 18.92/7.00 new_ltEs12(Left(vwx530), Left(vwx540), app(ty_Ratio, eec), cba) -> new_ltEs13(vwx530, vwx540, eec) 18.92/7.00 new_ltEs19(vwx53, vwx54, app(ty_Maybe, ehe)) -> new_ltEs9(vwx53, vwx54, ehe) 18.92/7.00 new_esEs38(vwx530, vwx540, ty_Integer) -> new_esEs17(vwx530, vwx540) 18.92/7.00 new_esEs10(vwx3000, vwx31000, app(app(app(ty_@3, eeh), efa), efb)) -> new_esEs13(vwx3000, vwx31000, eeh, efa, efb) 18.92/7.00 new_lt20(vwx531, vwx541, ty_Int) -> new_lt13(vwx531, vwx541) 18.92/7.00 new_esEs26(vwx30000, vwx310000, app(ty_Maybe, daf)) -> new_esEs18(vwx30000, vwx310000, daf) 18.92/7.00 new_lt7(vwx79, vwx82, ty_Int) -> new_lt13(vwx79, vwx82) 18.92/7.00 new_esEs24(EQ, EQ) -> True 18.92/7.00 new_ltEs11(vwx53, vwx54) -> new_fsEs(new_compare5(vwx53, vwx54)) 18.92/7.00 new_esEs9(vwx3000, vwx31000, ty_@0) -> new_esEs14(vwx3000, vwx31000) 18.92/7.00 new_esEs39(vwx91, vwx93, app(ty_Ratio, fgb)) -> new_esEs25(vwx91, vwx93, fgb) 18.92/7.00 new_ltEs12(Left(vwx530), Left(vwx540), ty_Int, cba) -> new_ltEs11(vwx530, vwx540) 18.92/7.00 new_compare17(Float(vwx3000, Pos(vwx30010)), Float(vwx31000, Neg(vwx310010))) -> new_compare5(new_sr(vwx3000, Pos(vwx310010)), new_sr(Neg(vwx30010), vwx31000)) 18.92/7.00 new_compare17(Float(vwx3000, Neg(vwx30010)), Float(vwx31000, Pos(vwx310010))) -> new_compare5(new_sr(vwx3000, Neg(vwx310010)), new_sr(Pos(vwx30010), vwx31000)) 18.92/7.00 new_primEqInt(Pos(Succ(vwx300000)), Pos(Zero)) -> False 18.92/7.00 new_primEqInt(Pos(Zero), Pos(Succ(vwx3100000))) -> False 18.92/7.00 new_lt5(vwx78, vwx81) -> new_esEs24(new_compare11(vwx78, vwx81), LT) 18.92/7.00 new_lt6(vwx78, vwx81, app(app(app(ty_@3, cd), ce), cf)) -> new_lt8(vwx78, vwx81, cd, ce, cf) 18.92/7.00 new_esEs10(vwx3000, vwx31000, app(ty_[], eff)) -> new_esEs22(vwx3000, vwx31000, eff) 18.92/7.00 new_esEs31(vwx30001, vwx310001, app(app(ty_@2, ecf), ecg)) -> new_esEs23(vwx30001, vwx310001, ecf, ecg) 18.92/7.00 new_ltEs9(Just(vwx530), Just(vwx540), app(app(ty_@2, bhh), caa)) -> new_ltEs8(vwx530, vwx540, bhh, caa) 18.92/7.00 new_esEs15(Right(vwx30000), Right(vwx310000), eaa, app(ty_Maybe, fef)) -> new_esEs18(vwx30000, vwx310000, fef) 18.92/7.00 new_lt6(vwx78, vwx81, app(app(ty_@2, db), dc)) -> new_lt11(vwx78, vwx81, db, dc) 18.92/7.00 new_esEs4(vwx3000, vwx31000, app(app(app(ty_@3, dhf), dhg), dhh)) -> new_esEs13(vwx3000, vwx31000, dhf, dhg, dhh) 18.92/7.00 new_esEs18(Just(vwx30000), Just(vwx310000), ty_Float) -> new_esEs12(vwx30000, vwx310000) 18.92/7.00 new_esEs30(vwx30000, vwx310000, ty_Char) -> new_esEs21(vwx30000, vwx310000) 18.92/7.00 new_esEs24(GT, GT) -> True 18.92/7.00 new_ltEs19(vwx53, vwx54, app(app(app(ty_@3, bbc), bbd), bda)) -> new_ltEs5(vwx53, vwx54, bbc, bbd, bda) 18.92/7.00 new_ltEs23(vwx531, vwx541, ty_Float) -> new_ltEs17(vwx531, vwx541) 18.92/7.00 new_primCmpNat0(Zero, Zero) -> EQ 18.92/7.00 new_ltEs4(vwx80, vwx83, ty_Char) -> new_ltEs6(vwx80, vwx83) 18.92/7.00 new_esEs30(vwx30000, vwx310000, app(app(app(ty_@3, eae), eaf), eag)) -> new_esEs13(vwx30000, vwx310000, eae, eaf, eag) 18.92/7.00 new_primCompAux00(vwx20, vwx21, EQ, app(app(app(ty_@3, h), ba), bb)) -> new_compare6(vwx20, vwx21, h, ba, bb) 18.92/7.00 new_lt21(vwx530, vwx540, ty_Bool) -> new_lt5(vwx530, vwx540) 18.92/7.00 new_ltEs9(Just(vwx530), Just(vwx540), ty_@0) -> new_ltEs7(vwx530, vwx540) 18.92/7.00 new_ltEs16(GT, EQ) -> False 18.92/7.00 new_esEs5(vwx3001, vwx31001, app(ty_Maybe, chb)) -> new_esEs18(vwx3001, vwx31001, chb) 18.92/7.00 new_esEs7(vwx3000, vwx31000, app(app(ty_Either, fbh), fca)) -> new_esEs15(vwx3000, vwx31000, fbh, fca) 18.92/7.00 new_esEs39(vwx91, vwx93, ty_Float) -> new_esEs12(vwx91, vwx93) 18.92/7.00 new_lt6(vwx78, vwx81, ty_Char) -> new_lt9(vwx78, vwx81) 18.92/7.00 new_ltEs12(Right(vwx530), Right(vwx540), cbh, ty_Double) -> new_ltEs15(vwx530, vwx540) 18.92/7.00 new_ltEs22(vwx532, vwx542, ty_@0) -> new_ltEs7(vwx532, vwx542) 18.92/7.00 new_ltEs21(vwx60, vwx61, app(ty_Maybe, cee)) -> new_ltEs9(vwx60, vwx61, cee) 18.92/7.00 new_ltEs19(vwx53, vwx54, ty_Char) -> new_ltEs6(vwx53, vwx54) 18.92/7.00 new_esEs36(vwx530, vwx540, app(app(ty_@2, bec), bed)) -> new_esEs23(vwx530, vwx540, bec, bed) 18.92/7.00 new_esEs30(vwx30000, vwx310000, ty_Double) -> new_esEs19(vwx30000, vwx310000) 18.92/7.00 new_compare4(vwx300, vwx3100, app(ty_Maybe, bbb)) -> new_compare10(vwx300, vwx3100, bbb) 18.92/7.00 new_lt12(vwx78, vwx81, dd) -> new_esEs24(new_compare10(vwx78, vwx81, dd), LT) 18.92/7.00 new_fsEs(vwx170) -> new_not(new_esEs24(vwx170, GT)) 18.92/7.00 new_esEs20(False, True) -> False 18.92/7.00 new_esEs20(True, False) -> False 18.92/7.00 new_ltEs18(vwx53, vwx54, cdb) -> new_fsEs(new_compare18(vwx53, vwx54, cdb)) 18.92/7.00 new_ltEs12(Left(vwx530), Left(vwx540), app(ty_[], cbg), cba) -> new_ltEs18(vwx530, vwx540, cbg) 18.92/7.00 new_esEs32(vwx30002, vwx310002, ty_@0) -> new_esEs14(vwx30002, vwx310002) 18.92/7.00 new_compare11(False, True) -> LT 18.92/7.00 new_esEs27(vwx30001, vwx310001, ty_Int) -> new_esEs16(vwx30001, vwx310001) 18.92/7.00 new_lt23(vwx91, vwx93, app(ty_[], hg)) -> new_lt19(vwx91, vwx93, hg) 18.92/7.00 new_ltEs24(vwx92, vwx94, app(app(app(ty_@3, baa), bab), bac)) -> new_ltEs5(vwx92, vwx94, baa, bab, bac) 18.92/7.00 new_esEs38(vwx530, vwx540, ty_Ordering) -> new_esEs24(vwx530, vwx540) 18.92/7.00 new_compare6(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), ca, cb, cc) -> new_compare25(vwx3000, vwx3001, vwx3002, vwx31000, vwx31001, vwx31002, new_asAs(new_esEs4(vwx3000, vwx31000, ca), new_asAs(new_esEs5(vwx3001, vwx31001, cb), new_esEs6(vwx3002, vwx31002, cc))), ca, cb, cc) 18.92/7.00 new_ltEs24(vwx92, vwx94, ty_Double) -> new_ltEs15(vwx92, vwx94) 18.92/7.00 new_esEs37(vwx531, vwx541, ty_@0) -> new_esEs14(vwx531, vwx541) 18.92/7.00 new_ltEs16(LT, LT) -> True 18.92/7.00 new_primCompAux00(vwx20, vwx21, EQ, ty_Int) -> new_compare5(vwx20, vwx21) 18.92/7.00 new_esEs29(vwx79, vwx82, app(app(ty_@2, ff), fg)) -> new_esEs23(vwx79, vwx82, ff, fg) 18.92/7.00 new_compare16(LT, GT) -> LT 18.92/7.00 new_esEs27(vwx30001, vwx310001, ty_Float) -> new_esEs12(vwx30001, vwx310001) 18.92/7.00 new_lt20(vwx531, vwx541, ty_Float) -> new_lt4(vwx531, vwx541) 18.92/7.00 new_esEs29(vwx79, vwx82, app(ty_Ratio, dcf)) -> new_esEs25(vwx79, vwx82, dcf) 18.92/7.00 new_esEs11(vwx3000, vwx31000, app(ty_Maybe, egg)) -> new_esEs18(vwx3000, vwx31000, egg) 18.92/7.00 new_esEs33(vwx30000, vwx310000, ty_Integer) -> new_esEs17(vwx30000, vwx310000) 18.92/7.00 new_primCompAux00(vwx20, vwx21, EQ, ty_Char) -> new_compare7(vwx20, vwx21) 18.92/7.00 new_lt13(vwx78, vwx81) -> new_esEs24(new_compare5(vwx78, vwx81), LT) 18.92/7.00 new_lt7(vwx79, vwx82, ty_Ordering) -> new_lt18(vwx79, vwx82) 18.92/7.00 new_esEs7(vwx3000, vwx31000, app(ty_[], fcc)) -> new_esEs22(vwx3000, vwx31000, fcc) 18.92/7.00 new_esEs15(Left(vwx30000), Left(vwx310000), ty_Ordering, eab) -> new_esEs24(vwx30000, vwx310000) 18.92/7.00 new_esEs7(vwx3000, vwx31000, ty_Char) -> new_esEs21(vwx3000, vwx31000) 18.92/7.00 new_esEs24(LT, LT) -> True 18.92/7.00 new_esEs33(vwx30000, vwx310000, ty_Ordering) -> new_esEs24(vwx30000, vwx310000) 18.92/7.00 new_primCompAux00(vwx20, vwx21, EQ, ty_Double) -> new_compare15(vwx20, vwx21) 18.92/7.00 new_esEs9(vwx3000, vwx31000, ty_Int) -> new_esEs16(vwx3000, vwx31000) 18.92/7.00 new_ltEs21(vwx60, vwx61, ty_Integer) -> new_ltEs14(vwx60, vwx61) 18.92/7.00 new_primCmpNat0(Succ(vwx30000), Zero) -> GT 18.92/7.00 new_primCompAux00(vwx20, vwx21, EQ, app(ty_Ratio, cgd)) -> new_compare13(vwx20, vwx21, cgd) 18.92/7.00 new_esEs27(vwx30001, vwx310001, ty_@0) -> new_esEs14(vwx30001, vwx310001) 18.92/7.00 new_pePe(False, vwx169) -> vwx169 18.92/7.00 new_esEs15(Right(vwx30000), Right(vwx310000), eaa, ty_Char) -> new_esEs21(vwx30000, vwx310000) 18.92/7.00 new_esEs20(False, False) -> True 18.92/7.00 new_esEs28(vwx78, vwx81, app(ty_[], dg)) -> new_esEs22(vwx78, vwx81, dg) 18.92/7.00 new_esEs29(vwx79, vwx82, ty_Float) -> new_esEs12(vwx79, vwx82) 18.92/7.00 new_esEs38(vwx530, vwx540, app(app(ty_Either, bhb), bhc)) -> new_esEs15(vwx530, vwx540, bhb, bhc) 18.92/7.00 new_ltEs22(vwx532, vwx542, app(ty_Ratio, ffg)) -> new_ltEs13(vwx532, vwx542, ffg) 18.92/7.00 new_ltEs22(vwx532, vwx542, ty_Double) -> new_ltEs15(vwx532, vwx542) 18.92/7.00 new_lt7(vwx79, vwx82, app(app(ty_Either, ga), gb)) -> new_lt14(vwx79, vwx82, ga, gb) 18.92/7.00 new_esEs8(vwx3001, vwx31001, ty_Float) -> new_esEs12(vwx3001, vwx31001) 18.92/7.00 new_ltEs16(LT, GT) -> True 18.92/7.00 new_esEs4(vwx3000, vwx31000, ty_Char) -> new_esEs21(vwx3000, vwx31000) 18.92/7.00 new_ltEs24(vwx92, vwx94, app(ty_Ratio, fgc)) -> new_ltEs13(vwx92, vwx94, fgc) 18.92/7.00 new_ltEs4(vwx80, vwx83, app(ty_Maybe, ef)) -> new_ltEs9(vwx80, vwx83, ef) 18.92/7.00 new_ltEs16(LT, EQ) -> True 18.92/7.00 new_ltEs16(EQ, LT) -> False 18.92/7.00 new_esEs21(Char(vwx30000), Char(vwx310000)) -> new_primEqNat0(vwx30000, vwx310000) 18.92/7.00 new_esEs28(vwx78, vwx81, app(app(app(ty_@3, cd), ce), cf)) -> new_esEs13(vwx78, vwx81, cd, ce, cf) 18.92/7.00 new_esEs5(vwx3001, vwx31001, ty_Bool) -> new_esEs20(vwx3001, vwx31001) 18.92/7.00 new_primEqInt(Pos(Zero), Neg(Succ(vwx3100000))) -> False 18.92/7.00 new_primEqInt(Neg(Zero), Pos(Succ(vwx3100000))) -> False 18.92/7.00 new_esEs7(vwx3000, vwx31000, ty_Double) -> new_esEs19(vwx3000, vwx31000) 18.92/7.00 new_compare4(vwx300, vwx3100, ty_Float) -> new_compare17(vwx300, vwx3100) 18.92/7.00 new_lt22(vwx530, vwx540, app(app(ty_@2, bgg), bgh)) -> new_lt11(vwx530, vwx540, bgg, bgh) 18.92/7.00 new_esEs26(vwx30000, vwx310000, ty_Bool) -> new_esEs20(vwx30000, vwx310000) 18.92/7.00 new_compare12(Right(vwx3000), Left(vwx31000), cde, cdf) -> GT 18.92/7.00 new_compare11(True, True) -> EQ 18.92/7.00 new_compare26(vwx60, vwx61, False, ffc, ceb) -> new_compare114(vwx60, vwx61, new_ltEs21(vwx60, vwx61, ffc), ffc, ceb) 18.92/7.00 new_lt23(vwx91, vwx93, ty_Integer) -> new_lt16(vwx91, vwx93) 18.92/7.00 new_compare111(vwx158, vwx159, vwx160, vwx161, True, vwx163, dfg, dfh) -> new_compare112(vwx158, vwx159, vwx160, vwx161, True, dfg, dfh) 18.92/7.00 new_esEs4(vwx3000, vwx31000, app(app(ty_Either, eaa), eab)) -> new_esEs15(vwx3000, vwx31000, eaa, eab) 18.92/7.00 new_ltEs16(GT, LT) -> False 18.92/7.00 new_ltEs12(Left(vwx530), Left(vwx540), app(app(ty_Either, cbe), cbf), cba) -> new_ltEs12(vwx530, vwx540, cbe, cbf) 18.92/7.00 new_esEs34(vwx30000, vwx310000, ty_Int) -> new_esEs16(vwx30000, vwx310000) 18.92/7.00 new_compare16(EQ, EQ) -> EQ 18.92/7.00 new_lt22(vwx530, vwx540, ty_@0) -> new_lt10(vwx530, vwx540) 18.92/7.00 new_compare12(Right(vwx3000), Right(vwx31000), cde, cdf) -> new_compare27(vwx3000, vwx31000, new_esEs11(vwx3000, vwx31000, cdf), cde, cdf) 18.92/7.00 new_ltEs12(Right(vwx530), Right(vwx540), cbh, app(app(app(ty_@3, cca), ccb), ccc)) -> new_ltEs5(vwx530, vwx540, cca, ccb, ccc) 18.92/7.00 new_compare114(vwx121, vwx122, False, eef, eeg) -> GT 18.92/7.00 new_esEs27(vwx30001, vwx310001, app(ty_Ratio, dcd)) -> new_esEs25(vwx30001, vwx310001, dcd) 18.92/7.00 new_esEs38(vwx530, vwx540, app(ty_[], bhd)) -> new_esEs22(vwx530, vwx540, bhd) 18.92/7.00 new_compare5(vwx300, vwx3100) -> new_primCmpInt(vwx300, vwx3100) 18.92/7.00 new_esEs23(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), chg, chh) -> new_asAs(new_esEs26(vwx30000, vwx310000, chg), new_esEs27(vwx30001, vwx310001, chh)) 18.92/7.00 new_esEs6(vwx3002, vwx31002, ty_@0) -> new_esEs14(vwx3002, vwx31002) 18.92/7.00 new_esEs38(vwx530, vwx540, ty_Char) -> new_esEs21(vwx530, vwx540) 18.92/7.00 new_esEs28(vwx78, vwx81, ty_Bool) -> new_esEs20(vwx78, vwx81) 18.92/7.00 new_ltEs12(Right(vwx530), Right(vwx540), cbh, app(app(ty_@2, ccd), cce)) -> new_ltEs8(vwx530, vwx540, ccd, cce) 18.92/7.00 new_primPlusNat0(Zero, vwx3100100) -> Succ(vwx3100100) 18.92/7.00 new_ltEs19(vwx53, vwx54, app(ty_[], cdb)) -> new_ltEs18(vwx53, vwx54, cdb) 18.92/7.00 new_ltEs20(vwx67, vwx68, ty_@0) -> new_ltEs7(vwx67, vwx68) 18.92/7.00 new_esEs8(vwx3001, vwx31001, app(ty_Maybe, deg)) -> new_esEs18(vwx3001, vwx31001, deg) 18.92/7.00 new_esEs18(Just(vwx30000), Just(vwx310000), app(app(ty_@2, dhc), dhd)) -> new_esEs23(vwx30000, vwx310000, dhc, dhd) 18.92/7.00 new_esEs29(vwx79, vwx82, app(ty_Maybe, fh)) -> new_esEs18(vwx79, vwx82, fh) 18.92/7.00 new_esEs32(vwx30002, vwx310002, ty_Double) -> new_esEs19(vwx30002, vwx310002) 18.92/7.00 new_esEs15(Left(vwx30000), Left(vwx310000), app(ty_[], fde), eab) -> new_esEs22(vwx30000, vwx310000, fde) 18.92/7.00 new_esEs11(vwx3000, vwx31000, app(app(ty_@2, eha), ehb)) -> new_esEs23(vwx3000, vwx31000, eha, ehb) 18.92/7.00 new_esEs15(Left(vwx30000), Left(vwx310000), app(app(app(ty_@3, fcg), fch), fda), eab) -> new_esEs13(vwx30000, vwx310000, fcg, fch, fda) 18.92/7.00 new_esEs15(Right(vwx30000), Right(vwx310000), eaa, ty_@0) -> new_esEs14(vwx30000, vwx310000) 18.92/7.00 new_esEs31(vwx30001, vwx310001, app(ty_Maybe, ecd)) -> new_esEs18(vwx30001, vwx310001, ecd) 18.92/7.00 new_esEs16(vwx3000, vwx31000) -> new_primEqInt(vwx3000, vwx31000) 18.92/7.00 new_ltEs16(EQ, GT) -> True 18.92/7.00 new_esEs38(vwx530, vwx540, ty_Bool) -> new_esEs20(vwx530, vwx540) 18.92/7.00 new_esEs5(vwx3001, vwx31001, ty_Integer) -> new_esEs17(vwx3001, vwx31001) 18.92/7.00 new_ltEs16(EQ, EQ) -> True 18.92/7.00 new_ltEs19(vwx53, vwx54, ty_Integer) -> new_ltEs14(vwx53, vwx54) 18.92/7.00 new_esEs30(vwx30000, vwx310000, app(ty_[], ebc)) -> new_esEs22(vwx30000, vwx310000, ebc) 18.92/7.00 new_ltEs4(vwx80, vwx83, ty_Integer) -> new_ltEs14(vwx80, vwx83) 18.92/7.00 new_esEs4(vwx3000, vwx31000, app(ty_[], eac)) -> new_esEs22(vwx3000, vwx31000, eac) 18.92/7.00 new_esEs37(vwx531, vwx541, app(ty_Ratio, fff)) -> new_esEs25(vwx531, vwx541, fff) 18.92/7.00 new_esEs38(vwx530, vwx540, app(app(app(ty_@3, bgc), bgd), bge)) -> new_esEs13(vwx530, vwx540, bgc, bgd, bge) 18.92/7.00 new_esEs8(vwx3001, vwx31001, app(app(ty_@2, dfa), dfb)) -> new_esEs23(vwx3001, vwx31001, dfa, dfb) 18.92/7.00 new_esEs28(vwx78, vwx81, app(app(ty_Either, de), df)) -> new_esEs15(vwx78, vwx81, de, df) 18.92/7.00 new_esEs31(vwx30001, vwx310001, ty_Float) -> new_esEs12(vwx30001, vwx310001) 18.92/7.00 new_esEs30(vwx30000, vwx310000, ty_Ordering) -> new_esEs24(vwx30000, vwx310000) 18.92/7.00 new_esEs30(vwx30000, vwx310000, ty_@0) -> new_esEs14(vwx30000, vwx310000) 18.92/7.00 new_esEs7(vwx3000, vwx31000, ty_Integer) -> new_esEs17(vwx3000, vwx31000) 18.92/7.00 new_esEs37(vwx531, vwx541, app(app(app(ty_@3, bcf), bcg), bch)) -> new_esEs13(vwx531, vwx541, bcf, bcg, bch) 18.92/7.00 new_esEs4(vwx3000, vwx31000, ty_@0) -> new_esEs14(vwx3000, vwx31000) 18.92/7.00 new_esEs30(vwx30000, vwx310000, ty_Integer) -> new_esEs17(vwx30000, vwx310000) 18.92/7.00 new_ltEs4(vwx80, vwx83, app(app(ty_Either, eg), eh)) -> new_ltEs12(vwx80, vwx83, eg, eh) 18.92/7.00 new_esEs22(:(vwx30000, vwx30001), [], eac) -> False 18.92/7.00 new_esEs22([], :(vwx310000, vwx310001), eac) -> False 18.92/7.00 new_ltEs12(Left(vwx530), Left(vwx540), ty_Ordering, cba) -> new_ltEs16(vwx530, vwx540) 18.92/7.00 new_ltEs20(vwx67, vwx68, ty_Ordering) -> new_ltEs16(vwx67, vwx68) 18.92/7.00 new_ltEs21(vwx60, vwx61, app(ty_[], ceh)) -> new_ltEs18(vwx60, vwx61, ceh) 18.92/7.00 new_ltEs23(vwx531, vwx541, ty_Int) -> new_ltEs11(vwx531, vwx541) 18.92/7.00 new_esEs18(Nothing, Nothing, dgc) -> True 18.92/7.00 new_lt6(vwx78, vwx81, ty_@0) -> new_lt10(vwx78, vwx81) 18.92/7.00 new_ltEs20(vwx67, vwx68, app(app(ty_@2, cfe), cff)) -> new_ltEs8(vwx67, vwx68, cfe, cff) 18.92/7.00 new_primMulInt(Neg(vwx30000), Neg(vwx310010)) -> Pos(new_primMulNat0(vwx30000, vwx310010)) 18.92/7.00 new_primCmpInt(Pos(Zero), Pos(Succ(vwx310000))) -> new_primCmpNat0(Zero, Succ(vwx310000)) 18.92/7.00 new_esEs18(Nothing, Just(vwx310000), dgc) -> False 18.92/7.00 new_esEs18(Just(vwx30000), Nothing, dgc) -> False 18.92/7.00 new_esEs33(vwx30000, vwx310000, app(app(ty_@2, fbb), fbc)) -> new_esEs23(vwx30000, vwx310000, fbb, fbc) 18.92/7.00 new_esEs6(vwx3002, vwx31002, ty_Float) -> new_esEs12(vwx3002, vwx31002) 18.92/7.00 new_lt21(vwx530, vwx540, app(ty_Maybe, bee)) -> new_lt12(vwx530, vwx540, bee) 18.92/7.00 new_esEs15(Left(vwx30000), Left(vwx310000), ty_Double, eab) -> new_esEs19(vwx30000, vwx310000) 18.92/7.00 new_esEs28(vwx78, vwx81, ty_Char) -> new_esEs21(vwx78, vwx81) 18.92/7.00 new_compare115(vwx114, vwx115, True, ehd) -> LT 18.92/7.00 new_esEs15(Left(vwx30000), Left(vwx310000), app(app(ty_@2, fdf), fdg), eab) -> new_esEs23(vwx30000, vwx310000, fdf, fdg) 18.92/7.00 new_ltEs12(Left(vwx530), Left(vwx540), ty_@0, cba) -> new_ltEs7(vwx530, vwx540) 18.92/7.00 new_esEs9(vwx3000, vwx31000, ty_Double) -> new_esEs19(vwx3000, vwx31000) 18.92/7.00 new_esEs26(vwx30000, vwx310000, app(ty_Ratio, dbb)) -> new_esEs25(vwx30000, vwx310000, dbb) 18.92/7.00 new_compare113(vwx131, vwx132, True, dga, dgb) -> LT 18.92/7.00 new_esEs7(vwx3000, vwx31000, ty_@0) -> new_esEs14(vwx3000, vwx31000) 18.92/7.00 new_ltEs9(Just(vwx530), Just(vwx540), app(app(app(ty_@3, bhe), bhf), bhg)) -> new_ltEs5(vwx530, vwx540, bhe, bhf, bhg) 18.92/7.00 new_ltEs5(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), bbc, bbd, bda) -> new_pePe(new_lt21(vwx530, vwx540, bbc), new_asAs(new_esEs36(vwx530, vwx540, bbc), new_pePe(new_lt20(vwx531, vwx541, bbd), new_asAs(new_esEs37(vwx531, vwx541, bbd), new_ltEs22(vwx532, vwx542, bda))))) 18.92/7.00 new_ltEs6(vwx53, vwx54) -> new_fsEs(new_compare7(vwx53, vwx54)) 18.92/7.00 new_primMulInt(Pos(vwx30000), Neg(vwx310010)) -> Neg(new_primMulNat0(vwx30000, vwx310010)) 18.92/7.00 new_primMulInt(Neg(vwx30000), Pos(vwx310010)) -> Neg(new_primMulNat0(vwx30000, vwx310010)) 18.92/7.00 new_ltEs12(Right(vwx530), Right(vwx540), cbh, app(app(ty_Either, ccg), cch)) -> new_ltEs12(vwx530, vwx540, ccg, cch) 18.92/7.00 new_lt21(vwx530, vwx540, app(app(ty_@2, bec), bed)) -> new_lt11(vwx530, vwx540, bec, bed) 18.92/7.00 new_esEs28(vwx78, vwx81, app(ty_Maybe, dd)) -> new_esEs18(vwx78, vwx81, dd) 18.92/7.00 new_ltEs12(Right(vwx530), Left(vwx540), cbh, cba) -> False 18.92/7.00 new_esEs6(vwx3002, vwx31002, ty_Double) -> new_esEs19(vwx3002, vwx31002) 18.92/7.00 new_esEs15(Right(vwx30000), Right(vwx310000), eaa, app(ty_Ratio, ffb)) -> new_esEs25(vwx30000, vwx310000, ffb) 18.92/7.00 new_ltEs12(Left(vwx530), Left(vwx540), ty_Float, cba) -> new_ltEs17(vwx530, vwx540) 18.92/7.00 new_esEs9(vwx3000, vwx31000, ty_Ordering) -> new_esEs24(vwx3000, vwx31000) 18.92/7.00 new_primCompAux00(vwx20, vwx21, EQ, app(ty_[], bh)) -> new_compare18(vwx20, vwx21, bh) 18.92/7.00 new_esEs8(vwx3001, vwx31001, ty_Int) -> new_esEs16(vwx3001, vwx31001) 18.92/7.00 new_ltEs22(vwx532, vwx542, app(app(app(ty_@3, bbe), bbf), bbg)) -> new_ltEs5(vwx532, vwx542, bbe, bbf, bbg) 18.92/7.00 new_lt21(vwx530, vwx540, app(ty_[], beh)) -> new_lt19(vwx530, vwx540, beh) 18.92/7.00 new_esEs8(vwx3001, vwx31001, ty_Bool) -> new_esEs20(vwx3001, vwx31001) 18.92/7.00 new_ltEs23(vwx531, vwx541, ty_Ordering) -> new_ltEs16(vwx531, vwx541) 18.92/7.00 new_compare110(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, False, dfd, dfe, dff) -> GT 18.92/7.00 new_sr0(Integer(vwx30000), Integer(vwx310010)) -> Integer(new_primMulInt(vwx30000, vwx310010)) 18.92/7.00 new_ltEs20(vwx67, vwx68, ty_Integer) -> new_ltEs14(vwx67, vwx68) 18.92/7.00 new_esEs28(vwx78, vwx81, ty_@0) -> new_esEs14(vwx78, vwx81) 18.92/7.00 new_esEs6(vwx3002, vwx31002, app(app(app(ty_@3, dch), dda), ddb)) -> new_esEs13(vwx3002, vwx31002, dch, dda, ddb) 18.92/7.00 new_ltEs21(vwx60, vwx61, app(ty_Ratio, ffd)) -> new_ltEs13(vwx60, vwx61, ffd) 18.92/7.00 new_esEs9(vwx3000, vwx31000, ty_Float) -> new_esEs12(vwx3000, vwx31000) 18.92/7.00 new_ltEs21(vwx60, vwx61, ty_Bool) -> new_ltEs10(vwx60, vwx61) 18.92/7.00 new_ltEs9(Nothing, Just(vwx540), ehe) -> True 18.92/7.00 new_compare4(vwx300, vwx3100, app(ty_Ratio, eee)) -> new_compare13(vwx300, vwx3100, eee) 18.92/7.00 new_ltEs21(vwx60, vwx61, app(app(ty_Either, cef), ceg)) -> new_ltEs12(vwx60, vwx61, cef, ceg) 18.92/7.00 new_asAs(True, vwx109) -> vwx109 18.92/7.00 new_esEs4(vwx3000, vwx31000, ty_Bool) -> new_esEs20(vwx3000, vwx31000) 18.92/7.00 new_ltEs22(vwx532, vwx542, ty_Int) -> new_ltEs11(vwx532, vwx542) 18.92/7.00 new_lt7(vwx79, vwx82, app(ty_Maybe, fh)) -> new_lt12(vwx79, vwx82, fh) 18.92/7.00 new_esEs26(vwx30000, vwx310000, ty_Ordering) -> new_esEs24(vwx30000, vwx310000) 18.92/7.00 new_ltEs12(Right(vwx530), Right(vwx540), cbh, ty_Int) -> new_ltEs11(vwx530, vwx540) 18.92/7.00 new_ltEs23(vwx531, vwx541, ty_Char) -> new_ltEs6(vwx531, vwx541) 18.92/7.00 new_esEs26(vwx30000, vwx310000, ty_Integer) -> new_esEs17(vwx30000, vwx310000) 18.92/7.00 new_ltEs19(vwx53, vwx54, ty_Double) -> new_ltEs15(vwx53, vwx54) 18.92/7.00 new_ltEs9(Just(vwx530), Just(vwx540), ty_Int) -> new_ltEs11(vwx530, vwx540) 18.92/7.00 new_esEs33(vwx30000, vwx310000, app(ty_[], fba)) -> new_esEs22(vwx30000, vwx310000, fba) 18.92/7.00 new_lt22(vwx530, vwx540, ty_Int) -> new_lt13(vwx530, vwx540) 18.92/7.00 new_ltEs23(vwx531, vwx541, app(ty_Maybe, bfg)) -> new_ltEs9(vwx531, vwx541, bfg) 18.92/7.00 new_esEs9(vwx3000, vwx31000, app(ty_Ratio, fhe)) -> new_esEs25(vwx3000, vwx31000, fhe) 18.92/7.00 new_esEs27(vwx30001, vwx310001, app(app(ty_Either, dbf), dbg)) -> new_esEs15(vwx30001, vwx310001, dbf, dbg) 18.92/7.00 new_sr(vwx3000, vwx31001) -> new_primMulInt(vwx3000, vwx31001) 18.92/7.00 new_ltEs16(GT, GT) -> True 18.92/7.00 new_compare10(Nothing, Nothing, bbb) -> EQ 18.92/7.00 new_primMulNat0(Zero, Zero) -> Zero 18.92/7.00 new_ltEs10(True, True) -> True 18.92/7.00 new_esEs4(vwx3000, vwx31000, ty_Int) -> new_esEs16(vwx3000, vwx31000) 18.92/7.00 new_ltEs4(vwx80, vwx83, app(app(app(ty_@3, ea), eb), ec)) -> new_ltEs5(vwx80, vwx83, ea, eb, ec) 18.92/7.00 new_compare17(Float(vwx3000, Neg(vwx30010)), Float(vwx31000, Neg(vwx310010))) -> new_compare5(new_sr(vwx3000, Neg(vwx310010)), new_sr(Neg(vwx30010), vwx31000)) 18.92/7.00 new_lt23(vwx91, vwx93, app(ty_Maybe, hd)) -> new_lt12(vwx91, vwx93, hd) 18.92/7.00 new_ltEs22(vwx532, vwx542, app(ty_Maybe, bcb)) -> new_ltEs9(vwx532, vwx542, bcb) 18.92/7.00 new_esEs37(vwx531, vwx541, ty_Double) -> new_esEs19(vwx531, vwx541) 18.92/7.00 new_esEs26(vwx30000, vwx310000, app(app(ty_Either, dad), dae)) -> new_esEs15(vwx30000, vwx310000, dad, dae) 18.92/7.00 new_ltEs19(vwx53, vwx54, app(ty_Ratio, ehh)) -> new_ltEs13(vwx53, vwx54, ehh) 18.92/7.00 new_esEs26(vwx30000, vwx310000, ty_Char) -> new_esEs21(vwx30000, vwx310000) 18.92/7.00 new_compare4(vwx300, vwx3100, app(ty_[], cdc)) -> new_compare18(vwx300, vwx3100, cdc) 18.92/7.00 new_lt20(vwx531, vwx541, app(ty_Ratio, fff)) -> new_lt15(vwx531, vwx541, fff) 18.92/7.00 new_ltEs4(vwx80, vwx83, ty_Bool) -> new_ltEs10(vwx80, vwx83) 18.92/7.00 new_ltEs19(vwx53, vwx54, app(app(ty_Either, cbh), cba)) -> new_ltEs12(vwx53, vwx54, cbh, cba) 18.92/7.00 new_esEs26(vwx30000, vwx310000, ty_Float) -> new_esEs12(vwx30000, vwx310000) 18.92/7.00 new_esEs24(EQ, GT) -> False 18.92/7.00 new_esEs24(GT, EQ) -> False 18.92/7.00 new_compare16(EQ, GT) -> LT 18.92/7.00 new_esEs37(vwx531, vwx541, app(ty_[], bdg)) -> new_esEs22(vwx531, vwx541, bdg) 18.92/7.00 new_esEs32(vwx30002, vwx310002, app(ty_[], edg)) -> new_esEs22(vwx30002, vwx310002, edg) 18.92/7.00 new_esEs5(vwx3001, vwx31001, app(app(app(ty_@3, cge), cgf), cgg)) -> new_esEs13(vwx3001, vwx31001, cge, cgf, cgg) 18.92/7.00 new_compare4(vwx300, vwx3100, ty_Double) -> new_compare15(vwx300, vwx3100) 18.92/7.00 new_esEs6(vwx3002, vwx31002, app(app(ty_@2, ddg), ddh)) -> new_esEs23(vwx3002, vwx31002, ddg, ddh) 18.92/7.00 new_primEqInt(Neg(Succ(vwx300000)), Neg(Zero)) -> False 18.92/7.00 new_primEqInt(Neg(Zero), Neg(Succ(vwx3100000))) -> False 18.92/7.00 new_ltEs4(vwx80, vwx83, app(ty_[], fa)) -> new_ltEs18(vwx80, vwx83, fa) 18.92/7.00 new_ltEs20(vwx67, vwx68, app(app(ty_Either, cfh), cga)) -> new_ltEs12(vwx67, vwx68, cfh, cga) 18.92/7.00 new_ltEs20(vwx67, vwx68, app(ty_Ratio, fab)) -> new_ltEs13(vwx67, vwx68, fab) 18.92/7.00 new_primEqInt(Pos(Succ(vwx300000)), Pos(Succ(vwx3100000))) -> new_primEqNat0(vwx300000, vwx3100000) 18.92/7.00 new_esEs39(vwx91, vwx93, ty_Int) -> new_esEs16(vwx91, vwx93) 18.92/7.00 new_ltEs24(vwx92, vwx94, ty_Char) -> new_ltEs6(vwx92, vwx94) 18.92/7.00 new_esEs15(Right(vwx30000), Right(vwx310000), eaa, ty_Int) -> new_esEs16(vwx30000, vwx310000) 18.92/7.00 new_ltEs4(vwx80, vwx83, ty_Double) -> new_ltEs15(vwx80, vwx83) 18.92/7.00 new_primEqInt(Pos(Succ(vwx300000)), Neg(vwx310000)) -> False 18.92/7.00 new_primEqInt(Neg(Succ(vwx300000)), Pos(vwx310000)) -> False 18.92/7.00 new_lt20(vwx531, vwx541, app(app(ty_@2, bdb), bdc)) -> new_lt11(vwx531, vwx541, bdb, bdc) 18.92/7.00 new_lt21(vwx530, vwx540, app(ty_Ratio, ffe)) -> new_lt15(vwx530, vwx540, ffe) 18.92/7.00 new_primCmpInt(Neg(Zero), Neg(Succ(vwx310000))) -> new_primCmpNat0(Succ(vwx310000), Zero) 18.92/7.00 new_esEs13(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), dhf, dhg, dhh) -> new_asAs(new_esEs30(vwx30000, vwx310000, dhf), new_asAs(new_esEs31(vwx30001, vwx310001, dhg), new_esEs32(vwx30002, vwx310002, dhh))) 18.92/7.00 new_esEs9(vwx3000, vwx31000, ty_Integer) -> new_esEs17(vwx3000, vwx31000) 18.92/7.00 new_esEs5(vwx3001, vwx31001, app(ty_Ratio, chf)) -> new_esEs25(vwx3001, vwx31001, chf) 18.92/7.00 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 18.92/7.00 new_ltEs22(vwx532, vwx542, ty_Ordering) -> new_ltEs16(vwx532, vwx542) 18.92/7.00 new_lt20(vwx531, vwx541, app(ty_[], bdg)) -> new_lt19(vwx531, vwx541, bdg) 18.92/7.00 new_lt7(vwx79, vwx82, ty_Double) -> new_lt17(vwx79, vwx82) 18.92/7.00 new_ltEs22(vwx532, vwx542, ty_Char) -> new_ltEs6(vwx532, vwx542) 18.92/7.00 new_lt7(vwx79, vwx82, app(ty_Ratio, dcf)) -> new_lt15(vwx79, vwx82, dcf) 18.92/7.00 new_primCompAux00(vwx20, vwx21, LT, cgc) -> LT 18.92/7.00 new_esEs7(vwx3000, vwx31000, ty_Bool) -> new_esEs20(vwx3000, vwx31000) 18.92/7.00 new_esEs7(vwx3000, vwx31000, app(app(app(ty_@3, fbe), fbf), fbg)) -> new_esEs13(vwx3000, vwx31000, fbe, fbf, fbg) 18.92/7.00 new_esEs39(vwx91, vwx93, app(app(ty_@2, hb), hc)) -> new_esEs23(vwx91, vwx93, hb, hc) 18.92/7.00 new_ltEs24(vwx92, vwx94, app(app(ty_Either, bag), bah)) -> new_ltEs12(vwx92, vwx94, bag, bah) 18.92/7.00 new_esEs6(vwx3002, vwx31002, app(ty_Ratio, dea)) -> new_esEs25(vwx3002, vwx31002, dea) 18.92/7.00 new_lt21(vwx530, vwx540, ty_Int) -> new_lt13(vwx530, vwx540) 18.92/7.00 new_esEs11(vwx3000, vwx31000, app(ty_[], egh)) -> new_esEs22(vwx3000, vwx31000, egh) 18.92/7.00 new_lt23(vwx91, vwx93, ty_Int) -> new_lt13(vwx91, vwx93) 18.92/7.00 new_not(False) -> True 18.92/7.00 new_lt6(vwx78, vwx81, ty_Int) -> new_lt13(vwx78, vwx81) 18.92/7.00 new_ltEs9(Just(vwx530), Just(vwx540), ty_Double) -> new_ltEs15(vwx530, vwx540) 18.92/7.00 new_esEs36(vwx530, vwx540, app(ty_[], beh)) -> new_esEs22(vwx530, vwx540, beh) 18.92/7.00 new_ltEs22(vwx532, vwx542, app(app(ty_Either, bcc), bcd)) -> new_ltEs12(vwx532, vwx542, bcc, bcd) 18.92/7.00 new_ltEs22(vwx532, vwx542, ty_Bool) -> new_ltEs10(vwx532, vwx542) 18.92/7.00 new_esEs8(vwx3001, vwx31001, ty_@0) -> new_esEs14(vwx3001, vwx31001) 18.92/7.00 new_lt22(vwx530, vwx540, ty_Double) -> new_lt17(vwx530, vwx540) 18.92/7.00 new_ltEs23(vwx531, vwx541, app(app(app(ty_@3, bfb), bfc), bfd)) -> new_ltEs5(vwx531, vwx541, bfb, bfc, bfd) 18.92/7.00 new_esEs5(vwx3001, vwx31001, app(app(ty_@2, chd), che)) -> new_esEs23(vwx3001, vwx31001, chd, che) 18.92/7.00 new_esEs7(vwx3000, vwx31000, ty_Int) -> new_esEs16(vwx3000, vwx31000) 18.92/7.00 new_esEs27(vwx30001, vwx310001, app(ty_Maybe, dbh)) -> new_esEs18(vwx30001, vwx310001, dbh) 18.92/7.00 new_ltEs24(vwx92, vwx94, ty_Ordering) -> new_ltEs16(vwx92, vwx94) 18.92/7.00 new_ltEs23(vwx531, vwx541, ty_@0) -> new_ltEs7(vwx531, vwx541) 18.92/7.00 new_compare28(vwx53, vwx54, False, ehg) -> new_compare115(vwx53, vwx54, new_ltEs19(vwx53, vwx54, ehg), ehg) 18.92/7.00 new_lt11(vwx78, vwx81, db, dc) -> new_esEs24(new_compare9(vwx78, vwx81, db, dc), LT) 18.92/7.00 new_ltEs23(vwx531, vwx541, ty_Integer) -> new_ltEs14(vwx531, vwx541) 18.92/7.00 new_lt22(vwx530, vwx540, app(ty_Ratio, ffh)) -> new_lt15(vwx530, vwx540, ffh) 18.92/7.00 new_esEs9(vwx3000, vwx31000, app(app(ty_Either, fgg), fgh)) -> new_esEs15(vwx3000, vwx31000, fgg, fgh) 18.92/7.00 new_esEs9(vwx3000, vwx31000, app(app(app(ty_@3, fgd), fge), fgf)) -> new_esEs13(vwx3000, vwx31000, fgd, fge, fgf) 18.92/7.00 new_ltEs20(vwx67, vwx68, ty_Char) -> new_ltEs6(vwx67, vwx68) 18.92/7.00 new_esEs37(vwx531, vwx541, app(app(ty_@2, bdb), bdc)) -> new_esEs23(vwx531, vwx541, bdb, bdc) 18.92/7.00 new_lt7(vwx79, vwx82, app(ty_[], gc)) -> new_lt19(vwx79, vwx82, gc) 18.92/7.00 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 18.92/7.00 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 18.92/7.00 new_lt20(vwx531, vwx541, ty_Double) -> new_lt17(vwx531, vwx541) 18.92/7.00 new_ltEs9(Just(vwx530), Just(vwx540), app(ty_Ratio, ehf)) -> new_ltEs13(vwx530, vwx540, ehf) 18.92/7.00 new_esEs5(vwx3001, vwx31001, ty_Int) -> new_esEs16(vwx3001, vwx31001) 18.92/7.00 new_esEs5(vwx3001, vwx31001, ty_Double) -> new_esEs19(vwx3001, vwx31001) 18.92/7.00 new_lt22(vwx530, vwx540, app(ty_[], bhd)) -> new_lt19(vwx530, vwx540, bhd) 18.92/7.00 new_esEs38(vwx530, vwx540, ty_Double) -> new_esEs19(vwx530, vwx540) 18.92/7.00 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 18.92/7.00 new_primMulNat0(Succ(vwx300000), Succ(vwx3100100)) -> new_primPlusNat0(new_primMulNat0(vwx300000, Succ(vwx3100100)), vwx3100100) 18.92/7.00 new_esEs15(Right(vwx30000), Right(vwx310000), eaa, ty_Double) -> new_esEs19(vwx30000, vwx310000) 18.92/7.00 new_compare7(Char(vwx3000), Char(vwx31000)) -> new_primCmpNat0(vwx3000, vwx31000) 18.92/7.00 new_esEs15(Right(vwx30000), Right(vwx310000), eaa, app(app(ty_Either, fed), fee)) -> new_esEs15(vwx30000, vwx310000, fed, fee) 18.92/7.00 new_esEs15(Right(vwx30000), Right(vwx310000), eaa, app(app(app(ty_@3, fea), feb), fec)) -> new_esEs13(vwx30000, vwx310000, fea, feb, fec) 18.92/7.00 new_ltEs4(vwx80, vwx83, app(ty_Ratio, dcg)) -> new_ltEs13(vwx80, vwx83, dcg) 18.92/7.00 new_ltEs4(vwx80, vwx83, ty_Int) -> new_ltEs11(vwx80, vwx83) 18.92/7.00 new_compare29(vwx91, vwx92, vwx93, vwx94, True, hh, ha) -> EQ 18.92/7.00 new_ltEs12(Left(vwx530), Left(vwx540), app(ty_Maybe, cbd), cba) -> new_ltEs9(vwx530, vwx540, cbd) 18.92/7.00 new_compare11(False, False) -> EQ 18.92/7.00 new_ltEs24(vwx92, vwx94, ty_Integer) -> new_ltEs14(vwx92, vwx94) 18.92/7.00 new_lt6(vwx78, vwx81, app(ty_[], dg)) -> new_lt19(vwx78, vwx81, dg) 18.92/7.00 new_esEs9(vwx3000, vwx31000, ty_Char) -> new_esEs21(vwx3000, vwx31000) 18.92/7.00 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 18.92/7.00 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 18.92/7.00 new_compare8(@0, @0) -> EQ 18.92/7.00 new_lt10(vwx78, vwx81) -> new_esEs24(new_compare8(vwx78, vwx81), LT) 18.92/7.00 new_compare18([], [], cdc) -> EQ 18.92/7.00 new_esEs4(vwx3000, vwx31000, ty_Double) -> new_esEs19(vwx3000, vwx31000) 18.92/7.00 new_ltEs8(@2(vwx530, vwx531), @2(vwx540, vwx541), bfa, bgf) -> new_pePe(new_lt22(vwx530, vwx540, bfa), new_asAs(new_esEs38(vwx530, vwx540, bfa), new_ltEs23(vwx531, vwx541, bgf))) 18.92/7.00 new_esEs9(vwx3000, vwx31000, ty_Bool) -> new_esEs20(vwx3000, vwx31000) 18.92/7.00 new_ltEs9(Just(vwx530), Just(vwx540), app(ty_[], cae)) -> new_ltEs18(vwx530, vwx540, cae) 18.92/7.00 new_primEqNat0(Zero, Zero) -> True 18.92/7.00 new_ltEs9(Just(vwx530), Nothing, ehe) -> False 18.92/7.00 new_ltEs9(Nothing, Nothing, ehe) -> True 18.92/7.00 new_ltEs19(vwx53, vwx54, ty_Bool) -> new_ltEs10(vwx53, vwx54) 18.92/7.00 new_lt21(vwx530, vwx540, ty_Double) -> new_lt17(vwx530, vwx540) 18.92/7.00 new_esEs6(vwx3002, vwx31002, ty_Int) -> new_esEs16(vwx3002, vwx31002) 18.92/7.00 new_asAs(False, vwx109) -> False 18.92/7.00 new_esEs8(vwx3001, vwx31001, app(ty_Ratio, dfc)) -> new_esEs25(vwx3001, vwx31001, dfc) 18.92/7.00 new_ltEs24(vwx92, vwx94, app(ty_Maybe, baf)) -> new_ltEs9(vwx92, vwx94, baf) 18.92/7.00 new_esEs38(vwx530, vwx540, app(app(ty_@2, bgg), bgh)) -> new_esEs23(vwx530, vwx540, bgg, bgh) 18.92/7.00 new_esEs39(vwx91, vwx93, ty_Double) -> new_esEs19(vwx91, vwx93) 18.92/7.00 new_lt6(vwx78, vwx81, ty_Double) -> new_lt17(vwx78, vwx81) 18.92/7.00 new_esEs18(Just(vwx30000), Just(vwx310000), app(ty_[], dhb)) -> new_esEs22(vwx30000, vwx310000, dhb) 18.92/7.00 new_ltEs20(vwx67, vwx68, ty_Bool) -> new_ltEs10(vwx67, vwx68) 18.92/7.00 new_ltEs24(vwx92, vwx94, ty_@0) -> new_ltEs7(vwx92, vwx94) 18.92/7.00 new_esEs8(vwx3001, vwx31001, app(app(app(ty_@3, deb), dec), ded)) -> new_esEs13(vwx3001, vwx31001, deb, dec, ded) 18.92/7.00 new_compare16(GT, EQ) -> GT 18.92/7.00 new_ltEs21(vwx60, vwx61, app(app(app(ty_@3, cdg), cdh), cea)) -> new_ltEs5(vwx60, vwx61, cdg, cdh, cea) 18.92/7.00 18.92/7.00 The set Q consists of the following terms: 18.92/7.00 18.92/7.00 new_ltEs9(Just(x0), Just(x1), ty_Int) 18.92/7.00 new_esEs11(x0, x1, app(ty_Maybe, x2)) 18.92/7.00 new_compare19(x0, x1, x2, x3, x4, x5, True, x6, x7, x8, x9) 18.92/7.00 new_esEs18(Just(x0), Just(x1), app(ty_Ratio, x2)) 18.92/7.00 new_ltEs22(x0, x1, app(ty_[], x2)) 18.92/7.00 new_esEs18(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 18.92/7.00 new_ltEs20(x0, x1, ty_Int) 18.92/7.00 new_ltEs23(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.00 new_compare14(Integer(x0), Integer(x1)) 18.92/7.00 new_esEs6(x0, x1, app(ty_Maybe, x2)) 18.92/7.00 new_lt7(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.00 new_primMulInt(Neg(x0), Neg(x1)) 18.92/7.00 new_esEs31(x0, x1, ty_Integer) 18.92/7.00 new_ltEs21(x0, x1, ty_Float) 18.92/7.00 new_esEs37(x0, x1, app(ty_Ratio, x2)) 18.92/7.00 new_primPlusNat1(Zero, Zero) 18.92/7.00 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 18.92/7.00 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 18.92/7.00 new_ltEs20(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.00 new_ltEs12(Left(x0), Left(x1), ty_Char, x2) 18.92/7.00 new_ltEs22(x0, x1, app(ty_Ratio, x2)) 18.92/7.00 new_compare114(x0, x1, False, x2, x3) 18.92/7.00 new_esEs7(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.00 new_esEs15(Left(x0), Left(x1), ty_Char, x2) 18.92/7.00 new_esEs6(x0, x1, ty_Integer) 18.92/7.00 new_lt20(x0, x1, ty_Int) 18.92/7.00 new_esEs39(x0, x1, ty_Integer) 18.92/7.00 new_compare7(Char(x0), Char(x1)) 18.92/7.00 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 18.92/7.00 new_ltEs20(x0, x1, app(ty_Maybe, x2)) 18.92/7.00 new_esEs7(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.00 new_esEs27(x0, x1, ty_Int) 18.92/7.00 new_esEs26(x0, x1, app(ty_Maybe, x2)) 18.92/7.00 new_esEs38(x0, x1, app(ty_Maybe, x2)) 18.92/7.00 new_esEs4(x0, x1, ty_@0) 18.92/7.00 new_esEs7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.00 new_esEs38(x0, x1, ty_Char) 18.92/7.00 new_primMulInt(Pos(x0), Neg(x1)) 18.92/7.00 new_primMulInt(Neg(x0), Pos(x1)) 18.92/7.00 new_esEs26(x0, x1, ty_Char) 18.92/7.00 new_ltEs20(x0, x1, app(ty_Ratio, x2)) 18.92/7.00 new_esEs26(x0, x1, ty_Double) 18.92/7.00 new_primEqInt(Pos(Zero), Pos(Zero)) 18.92/7.00 new_ltEs22(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.00 new_esEs4(x0, x1, ty_Bool) 18.92/7.00 new_esEs28(x0, x1, app(ty_[], x2)) 18.92/7.00 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 18.92/7.00 new_esEs15(Left(x0), Left(x1), ty_Ordering, x2) 18.92/7.00 new_esEs20(False, True) 18.92/7.00 new_esEs20(True, False) 18.92/7.00 new_esEs8(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.00 new_esEs36(x0, x1, ty_@0) 18.92/7.00 new_lt7(x0, x1, ty_Integer) 18.92/7.00 new_esEs36(x0, x1, ty_Int) 18.92/7.00 new_primEqInt(Neg(Zero), Neg(Zero)) 18.92/7.00 new_compare4(x0, x1, app(ty_[], x2)) 18.92/7.00 new_ltEs12(Left(x0), Left(x1), ty_Ordering, x2) 18.92/7.00 new_esEs18(Just(x0), Nothing, x1) 18.92/7.00 new_ltEs16(GT, EQ) 18.92/7.00 new_ltEs16(EQ, GT) 18.92/7.00 new_esEs33(x0, x1, app(ty_[], x2)) 18.92/7.00 new_compare27(x0, x1, True, x2, x3) 18.92/7.00 new_lt21(x0, x1, ty_Int) 18.92/7.00 new_esEs6(x0, x1, ty_@0) 18.92/7.00 new_primCompAux00(x0, x1, EQ, app(ty_Ratio, x2)) 18.92/7.00 new_primCompAux00(x0, x1, EQ, ty_Double) 18.92/7.00 new_esEs6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.00 new_esEs39(x0, x1, ty_@0) 18.92/7.00 new_ltEs16(LT, LT) 18.92/7.00 new_esEs37(x0, x1, ty_Char) 18.92/7.00 new_esEs27(x0, x1, ty_@0) 18.92/7.00 new_compare16(LT, LT) 18.92/7.00 new_esEs4(x0, x1, ty_Int) 18.92/7.00 new_esEs31(x0, x1, app(ty_Ratio, x2)) 18.92/7.00 new_lt22(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.00 new_ltEs23(x0, x1, ty_Float) 18.92/7.00 new_compare113(x0, x1, False, x2, x3) 18.92/7.00 new_compare15(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 18.92/7.00 new_compare15(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 18.92/7.00 new_esEs10(x0, x1, ty_Char) 18.92/7.00 new_esEs39(x0, x1, ty_Float) 18.92/7.00 new_lt22(x0, x1, ty_Integer) 18.92/7.00 new_esEs39(x0, x1, ty_Bool) 18.92/7.00 new_esEs15(Right(x0), Right(x1), x2, ty_Float) 18.92/7.00 new_compare17(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 18.92/7.00 new_esEs6(x0, x1, ty_Float) 18.92/7.00 new_lt21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.00 new_esEs6(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.00 new_ltEs24(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.00 new_ltEs10(False, False) 18.92/7.00 new_esEs32(x0, x1, app(ty_Maybe, x2)) 18.92/7.00 new_esEs4(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.00 new_lt20(x0, x1, ty_@0) 18.92/7.00 new_primEqInt(Pos(Zero), Neg(Zero)) 18.92/7.00 new_primEqInt(Neg(Zero), Pos(Zero)) 18.92/7.00 new_esEs5(x0, x1, app(ty_Ratio, x2)) 18.92/7.00 new_lt6(x0, x1, ty_Char) 18.92/7.00 new_primMulInt(Pos(x0), Pos(x1)) 18.92/7.00 new_esEs15(Left(x0), Left(x1), ty_Double, x2) 18.92/7.00 new_esEs28(x0, x1, ty_Char) 18.92/7.00 new_ltEs21(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.00 new_esEs28(x0, x1, ty_Double) 18.92/7.00 new_esEs35(x0, x1, ty_Int) 18.92/7.00 new_esEs26(x0, x1, ty_Ordering) 18.92/7.00 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.00 new_lt11(x0, x1, x2, x3) 18.92/7.00 new_esEs30(x0, x1, ty_Char) 18.92/7.00 new_ltEs9(Just(x0), Just(x1), ty_@0) 18.92/7.00 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 18.92/7.00 new_compare4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.00 new_ltEs4(x0, x1, ty_Double) 18.92/7.00 new_lt22(x0, x1, app(ty_Ratio, x2)) 18.92/7.00 new_esEs4(x0, x1, app(ty_Ratio, x2)) 18.92/7.00 new_esEs10(x0, x1, app(ty_[], x2)) 18.92/7.00 new_esEs15(Left(x0), Right(x1), x2, x3) 18.92/7.00 new_esEs15(Right(x0), Left(x1), x2, x3) 18.92/7.00 new_ltEs18(x0, x1, x2) 18.92/7.00 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 18.92/7.00 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 18.92/7.00 new_esEs38(x0, x1, ty_Ordering) 18.92/7.00 new_lt23(x0, x1, app(ty_Ratio, x2)) 18.92/7.00 new_primMulNat0(Succ(x0), Succ(x1)) 18.92/7.00 new_esEs37(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.00 new_ltEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.00 new_ltEs12(Right(x0), Right(x1), x2, ty_Float) 18.92/7.00 new_esEs32(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.00 new_esEs8(x0, x1, ty_Double) 18.92/7.00 new_ltEs12(Right(x0), Right(x1), x2, ty_Ordering) 18.92/7.00 new_ltEs4(x0, x1, ty_Float) 18.92/7.00 new_ltEs22(x0, x1, ty_Double) 18.92/7.00 new_ltEs21(x0, x1, ty_@0) 18.92/7.00 new_lt6(x0, x1, ty_Ordering) 18.92/7.00 new_ltEs20(x0, x1, ty_Integer) 18.92/7.00 new_esEs24(EQ, GT) 18.92/7.00 new_esEs24(GT, EQ) 18.92/7.00 new_esEs33(x0, x1, ty_Double) 18.92/7.00 new_ltEs21(x0, x1, ty_Bool) 18.92/7.00 new_lt23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.00 new_compare4(x0, x1, ty_Int) 18.92/7.00 new_esEs22([], [], x0) 18.92/7.00 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.00 new_esEs8(x0, x1, ty_Ordering) 18.92/7.00 new_lt7(x0, x1, ty_Int) 18.92/7.00 new_ltEs21(x0, x1, app(ty_[], x2)) 18.92/7.00 new_esEs36(x0, x1, ty_Integer) 18.92/7.00 new_ltEs19(x0, x1, ty_Ordering) 18.92/7.00 new_primCompAux00(x0, x1, EQ, app(ty_[], x2)) 18.92/7.00 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 18.92/7.00 new_esEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.00 new_compare29(x0, x1, x2, x3, False, x4, x5) 18.92/7.00 new_esEs31(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.00 new_ltEs16(LT, EQ) 18.92/7.00 new_ltEs16(EQ, LT) 18.92/7.00 new_ltEs12(Left(x0), Right(x1), x2, x3) 18.92/7.00 new_esEs33(x0, x1, ty_Ordering) 18.92/7.00 new_esEs38(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.00 new_ltEs12(Right(x0), Left(x1), x2, x3) 18.92/7.00 new_lt22(x0, x1, ty_Bool) 18.92/7.00 new_esEs15(Right(x0), Right(x1), x2, ty_@0) 18.92/7.00 new_ltEs9(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 18.92/7.00 new_esEs9(x0, x1, ty_Integer) 18.92/7.00 new_compare10(Just(x0), Nothing, x1) 18.92/7.00 new_ltEs23(x0, x1, ty_Integer) 18.92/7.00 new_lt20(x0, x1, ty_Bool) 18.92/7.00 new_ltEs19(x0, x1, ty_Double) 18.92/7.00 new_esEs10(x0, x1, app(ty_Ratio, x2)) 18.92/7.00 new_compare115(x0, x1, False, x2) 18.92/7.00 new_esEs18(Nothing, Just(x0), x1) 18.92/7.00 new_lt7(x0, x1, ty_Float) 18.92/7.00 new_primCompAux00(x0, x1, EQ, ty_Ordering) 18.92/7.00 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.00 new_ltEs23(x0, x1, ty_Ordering) 18.92/7.00 new_lt23(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.00 new_esEs15(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 18.92/7.00 new_ltEs9(Just(x0), Just(x1), ty_Bool) 18.92/7.00 new_esEs5(x0, x1, ty_Char) 18.92/7.00 new_ltEs24(x0, x1, ty_Int) 18.92/7.00 new_esEs22([], :(x0, x1), x2) 18.92/7.00 new_esEs4(x0, x1, ty_Integer) 18.92/7.00 new_esEs38(x0, x1, ty_Double) 18.92/7.00 new_compare11(True, False) 18.92/7.00 new_compare11(False, True) 18.92/7.00 new_esEs27(x0, x1, ty_Bool) 18.92/7.00 new_esEs32(x0, x1, ty_Ordering) 18.92/7.00 new_lt22(x0, x1, ty_Int) 18.92/7.00 new_esEs32(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.00 new_esEs36(x0, x1, ty_Bool) 18.92/7.00 new_ltEs23(x0, x1, ty_Bool) 18.92/7.00 new_esEs18(Nothing, Nothing, x0) 18.92/7.00 new_ltEs9(Just(x0), Just(x1), app(ty_[], x2)) 18.92/7.00 new_esEs9(x0, x1, ty_Float) 18.92/7.00 new_esEs9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.00 new_esEs31(x0, x1, app(ty_[], x2)) 18.92/7.00 new_compare12(Left(x0), Left(x1), x2, x3) 18.92/7.00 new_compare16(EQ, LT) 18.92/7.00 new_compare16(LT, EQ) 18.92/7.00 new_esEs7(x0, x1, app(ty_Maybe, x2)) 18.92/7.00 new_esEs39(x0, x1, app(ty_Maybe, x2)) 18.92/7.00 new_esEs9(x0, x1, app(ty_Maybe, x2)) 18.92/7.00 new_ltEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.00 new_esEs9(x0, x1, ty_Bool) 18.92/7.00 new_ltEs12(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 18.92/7.00 new_esEs29(x0, x1, app(ty_Maybe, x2)) 18.92/7.00 new_ltEs21(x0, x1, ty_Integer) 18.92/7.00 new_esEs31(x0, x1, ty_@0) 18.92/7.00 new_esEs18(Just(x0), Just(x1), ty_Double) 18.92/7.00 new_primCompAux00(x0, x1, EQ, app(app(ty_Either, x2), x3)) 18.92/7.00 new_esEs10(x0, x1, ty_Ordering) 18.92/7.00 new_lt22(x0, x1, ty_Float) 18.92/7.00 new_esEs32(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.00 new_ltEs12(Right(x0), Right(x1), x2, app(ty_[], x3)) 18.92/7.00 new_ltEs20(x0, x1, ty_Bool) 18.92/7.00 new_compare13(:%(x0, x1), :%(x2, x3), ty_Integer) 18.92/7.00 new_esEs27(x0, x1, app(ty_Ratio, x2)) 18.92/7.00 new_esEs35(x0, x1, ty_Integer) 18.92/7.00 new_lt7(x0, x1, ty_Bool) 18.92/7.00 new_compare16(EQ, EQ) 18.92/7.00 new_esEs36(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.00 new_esEs11(x0, x1, app(ty_[], x2)) 18.92/7.00 new_esEs29(x0, x1, ty_@0) 18.92/7.00 new_ltEs9(Just(x0), Just(x1), ty_Integer) 18.92/7.00 new_esEs6(x0, x1, app(ty_[], x2)) 18.92/7.00 new_ltEs17(x0, x1) 18.92/7.00 new_lt20(x0, x1, ty_Integer) 18.92/7.00 new_ltEs12(Right(x0), Right(x1), x2, ty_Integer) 18.92/7.00 new_ltEs23(x0, x1, app(ty_Maybe, x2)) 18.92/7.00 new_esEs18(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 18.92/7.00 new_ltEs9(Just(x0), Just(x1), app(ty_Ratio, x2)) 18.92/7.00 new_esEs9(x0, x1, ty_Char) 18.92/7.00 new_esEs27(x0, x1, ty_Integer) 18.92/7.00 new_esEs24(LT, GT) 18.92/7.00 new_esEs24(GT, LT) 18.92/7.00 new_ltEs12(Right(x0), Right(x1), x2, ty_Bool) 18.92/7.00 new_esEs36(x0, x1, app(ty_Maybe, x2)) 18.92/7.00 new_esEs33(x0, x1, ty_@0) 18.92/7.00 new_esEs8(x0, x1, ty_Bool) 18.92/7.00 new_esEs18(Just(x0), Just(x1), ty_Integer) 18.92/7.00 new_esEs36(x0, x1, app(ty_Ratio, x2)) 18.92/7.00 new_esEs17(Integer(x0), Integer(x1)) 18.92/7.00 new_ltEs21(x0, x1, ty_Double) 18.92/7.00 new_ltEs8(@2(x0, x1), @2(x2, x3), x4, x5) 18.92/7.00 new_primCompAux00(x0, x1, EQ, ty_Integer) 18.92/7.00 new_esEs29(x0, x1, ty_Float) 18.92/7.00 new_compare110(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 18.92/7.00 new_esEs18(Just(x0), Just(x1), app(ty_[], x2)) 18.92/7.00 new_esEs28(x0, x1, ty_Float) 18.92/7.00 new_ltEs23(x0, x1, ty_Char) 18.92/7.00 new_ltEs19(x0, x1, app(ty_[], x2)) 18.92/7.00 new_lt4(x0, x1) 18.92/7.00 new_compare4(x0, x1, ty_@0) 18.92/7.00 new_compare9(@2(x0, x1), @2(x2, x3), x4, x5) 18.92/7.00 new_ltEs10(True, False) 18.92/7.00 new_ltEs10(False, True) 18.92/7.00 new_ltEs23(x0, x1, ty_Int) 18.92/7.00 new_lt16(x0, x1) 18.92/7.00 new_esEs11(x0, x1, ty_Char) 18.92/7.00 new_esEs7(x0, x1, ty_Char) 18.92/7.00 new_esEs15(Right(x0), Right(x1), x2, ty_Double) 18.92/7.00 new_sr0(Integer(x0), Integer(x1)) 18.92/7.00 new_ltEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.00 new_compare4(x0, x1, ty_Integer) 18.92/7.00 new_esEs7(x0, x1, ty_Bool) 18.92/7.00 new_compare25(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 18.92/7.00 new_asAs(True, x0) 18.92/7.00 new_ltEs4(x0, x1, app(ty_Maybe, x2)) 18.92/7.00 new_compare16(GT, LT) 18.92/7.00 new_compare16(LT, GT) 18.92/7.00 new_compare11(True, True) 18.92/7.00 new_not(True) 18.92/7.00 new_primCompAux00(x0, x1, EQ, ty_Bool) 18.92/7.00 new_esEs9(x0, x1, app(ty_[], x2)) 18.92/7.00 new_esEs37(x0, x1, app(ty_[], x2)) 18.92/7.00 new_esEs18(Just(x0), Just(x1), ty_Float) 18.92/7.00 new_esEs26(x0, x1, app(ty_Ratio, x2)) 18.92/7.00 new_ltEs21(x0, x1, ty_Char) 18.92/7.00 new_ltEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.00 new_ltEs12(Right(x0), Right(x1), x2, ty_Char) 18.92/7.00 new_ltEs12(Left(x0), Left(x1), ty_Float, x2) 18.92/7.00 new_lt23(x0, x1, ty_Bool) 18.92/7.00 new_esEs11(x0, x1, ty_Integer) 18.92/7.00 new_primPlusNat0(Zero, x0) 18.92/7.00 new_esEs16(x0, x1) 18.92/7.00 new_compare111(x0, x1, x2, x3, True, x4, x5, x6) 18.92/7.00 new_esEs7(x0, x1, ty_Int) 18.92/7.00 new_esEs31(x0, x1, ty_Ordering) 18.92/7.00 new_esEs11(x0, x1, ty_Bool) 18.92/7.00 new_compare26(x0, x1, True, x2, x3) 18.92/7.00 new_esEs29(x0, x1, ty_Integer) 18.92/7.00 new_esEs7(x0, x1, ty_@0) 18.92/7.00 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.00 new_compare4(x0, x1, ty_Char) 18.92/7.00 new_ltEs9(Just(x0), Just(x1), ty_Float) 18.92/7.00 new_lt23(x0, x1, ty_Char) 18.92/7.00 new_ltEs9(Nothing, Nothing, x0) 18.92/7.00 new_compare27(x0, x1, False, x2, x3) 18.92/7.00 new_compare4(x0, x1, app(ty_Maybe, x2)) 18.92/7.00 new_esEs28(x0, x1, ty_@0) 18.92/7.00 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.00 new_lt23(x0, x1, ty_@0) 18.92/7.00 new_esEs25(:%(x0, x1), :%(x2, x3), x4) 18.92/7.00 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 18.92/7.00 new_esEs26(x0, x1, ty_Integer) 18.92/7.00 new_ltEs4(x0, x1, app(ty_[], x2)) 18.92/7.00 new_lt6(x0, x1, app(ty_[], x2)) 18.92/7.00 new_lt23(x0, x1, ty_Int) 18.92/7.00 new_primEqNat0(Succ(x0), Zero) 18.92/7.00 new_compare25(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 18.92/7.00 new_ltEs22(x0, x1, ty_Ordering) 18.92/7.00 new_lt21(x0, x1, app(ty_Ratio, x2)) 18.92/7.00 new_esEs8(x0, x1, ty_Integer) 18.92/7.00 new_compare29(x0, x1, x2, x3, True, x4, x5) 18.92/7.00 new_ltEs12(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 18.92/7.00 new_esEs30(x0, x1, ty_Double) 18.92/7.00 new_ltEs21(x0, x1, ty_Int) 18.92/7.00 new_compare13(:%(x0, x1), :%(x2, x3), ty_Int) 18.92/7.00 new_compare4(x0, x1, ty_Bool) 18.92/7.00 new_esEs27(x0, x1, ty_Float) 18.92/7.00 new_esEs6(x0, x1, ty_Char) 18.92/7.00 new_esEs18(Just(x0), Just(x1), ty_Char) 18.92/7.00 new_esEs8(x0, x1, ty_Float) 18.92/7.00 new_ltEs4(x0, x1, ty_Ordering) 18.92/7.00 new_esEs30(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.00 new_esEs29(x0, x1, ty_Bool) 18.92/7.00 new_ltEs12(Right(x0), Right(x1), x2, ty_Double) 18.92/7.00 new_primCompAux00(x0, x1, EQ, ty_Char) 18.92/7.00 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 18.92/7.00 new_esEs8(x0, x1, app(ty_Maybe, x2)) 18.92/7.00 new_compare112(x0, x1, x2, x3, True, x4, x5) 18.92/7.00 new_esEs20(True, True) 18.92/7.00 new_esEs29(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.00 new_esEs36(x0, x1, app(ty_[], x2)) 18.92/7.00 new_compare10(Nothing, Nothing, x0) 18.92/7.00 new_esEs7(x0, x1, app(ty_[], x2)) 18.92/7.00 new_esEs30(x0, x1, ty_Ordering) 18.92/7.00 new_compare114(x0, x1, True, x2, x3) 18.92/7.00 new_esEs11(x0, x1, ty_Float) 18.92/7.00 new_esEs28(x0, x1, ty_Bool) 18.92/7.00 new_ltEs12(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 18.92/7.00 new_primCompAux00(x0, x1, EQ, ty_Int) 18.92/7.00 new_esEs8(x0, x1, ty_Int) 18.92/7.00 new_ltEs9(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 18.92/7.00 new_esEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.00 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 18.92/7.00 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.00 new_compare110(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 18.92/7.00 new_esEs6(x0, x1, ty_Int) 18.92/7.00 new_compare18(:(x0, x1), [], x2) 18.92/7.00 new_esEs11(x0, x1, app(ty_Ratio, x2)) 18.92/7.00 new_esEs18(Just(x0), Just(x1), ty_Int) 18.92/7.00 new_ltEs5(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 18.92/7.00 new_esEs6(x0, x1, app(ty_Ratio, x2)) 18.92/7.00 new_esEs37(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.00 new_primCmpNat0(Succ(x0), Zero) 18.92/7.00 new_esEs26(x0, x1, ty_Bool) 18.92/7.00 new_esEs22(:(x0, x1), :(x2, x3), x4) 18.92/7.00 new_primCompAux00(x0, x1, EQ, ty_Float) 18.92/7.00 new_primEqNat0(Zero, Zero) 18.92/7.00 new_esEs29(x0, x1, app(ty_[], x2)) 18.92/7.00 new_esEs11(x0, x1, ty_Int) 18.92/7.00 new_esEs15(Right(x0), Right(x1), x2, ty_Ordering) 18.92/7.00 new_ltEs4(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.00 new_lt7(x0, x1, ty_@0) 18.92/7.00 new_not(False) 18.92/7.00 new_esEs8(x0, x1, ty_Char) 18.92/7.00 new_lt6(x0, x1, app(ty_Maybe, x2)) 18.92/7.00 new_ltEs23(x0, x1, ty_Double) 18.92/7.00 new_ltEs12(Left(x0), Left(x1), ty_Double, x2) 18.92/7.00 new_esEs24(GT, GT) 18.92/7.00 new_esEs29(x0, x1, ty_Char) 18.92/7.00 new_esEs4(x0, x1, app(ty_Maybe, x2)) 18.92/7.00 new_esEs9(x0, x1, ty_@0) 18.92/7.00 new_esEs24(LT, EQ) 18.92/7.00 new_esEs24(EQ, LT) 18.92/7.00 new_primCompAux00(x0, x1, EQ, app(app(ty_@2, x2), x3)) 18.92/7.00 new_esEs9(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.00 new_esEs6(x0, x1, ty_Bool) 18.92/7.00 new_compare4(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.00 new_esEs28(x0, x1, ty_Integer) 18.92/7.00 new_lt23(x0, x1, ty_Integer) 18.92/7.00 new_ltEs20(x0, x1, ty_@0) 18.92/7.00 new_ltEs20(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.00 new_esEs21(Char(x0), Char(x1)) 18.92/7.00 new_esEs36(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.00 new_ltEs9(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 18.92/7.00 new_esEs29(x0, x1, app(ty_Ratio, x2)) 18.92/7.00 new_ltEs6(x0, x1) 18.92/7.00 new_esEs10(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.00 new_esEs33(x0, x1, app(ty_Maybe, x2)) 18.92/7.00 new_compare4(x0, x1, app(ty_Ratio, x2)) 18.92/7.00 new_lt6(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.00 new_lt6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.00 new_esEs11(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.00 new_esEs15(Left(x0), Left(x1), app(ty_[], x2), x3) 18.92/7.00 new_ltEs24(x0, x1, app(ty_[], x2)) 18.92/7.00 new_ltEs12(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 18.92/7.00 new_esEs7(x0, x1, ty_Integer) 18.92/7.00 new_ltEs23(x0, x1, app(ty_Ratio, x2)) 18.92/7.00 new_esEs18(Just(x0), Just(x1), app(ty_Maybe, x2)) 18.92/7.00 new_esEs38(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.00 new_esEs18(Just(x0), Just(x1), ty_Bool) 18.92/7.00 new_pePe(True, x0) 18.92/7.00 new_lt7(x0, x1, app(ty_Maybe, x2)) 18.92/7.00 new_ltEs10(True, True) 18.92/7.00 new_esEs29(x0, x1, ty_Int) 18.92/7.00 new_lt22(x0, x1, ty_@0) 18.92/7.00 new_lt12(x0, x1, x2) 18.92/7.00 new_esEs34(x0, x1, ty_Int) 18.92/7.00 new_esEs26(x0, x1, ty_Float) 18.92/7.00 new_esEs8(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.00 new_esEs31(x0, x1, app(ty_Maybe, x2)) 18.92/7.00 new_lt9(x0, x1) 18.92/7.00 new_esEs30(x0, x1, ty_Bool) 18.92/7.00 new_esEs29(x0, x1, ty_Ordering) 18.92/7.00 new_ltEs12(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 18.92/7.00 new_lt23(x0, x1, app(ty_[], x2)) 18.92/7.00 new_primCmpNat0(Zero, Succ(x0)) 18.92/7.00 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.00 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 18.92/7.00 new_esEs15(Left(x0), Left(x1), ty_Int, x2) 18.92/7.00 new_ltEs12(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 18.92/7.00 new_lt13(x0, x1) 18.92/7.00 new_lt21(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.00 new_esEs27(x0, x1, ty_Char) 18.92/7.00 new_lt22(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.00 new_esEs15(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 18.92/7.00 new_esEs28(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.00 new_lt20(x0, x1, ty_Ordering) 18.92/7.00 new_esEs33(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.00 new_compare112(x0, x1, x2, x3, False, x4, x5) 18.92/7.00 new_esEs30(x0, x1, ty_@0) 18.92/7.00 new_esEs29(x0, x1, ty_Double) 18.92/7.00 new_ltEs20(x0, x1, app(ty_[], x2)) 18.92/7.00 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.00 new_esEs5(x0, x1, ty_Bool) 18.92/7.00 new_esEs26(x0, x1, ty_Int) 18.92/7.00 new_ltEs9(Just(x0), Just(x1), ty_Char) 18.92/7.00 new_primCompAux00(x0, x1, EQ, app(ty_Maybe, x2)) 18.92/7.00 new_esEs39(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.00 new_esEs10(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.00 new_esEs5(x0, x1, ty_@0) 18.92/7.00 new_esEs27(x0, x1, app(ty_[], x2)) 18.92/7.00 new_ltEs9(Just(x0), Just(x1), ty_Double) 18.92/7.00 new_lt20(x0, x1, ty_Char) 18.92/7.00 new_lt21(x0, x1, ty_Ordering) 18.92/7.00 new_lt5(x0, x1) 18.92/7.00 new_compare16(GT, GT) 18.92/7.00 new_compare10(Nothing, Just(x0), x1) 18.92/7.00 new_lt6(x0, x1, ty_@0) 18.92/7.00 new_esEs32(x0, x1, ty_Integer) 18.92/7.00 new_esEs23(@2(x0, x1), @2(x2, x3), x4, x5) 18.92/7.00 new_esEs30(x0, x1, ty_Integer) 18.92/7.00 new_lt17(x0, x1) 18.92/7.00 new_lt20(x0, x1, ty_Double) 18.92/7.00 new_ltEs12(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 18.92/7.00 new_esEs36(x0, x1, ty_Char) 18.92/7.00 new_lt7(x0, x1, app(ty_[], x2)) 18.92/7.00 new_esEs28(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.00 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 18.92/7.00 new_compare10(Just(x0), Just(x1), x2) 18.92/7.00 new_ltEs12(Left(x0), Left(x1), ty_Int, x2) 18.92/7.00 new_esEs37(x0, x1, ty_@0) 18.92/7.00 new_esEs4(x0, x1, ty_Char) 18.92/7.00 new_esEs10(x0, x1, ty_Bool) 18.92/7.00 new_lt6(x0, x1, ty_Integer) 18.92/7.00 new_esEs28(x0, x1, ty_Int) 18.92/7.00 new_ltEs24(x0, x1, ty_Double) 18.92/7.00 new_esEs22(:(x0, x1), [], x2) 18.92/7.00 new_esEs24(EQ, EQ) 18.92/7.00 new_esEs37(x0, x1, ty_Integer) 18.92/7.00 new_esEs34(x0, x1, ty_Integer) 18.92/7.00 new_ltEs15(x0, x1) 18.92/7.00 new_esEs36(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.00 new_ltEs24(x0, x1, ty_Ordering) 18.92/7.00 new_esEs10(x0, x1, ty_Int) 18.92/7.00 new_esEs27(x0, x1, ty_Double) 18.92/7.00 new_esEs32(x0, x1, ty_Float) 18.92/7.00 new_lt23(x0, x1, ty_Float) 18.92/7.00 new_esEs32(x0, x1, ty_Bool) 18.92/7.00 new_esEs9(x0, x1, app(ty_Ratio, x2)) 18.92/7.00 new_ltEs7(x0, x1) 18.92/7.00 new_esEs19(Double(x0, x1), Double(x2, x3)) 18.92/7.00 new_esEs28(x0, x1, app(ty_Ratio, x2)) 18.92/7.00 new_ltEs20(x0, x1, ty_Ordering) 18.92/7.00 new_esEs11(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.00 new_ltEs4(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.00 new_esEs38(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.00 new_esEs32(x0, x1, ty_@0) 18.92/7.00 new_esEs13(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 18.92/7.00 new_esEs30(x0, x1, ty_Int) 18.92/7.00 new_esEs5(x0, x1, ty_Integer) 18.92/7.00 new_compare4(x0, x1, ty_Double) 18.92/7.00 new_lt21(x0, x1, ty_Double) 18.92/7.00 new_esEs8(x0, x1, app(ty_Ratio, x2)) 18.92/7.00 new_esEs38(x0, x1, ty_Integer) 18.92/7.00 new_esEs37(x0, x1, ty_Bool) 18.92/7.00 new_lt21(x0, x1, ty_Char) 18.92/7.00 new_compare8(@0, @0) 18.92/7.00 new_ltEs22(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.00 new_esEs15(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 18.92/7.00 new_lt6(x0, x1, ty_Bool) 18.92/7.00 new_esEs37(x0, x1, app(ty_Maybe, x2)) 18.92/7.00 new_esEs10(x0, x1, ty_@0) 18.92/7.00 new_lt20(x0, x1, app(ty_Ratio, x2)) 18.92/7.00 new_esEs20(False, False) 18.92/7.00 new_esEs7(x0, x1, ty_Float) 18.92/7.00 new_esEs33(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.00 new_primPlusNat1(Succ(x0), Succ(x1)) 18.92/7.00 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.00 new_esEs15(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 18.92/7.00 new_compare15(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 18.92/7.00 new_esEs38(x0, x1, app(ty_Ratio, x2)) 18.92/7.00 new_esEs27(x0, x1, app(ty_Maybe, x2)) 18.92/7.00 new_lt6(x0, x1, app(ty_Ratio, x2)) 18.92/7.00 new_esEs15(Left(x0), Left(x1), ty_Bool, x2) 18.92/7.00 new_ltEs12(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 18.92/7.00 new_lt22(x0, x1, app(ty_Maybe, x2)) 18.92/7.00 new_lt7(x0, x1, ty_Char) 18.92/7.00 new_ltEs12(Left(x0), Left(x1), ty_Integer, x2) 18.92/7.00 new_esEs28(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.00 new_esEs30(x0, x1, ty_Float) 18.92/7.00 new_esEs8(x0, x1, app(ty_[], x2)) 18.92/7.00 new_esEs29(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.00 new_ltEs24(x0, x1, ty_Char) 18.92/7.00 new_esEs39(x0, x1, ty_Char) 18.92/7.00 new_esEs11(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.00 new_esEs30(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.00 new_esEs37(x0, x1, ty_Float) 18.92/7.00 new_esEs5(x0, x1, ty_Float) 18.92/7.00 new_primPlusNat1(Succ(x0), Zero) 18.92/7.00 new_esEs28(x0, x1, app(ty_Maybe, x2)) 18.92/7.00 new_ltEs22(x0, x1, app(ty_Maybe, x2)) 18.92/7.00 new_lt20(x0, x1, app(ty_[], x2)) 18.92/7.00 new_compare19(x0, x1, x2, x3, x4, x5, False, x6, x7, x8, x9) 18.92/7.00 new_ltEs16(GT, GT) 18.92/7.00 new_esEs38(x0, x1, app(ty_[], x2)) 18.92/7.00 new_esEs4(x0, x1, ty_Ordering) 18.92/7.00 new_ltEs12(Right(x0), Right(x1), x2, ty_Int) 18.92/7.00 new_lt21(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.00 new_esEs7(x0, x1, ty_Double) 18.92/7.00 new_esEs32(x0, x1, app(ty_Ratio, x2)) 18.92/7.00 new_ltEs12(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 18.92/7.00 new_esEs11(x0, x1, ty_Ordering) 18.92/7.00 new_primEqNat0(Succ(x0), Succ(x1)) 18.92/7.00 new_fsEs(x0) 18.92/7.00 new_esEs11(x0, x1, ty_Double) 18.92/7.00 new_esEs5(x0, x1, ty_Int) 18.92/7.00 new_lt7(x0, x1, app(ty_Ratio, x2)) 18.92/7.00 new_esEs37(x0, x1, ty_Int) 18.92/7.00 new_pePe(False, x0) 18.92/7.00 new_compare4(x0, x1, ty_Float) 18.92/7.00 new_primCompAux00(x0, x1, EQ, ty_@0) 18.92/7.00 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 18.92/7.00 new_esEs8(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.00 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.00 new_ltEs12(Left(x0), Left(x1), app(ty_[], x2), x3) 18.92/7.00 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 18.92/7.00 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 18.92/7.00 new_primCmpInt(Neg(Zero), Neg(Zero)) 18.92/7.00 new_esEs36(x0, x1, ty_Ordering) 18.92/7.00 new_esEs18(Just(x0), Just(x1), ty_@0) 18.92/7.00 new_ltEs24(x0, x1, ty_Float) 18.92/7.00 new_compare113(x0, x1, True, x2, x3) 18.92/7.00 new_esEs6(x0, x1, ty_Double) 18.92/7.00 new_sr(x0, x1) 18.92/7.00 new_esEs10(x0, x1, ty_Integer) 18.92/7.00 new_primMulNat0(Zero, Succ(x0)) 18.92/7.00 new_esEs27(x0, x1, ty_Ordering) 18.92/7.00 new_primCmpInt(Pos(Zero), Neg(Zero)) 18.92/7.00 new_primCmpInt(Neg(Zero), Pos(Zero)) 18.92/7.00 new_ltEs19(x0, x1, ty_@0) 18.92/7.00 new_lt6(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.00 new_esEs30(x0, x1, app(ty_[], x2)) 18.92/7.00 new_esEs15(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 18.92/7.00 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 18.92/7.00 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 18.92/7.00 new_compare17(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 18.92/7.00 new_compare17(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 18.92/7.00 new_compare12(Left(x0), Right(x1), x2, x3) 18.92/7.00 new_compare12(Right(x0), Left(x1), x2, x3) 18.92/7.00 new_ltEs11(x0, x1) 18.92/7.00 new_ltEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.00 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.00 new_lt8(x0, x1, x2, x3, x4) 18.92/7.00 new_compare26(x0, x1, False, x2, x3) 18.92/7.00 new_primCompAux00(x0, x1, GT, x2) 18.92/7.00 new_esEs33(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.00 new_lt22(x0, x1, ty_Char) 18.92/7.00 new_ltEs21(x0, x1, ty_Ordering) 18.92/7.00 new_esEs9(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.00 new_ltEs12(Left(x0), Left(x1), ty_Bool, x2) 18.92/7.00 new_ltEs9(Just(x0), Just(x1), ty_Ordering) 18.92/7.00 new_esEs5(x0, x1, app(ty_Maybe, x2)) 18.92/7.00 new_esEs9(x0, x1, ty_Int) 18.92/7.00 new_esEs26(x0, x1, ty_@0) 18.92/7.00 new_lt14(x0, x1, x2, x3) 18.92/7.00 new_compare111(x0, x1, x2, x3, False, x4, x5, x6) 18.92/7.00 new_ltEs20(x0, x1, ty_Char) 18.92/7.00 new_lt22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.00 new_asAs(False, x0) 18.92/7.00 new_compare12(Right(x0), Right(x1), x2, x3) 18.92/7.00 new_esEs39(x0, x1, ty_Ordering) 18.92/7.00 new_ltEs22(x0, x1, ty_@0) 18.92/7.00 new_esEs15(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 18.92/7.00 new_esEs38(x0, x1, ty_@0) 18.92/7.00 new_esEs31(x0, x1, ty_Double) 18.92/7.00 new_primCompAux00(x0, x1, EQ, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.00 new_esEs39(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.00 new_ltEs4(x0, x1, ty_Bool) 18.92/7.00 new_ltEs19(x0, x1, ty_Integer) 18.92/7.00 new_ltEs16(EQ, EQ) 18.92/7.00 new_compare28(x0, x1, True, x2) 18.92/7.01 new_ltEs24(x0, x1, app(ty_Ratio, x2)) 18.92/7.01 new_esEs15(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 18.92/7.01 new_ltEs22(x0, x1, ty_Bool) 18.92/7.01 new_compare5(x0, x1) 18.92/7.01 new_ltEs4(x0, x1, ty_@0) 18.92/7.01 new_primMulNat0(Zero, Zero) 18.92/7.01 new_ltEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.01 new_ltEs12(Right(x0), Right(x1), x2, ty_@0) 18.92/7.01 new_esEs24(LT, LT) 18.92/7.01 new_ltEs4(x0, x1, app(ty_Ratio, x2)) 18.92/7.01 new_compare18([], [], x0) 18.92/7.01 new_ltEs21(x0, x1, app(ty_Maybe, x2)) 18.92/7.01 new_esEs8(x0, x1, ty_@0) 18.92/7.01 new_ltEs24(x0, x1, ty_Integer) 18.92/7.01 new_lt22(x0, x1, app(ty_[], x2)) 18.92/7.01 new_esEs39(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.01 new_ltEs21(x0, x1, app(ty_Ratio, x2)) 18.92/7.01 new_primMulNat0(Succ(x0), Zero) 18.92/7.01 new_lt21(x0, x1, ty_Float) 18.92/7.01 new_esEs15(Left(x0), Left(x1), ty_Float, x2) 18.92/7.01 new_esEs4(x0, x1, app(ty_[], x2)) 18.92/7.01 new_ltEs4(x0, x1, ty_Integer) 18.92/7.01 new_ltEs20(x0, x1, ty_Float) 18.92/7.01 new_ltEs24(x0, x1, app(ty_Maybe, x2)) 18.92/7.01 new_compare18([], :(x0, x1), x2) 18.92/7.01 new_esEs11(x0, x1, ty_@0) 18.92/7.01 new_esEs18(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 18.92/7.01 new_lt10(x0, x1) 18.92/7.01 new_compare6(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 18.92/7.01 new_ltEs23(x0, x1, ty_@0) 18.92/7.01 new_lt21(x0, x1, ty_Integer) 18.92/7.01 new_compare18(:(x0, x1), :(x2, x3), x4) 18.92/7.01 new_esEs33(x0, x1, ty_Integer) 18.92/7.01 new_esEs10(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.01 new_ltEs24(x0, x1, ty_Bool) 18.92/7.01 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 18.92/7.01 new_ltEs9(Just(x0), Just(x1), app(ty_Maybe, x2)) 18.92/7.01 new_esEs26(x0, x1, app(ty_[], x2)) 18.92/7.01 new_esEs6(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.01 new_esEs33(x0, x1, ty_Char) 18.92/7.01 new_esEs10(x0, x1, app(ty_Maybe, x2)) 18.92/7.01 new_ltEs13(x0, x1, x2) 18.92/7.01 new_esEs33(x0, x1, ty_Int) 18.92/7.01 new_esEs32(x0, x1, app(ty_[], x2)) 18.92/7.01 new_ltEs22(x0, x1, ty_Integer) 18.92/7.01 new_lt7(x0, x1, ty_Ordering) 18.92/7.01 new_esEs4(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.01 new_esEs39(x0, x1, ty_Double) 18.92/7.01 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 18.92/7.01 new_ltEs19(x0, x1, ty_Bool) 18.92/7.01 new_esEs36(x0, x1, ty_Float) 18.92/7.01 new_esEs9(x0, x1, ty_Ordering) 18.92/7.01 new_esEs7(x0, x1, app(ty_Ratio, x2)) 18.92/7.01 new_lt18(x0, x1) 18.92/7.01 new_lt21(x0, x1, ty_Bool) 18.92/7.01 new_lt7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.01 new_ltEs4(x0, x1, ty_Int) 18.92/7.01 new_ltEs24(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.01 new_esEs4(x0, x1, ty_Float) 18.92/7.01 new_ltEs12(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 18.92/7.01 new_esEs32(x0, x1, ty_Int) 18.92/7.01 new_lt6(x0, x1, ty_Double) 18.92/7.01 new_ltEs16(LT, GT) 18.92/7.01 new_ltEs16(GT, LT) 18.92/7.01 new_esEs29(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.01 new_lt23(x0, x1, ty_Double) 18.92/7.01 new_esEs5(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.01 new_esEs39(x0, x1, ty_Int) 18.92/7.01 new_primEqNat0(Zero, Succ(x0)) 18.92/7.01 new_esEs31(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.01 new_ltEs4(x0, x1, ty_Char) 18.92/7.01 new_esEs32(x0, x1, ty_Double) 18.92/7.01 new_lt21(x0, x1, app(ty_[], x2)) 18.92/7.01 new_esEs39(x0, x1, app(ty_Ratio, x2)) 18.92/7.01 new_esEs33(x0, x1, ty_Bool) 18.92/7.01 new_esEs10(x0, x1, ty_Float) 18.92/7.01 new_esEs32(x0, x1, ty_Char) 18.92/7.01 new_lt20(x0, x1, ty_Float) 18.92/7.01 new_primCmpInt(Pos(Zero), Pos(Zero)) 18.92/7.01 new_lt22(x0, x1, ty_Ordering) 18.92/7.01 new_esEs33(x0, x1, app(ty_Ratio, x2)) 18.92/7.01 new_compare28(x0, x1, False, x2) 18.92/7.01 new_ltEs22(x0, x1, ty_Float) 18.92/7.01 new_esEs15(Left(x0), Left(x1), ty_Integer, x2) 18.92/7.01 new_esEs14(@0, @0) 18.92/7.01 new_esEs31(x0, x1, ty_Int) 18.92/7.01 new_compare4(x0, x1, ty_Ordering) 18.92/7.01 new_esEs12(Float(x0, x1), Float(x2, x3)) 18.92/7.01 new_esEs31(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.01 new_primCompAux1(x0, x1, x2, x3, x4) 18.92/7.01 new_lt19(x0, x1, x2) 18.92/7.01 new_primCompAux00(x0, x1, LT, x2) 18.92/7.01 new_esEs37(x0, x1, ty_Double) 18.92/7.01 new_esEs10(x0, x1, ty_Double) 18.92/7.01 new_lt21(x0, x1, ty_@0) 18.92/7.01 new_esEs5(x0, x1, ty_Ordering) 18.92/7.01 new_esEs30(x0, x1, app(ty_Maybe, x2)) 18.92/7.01 new_lt6(x0, x1, ty_Int) 18.92/7.01 new_esEs15(Right(x0), Right(x1), x2, app(ty_[], x3)) 18.92/7.01 new_esEs39(x0, x1, app(ty_[], x2)) 18.92/7.01 new_esEs5(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.01 new_esEs15(Right(x0), Right(x1), x2, ty_Int) 18.92/7.01 new_esEs15(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 18.92/7.01 new_ltEs21(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.01 new_esEs31(x0, x1, ty_Float) 18.92/7.01 new_lt6(x0, x1, ty_Float) 18.92/7.01 new_esEs4(x0, x1, ty_Double) 18.92/7.01 new_ltEs19(x0, x1, ty_Char) 18.92/7.01 new_lt21(x0, x1, app(ty_Maybe, x2)) 18.92/7.01 new_esEs15(Left(x0), Left(x1), ty_@0, x2) 18.92/7.01 new_esEs18(Just(x0), Just(x1), ty_Ordering) 18.92/7.01 new_esEs5(x0, x1, app(ty_[], x2)) 18.92/7.01 new_esEs15(Right(x0), Right(x1), x2, ty_Char) 18.92/7.01 new_ltEs24(x0, x1, ty_@0) 18.92/7.01 new_ltEs19(x0, x1, ty_Int) 18.92/7.01 new_ltEs12(Left(x0), Left(x1), ty_@0, x2) 18.92/7.01 new_esEs37(x0, x1, ty_Ordering) 18.92/7.01 new_esEs5(x0, x1, ty_Double) 18.92/7.01 new_primPlusNat0(Succ(x0), x1) 18.92/7.01 new_primPlusNat1(Zero, Succ(x0)) 18.92/7.01 new_esEs33(x0, x1, ty_Float) 18.92/7.01 new_lt15(x0, x1, x2) 18.92/7.01 new_esEs15(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 18.92/7.01 new_esEs38(x0, x1, ty_Float) 18.92/7.01 new_ltEs23(x0, x1, app(ty_[], x2)) 18.92/7.01 new_lt7(x0, x1, ty_Double) 18.92/7.01 new_esEs38(x0, x1, ty_Bool) 18.92/7.01 new_esEs30(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.92/7.01 new_ltEs9(Nothing, Just(x0), x1) 18.92/7.01 new_lt23(x0, x1, ty_Ordering) 18.92/7.01 new_ltEs22(x0, x1, ty_Char) 18.92/7.01 new_compare11(False, False) 18.92/7.01 new_ltEs14(x0, x1) 18.92/7.01 new_esEs7(x0, x1, ty_Ordering) 18.92/7.01 new_esEs36(x0, x1, ty_Double) 18.92/7.01 new_esEs6(x0, x1, ty_Ordering) 18.92/7.01 new_ltEs9(Just(x0), Nothing, x1) 18.92/7.01 new_compare115(x0, x1, True, x2) 18.92/7.01 new_lt20(x0, x1, app(ty_Maybe, x2)) 18.92/7.01 new_esEs15(Right(x0), Right(x1), x2, ty_Bool) 18.92/7.01 new_compare4(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.01 new_ltEs19(x0, x1, ty_Float) 18.92/7.01 new_compare15(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 18.92/7.01 new_ltEs23(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.01 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.01 new_ltEs22(x0, x1, ty_Int) 18.92/7.01 new_lt22(x0, x1, ty_Double) 18.92/7.01 new_esEs31(x0, x1, ty_Bool) 18.92/7.01 new_esEs15(Right(x0), Right(x1), x2, ty_Integer) 18.92/7.01 new_esEs37(x0, x1, app(app(ty_Either, x2), x3)) 18.92/7.01 new_lt23(x0, x1, app(ty_Maybe, x2)) 18.92/7.01 new_esEs38(x0, x1, ty_Int) 18.92/7.01 new_esEs30(x0, x1, app(ty_Ratio, x2)) 18.92/7.01 new_esEs28(x0, x1, ty_Ordering) 18.92/7.01 new_compare16(EQ, GT) 18.92/7.01 new_compare16(GT, EQ) 18.92/7.01 new_esEs9(x0, x1, ty_Double) 18.92/7.01 new_lt7(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.01 new_compare17(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 18.92/7.01 new_lt23(x0, x1, app(app(ty_@2, x2), x3)) 18.92/7.01 new_primCmpNat0(Succ(x0), Succ(x1)) 18.92/7.01 new_primCmpNat0(Zero, Zero) 18.92/7.01 new_ltEs20(x0, x1, ty_Double) 18.92/7.01 new_esEs15(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 18.92/7.01 new_esEs31(x0, x1, ty_Char) 18.92/7.01 18.92/7.01 We have to consider all minimal (P,Q,R)-chains. 18.92/7.01 ---------------------------------------- 18.92/7.01 18.92/7.01 (19) DependencyGraphProof (EQUIVALENT) 18.92/7.01 The approximation of the Dependency Graph [LPAR04,FROCOS05,EDGSTAR] contains 1 SCC with 4 less nodes. 18.92/7.01 ---------------------------------------- 18.92/7.01 18.92/7.01 (20) 18.92/7.01 Obligation: 18.92/7.01 Q DP problem: 18.92/7.01 The TRS P consists of the following rules: 18.92/7.01 18.92/7.01 new_primCompAux0(vwx20, vwx21, EQ, app(ty_[], bh)) -> new_compare3(vwx20, vwx21, bh) 18.92/7.01 new_compare3(:(vwx3000, vwx3001), :(vwx31000, vwx31001), cdc) -> new_primCompAux(vwx3000, vwx31000, vwx3001, vwx31001, cdc) 18.92/7.01 new_primCompAux(vwx300, vwx3100, vwx301, vwx3101, cdd) -> new_primCompAux0(vwx301, vwx3101, new_compare4(vwx300, vwx3100, cdd), app(ty_[], cdd)) 18.92/7.01 new_primCompAux(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), vwx301, vwx3101, app(app(app(ty_@3, ca), cb), cc)) -> new_compare20(vwx3000, vwx3001, vwx3002, vwx31000, vwx31001, vwx31002, new_asAs(new_esEs4(vwx3000, vwx31000, ca), new_asAs(new_esEs5(vwx3001, vwx31001, cb), new_esEs6(vwx3002, vwx31002, cc))), ca, cb, cc) 18.92/7.01 new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, dh, cg, app(app(ty_Either, eg), eh)) -> new_ltEs2(vwx80, vwx83, eg, eh) 18.92/7.01 new_ltEs2(Right(vwx530), Right(vwx540), cbh, app(ty_[], cda)) -> new_ltEs3(vwx530, vwx540, cda) 18.92/7.01 new_ltEs3(vwx53, vwx54, cdb) -> new_compare3(vwx53, vwx54, cdb) 18.92/7.01 new_ltEs2(Left(vwx530), Left(vwx540), app(ty_[], cbg), cba) -> new_ltEs3(vwx530, vwx540, cbg) 18.92/7.01 new_ltEs2(Right(vwx530), Right(vwx540), cbh, app(ty_Maybe, ccf)) -> new_ltEs1(vwx530, vwx540, ccf) 18.92/7.01 new_ltEs1(Just(vwx530), Just(vwx540), app(ty_Maybe, cab)) -> new_ltEs1(vwx530, vwx540, cab) 18.92/7.01 new_ltEs1(Just(vwx530), Just(vwx540), app(ty_[], cae)) -> new_ltEs3(vwx530, vwx540, cae) 18.92/7.01 new_ltEs1(Just(vwx530), Just(vwx540), app(app(app(ty_@3, bhe), bhf), bhg)) -> new_ltEs(vwx530, vwx540, bhe, bhf, bhg) 18.92/7.01 new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), app(app(ty_@2, bec), bed), bbd, bda) -> new_lt0(vwx530, vwx540, bec, bed) 18.92/7.01 new_lt0(vwx78, vwx81, db, dc) -> new_compare0(vwx78, vwx81, db, dc) 18.92/7.01 new_compare0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), gd, ge) -> new_compare21(vwx3000, vwx3001, vwx31000, vwx31001, new_asAs(new_esEs7(vwx3000, vwx31000, gd), new_esEs8(vwx3001, vwx31001, ge)), gd, ge) 18.92/7.01 new_compare21(vwx91, vwx92, vwx93, vwx94, False, app(app(app(ty_@3, gf), gg), gh), ha) -> new_lt(vwx91, vwx93, gf, gg, gh) 18.92/7.01 new_lt(vwx78, vwx81, cd, ce, cf) -> new_compare(vwx78, vwx81, cd, ce, cf) 18.92/7.01 new_compare(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), ca, cb, cc) -> new_compare20(vwx3000, vwx3001, vwx3002, vwx31000, vwx31001, vwx31002, new_asAs(new_esEs4(vwx3000, vwx31000, ca), new_asAs(new_esEs5(vwx3001, vwx31001, cb), new_esEs6(vwx3002, vwx31002, cc))), ca, cb, cc) 18.92/7.01 new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, app(ty_[], dg), cg, da) -> new_compare3(vwx78, vwx81, dg) 18.92/7.01 new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, app(app(ty_@2, db), dc), cg, da) -> new_compare0(vwx78, vwx81, db, dc) 18.92/7.01 new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, dh, cg, app(app(app(ty_@3, ea), eb), ec)) -> new_ltEs(vwx80, vwx83, ea, eb, ec) 18.92/7.01 new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), app(ty_Maybe, bee), bbd, bda) -> new_lt1(vwx530, vwx540, bee) 18.92/7.01 new_lt1(vwx78, vwx81, dd) -> new_compare1(vwx78, vwx81, dd) 18.92/7.01 new_compare1(Just(vwx3000), Just(vwx31000), bbb) -> new_compare22(vwx3000, vwx31000, new_esEs9(vwx3000, vwx31000, bbb), bbb) 18.92/7.01 new_compare22(@2(vwx530, vwx531), @2(vwx540, vwx541), False, app(app(ty_@2, app(app(app(ty_@3, bgc), bgd), bge)), bgf)) -> new_lt(vwx530, vwx540, bgc, bgd, bge) 18.92/7.01 new_compare22(Left(vwx530), Left(vwx540), False, app(app(ty_Either, app(app(ty_@2, cbb), cbc)), cba)) -> new_ltEs0(vwx530, vwx540, cbb, cbc) 18.92/7.01 new_ltEs0(@2(vwx530, vwx531), @2(vwx540, vwx541), app(ty_[], bhd), bgf) -> new_lt3(vwx530, vwx540, bhd) 18.92/7.01 new_lt3(vwx78, vwx81, dg) -> new_compare3(vwx78, vwx81, dg) 18.92/7.01 new_ltEs0(@2(vwx530, vwx531), @2(vwx540, vwx541), bfa, app(app(app(ty_@3, bfb), bfc), bfd)) -> new_ltEs(vwx531, vwx541, bfb, bfc, bfd) 18.92/7.01 new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), bbc, bbd, app(app(ty_@2, bbh), bca)) -> new_ltEs0(vwx532, vwx542, bbh, bca) 18.92/7.01 new_ltEs0(@2(vwx530, vwx531), @2(vwx540, vwx541), bfa, app(app(ty_@2, bfe), bff)) -> new_ltEs0(vwx531, vwx541, bfe, bff) 18.92/7.01 new_ltEs0(@2(vwx530, vwx531), @2(vwx540, vwx541), bfa, app(ty_[], bgb)) -> new_ltEs3(vwx531, vwx541, bgb) 18.92/7.01 new_ltEs0(@2(vwx530, vwx531), @2(vwx540, vwx541), app(app(ty_@2, bgg), bgh), bgf) -> new_lt0(vwx530, vwx540, bgg, bgh) 18.92/7.01 new_ltEs0(@2(vwx530, vwx531), @2(vwx540, vwx541), app(ty_Maybe, bha), bgf) -> new_lt1(vwx530, vwx540, bha) 18.92/7.01 new_ltEs0(@2(vwx530, vwx531), @2(vwx540, vwx541), app(app(ty_Either, bhb), bhc), bgf) -> new_lt2(vwx530, vwx540, bhb, bhc) 18.92/7.01 new_lt2(vwx78, vwx81, de, df) -> new_compare2(vwx78, vwx81, de, df) 18.92/7.01 new_compare2(Left(vwx3000), Left(vwx31000), cde, cdf) -> new_compare23(vwx3000, vwx31000, new_esEs10(vwx3000, vwx31000, cde), cde, cdf) 18.92/7.01 new_compare23(vwx60, vwx61, False, app(app(ty_@2, cec), ced), ceb) -> new_ltEs0(vwx60, vwx61, cec, ced) 18.92/7.01 new_ltEs0(@2(vwx530, vwx531), @2(vwx540, vwx541), bfa, app(ty_Maybe, bfg)) -> new_ltEs1(vwx531, vwx541, bfg) 18.92/7.01 new_ltEs1(Just(vwx530), Just(vwx540), app(app(ty_Either, cac), cad)) -> new_ltEs2(vwx530, vwx540, cac, cad) 18.92/7.01 new_ltEs2(Left(vwx530), Left(vwx540), app(ty_Maybe, cbd), cba) -> new_ltEs1(vwx530, vwx540, cbd) 18.92/7.01 new_ltEs1(Just(vwx530), Just(vwx540), app(app(ty_@2, bhh), caa)) -> new_ltEs0(vwx530, vwx540, bhh, caa) 18.92/7.01 new_ltEs0(@2(vwx530, vwx531), @2(vwx540, vwx541), app(app(app(ty_@3, bgc), bgd), bge), bgf) -> new_lt(vwx530, vwx540, bgc, bgd, bge) 18.92/7.01 new_ltEs0(@2(vwx530, vwx531), @2(vwx540, vwx541), bfa, app(app(ty_Either, bfh), bga)) -> new_ltEs2(vwx531, vwx541, bfh, bga) 18.92/7.01 new_ltEs2(Right(vwx530), Right(vwx540), cbh, app(app(ty_@2, ccd), cce)) -> new_ltEs0(vwx530, vwx540, ccd, cce) 18.92/7.01 new_ltEs2(Right(vwx530), Right(vwx540), cbh, app(app(app(ty_@3, cca), ccb), ccc)) -> new_ltEs(vwx530, vwx540, cca, ccb, ccc) 18.92/7.01 new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), app(ty_[], beh), bbd, bda) -> new_lt3(vwx530, vwx540, beh) 18.92/7.01 new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), bbc, bbd, app(app(ty_Either, bcc), bcd)) -> new_ltEs2(vwx532, vwx542, bcc, bcd) 18.92/7.01 new_ltEs2(Left(vwx530), Left(vwx540), app(app(app(ty_@3, caf), cag), cah), cba) -> new_ltEs(vwx530, vwx540, caf, cag, cah) 18.92/7.01 new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), bbc, bbd, app(ty_[], bce)) -> new_ltEs3(vwx532, vwx542, bce) 18.92/7.01 new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), bbc, app(ty_[], bdg), bda) -> new_lt3(vwx531, vwx541, bdg) 18.92/7.01 new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), bbc, bbd, app(app(app(ty_@3, bbe), bbf), bbg)) -> new_ltEs(vwx532, vwx542, bbe, bbf, bbg) 18.92/7.01 new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), bbc, app(ty_Maybe, bdd), bda) -> new_lt1(vwx531, vwx541, bdd) 18.92/7.01 new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), bbc, app(app(ty_Either, bde), bdf), bda) -> new_lt2(vwx531, vwx541, bde, bdf) 18.92/7.01 new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), bbc, bbd, app(ty_Maybe, bcb)) -> new_ltEs1(vwx532, vwx542, bcb) 18.92/7.01 new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), app(app(app(ty_@3, bdh), bea), beb), bbd, bda) -> new_lt(vwx530, vwx540, bdh, bea, beb) 18.92/7.01 new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), app(app(ty_Either, bef), beg), bbd, bda) -> new_lt2(vwx530, vwx540, bef, beg) 18.92/7.01 new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), bbc, app(app(app(ty_@3, bcf), bcg), bch), bda) -> new_lt(vwx531, vwx541, bcf, bcg, bch) 18.92/7.01 new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), bbc, app(app(ty_@2, bdb), bdc), bda) -> new_lt0(vwx531, vwx541, bdb, bdc) 18.92/7.01 new_ltEs2(Right(vwx530), Right(vwx540), cbh, app(app(ty_Either, ccg), cch)) -> new_ltEs2(vwx530, vwx540, ccg, cch) 18.92/7.01 new_ltEs2(Left(vwx530), Left(vwx540), app(app(ty_Either, cbe), cbf), cba) -> new_ltEs2(vwx530, vwx540, cbe, cbf) 18.92/7.01 new_ltEs2(Left(vwx530), Left(vwx540), app(app(ty_@2, cbb), cbc), cba) -> new_ltEs0(vwx530, vwx540, cbb, cbc) 18.92/7.01 new_compare23(vwx60, vwx61, False, app(ty_[], ceh), ceb) -> new_ltEs3(vwx60, vwx61, ceh) 18.92/7.01 new_compare23(vwx60, vwx61, False, app(app(ty_Either, cef), ceg), ceb) -> new_ltEs2(vwx60, vwx61, cef, ceg) 18.92/7.01 new_compare23(vwx60, vwx61, False, app(app(app(ty_@3, cdg), cdh), cea), ceb) -> new_ltEs(vwx60, vwx61, cdg, cdh, cea) 18.92/7.01 new_compare23(vwx60, vwx61, False, app(ty_Maybe, cee), ceb) -> new_ltEs1(vwx60, vwx61, cee) 18.92/7.01 new_compare2(Right(vwx3000), Right(vwx31000), cde, cdf) -> new_compare24(vwx3000, vwx31000, new_esEs11(vwx3000, vwx31000, cdf), cde, cdf) 18.92/7.01 new_compare24(vwx67, vwx68, False, cfa, app(app(ty_Either, cfh), cga)) -> new_ltEs2(vwx67, vwx68, cfh, cga) 18.92/7.01 new_compare24(vwx67, vwx68, False, cfa, app(ty_[], cgb)) -> new_ltEs3(vwx67, vwx68, cgb) 18.92/7.01 new_compare24(vwx67, vwx68, False, cfa, app(app(app(ty_@3, cfb), cfc), cfd)) -> new_ltEs(vwx67, vwx68, cfb, cfc, cfd) 18.92/7.01 new_compare24(vwx67, vwx68, False, cfa, app(app(ty_@2, cfe), cff)) -> new_ltEs0(vwx67, vwx68, cfe, cff) 18.92/7.01 new_compare24(vwx67, vwx68, False, cfa, app(ty_Maybe, cfg)) -> new_ltEs1(vwx67, vwx68, cfg) 18.92/7.01 new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, bbc), app(app(ty_Either, bde), bdf)), bda)) -> new_lt2(vwx531, vwx541, bde, bdf) 18.92/7.01 new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, bbc), bbd), app(app(ty_@2, bbh), bca))) -> new_ltEs0(vwx532, vwx542, bbh, bca) 18.92/7.01 new_compare22(@2(vwx530, vwx531), @2(vwx540, vwx541), False, app(app(ty_@2, app(app(ty_@2, bgg), bgh)), bgf)) -> new_lt0(vwx530, vwx540, bgg, bgh) 18.92/7.01 new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, bbc), app(app(app(ty_@3, bcf), bcg), bch)), bda)) -> new_lt(vwx531, vwx541, bcf, bcg, bch) 18.92/7.01 new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, bbc), bbd), app(app(app(ty_@3, bbe), bbf), bbg))) -> new_ltEs(vwx532, vwx542, bbe, bbf, bbg) 18.92/7.01 new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, bbc), app(ty_Maybe, bdd)), bda)) -> new_lt1(vwx531, vwx541, bdd) 18.92/7.01 new_compare22(vwx53, vwx54, False, app(ty_[], cdb)) -> new_compare3(vwx53, vwx54, cdb) 18.92/7.01 new_compare22(@2(vwx530, vwx531), @2(vwx540, vwx541), False, app(app(ty_@2, bfa), app(app(app(ty_@3, bfb), bfc), bfd))) -> new_ltEs(vwx531, vwx541, bfb, bfc, bfd) 18.92/7.01 new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, app(ty_Maybe, bee)), bbd), bda)) -> new_lt1(vwx530, vwx540, bee) 18.92/7.01 new_compare22(@2(vwx530, vwx531), @2(vwx540, vwx541), False, app(app(ty_@2, bfa), app(app(ty_@2, bfe), bff))) -> new_ltEs0(vwx531, vwx541, bfe, bff) 18.92/7.01 new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, app(app(ty_Either, bef), beg)), bbd), bda)) -> new_lt2(vwx530, vwx540, bef, beg) 18.92/7.01 new_compare22(Left(vwx530), Left(vwx540), False, app(app(ty_Either, app(ty_[], cbg)), cba)) -> new_ltEs3(vwx530, vwx540, cbg) 18.92/7.01 new_compare22(Right(vwx530), Right(vwx540), False, app(app(ty_Either, cbh), app(ty_Maybe, ccf))) -> new_ltEs1(vwx530, vwx540, ccf) 18.92/7.01 new_compare22(Just(vwx530), Just(vwx540), False, app(ty_Maybe, app(ty_[], cae))) -> new_ltEs3(vwx530, vwx540, cae) 18.92/7.01 new_compare22(Just(vwx530), Just(vwx540), False, app(ty_Maybe, app(app(ty_Either, cac), cad))) -> new_ltEs2(vwx530, vwx540, cac, cad) 18.92/7.01 new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, bbc), bbd), app(app(ty_Either, bcc), bcd))) -> new_ltEs2(vwx532, vwx542, bcc, bcd) 18.92/7.01 new_compare22(Just(vwx530), Just(vwx540), False, app(ty_Maybe, app(app(app(ty_@3, bhe), bhf), bhg))) -> new_ltEs(vwx530, vwx540, bhe, bhf, bhg) 18.92/7.01 new_compare22(Right(vwx530), Right(vwx540), False, app(app(ty_Either, cbh), app(app(ty_@2, ccd), cce))) -> new_ltEs0(vwx530, vwx540, ccd, cce) 18.92/7.01 new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, app(app(ty_@2, bec), bed)), bbd), bda)) -> new_lt0(vwx530, vwx540, bec, bed) 18.92/7.01 new_compare22(Left(vwx530), Left(vwx540), False, app(app(ty_Either, app(ty_Maybe, cbd)), cba)) -> new_ltEs1(vwx530, vwx540, cbd) 18.92/7.01 new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, bbc), app(ty_[], bdg)), bda)) -> new_lt3(vwx531, vwx541, bdg) 18.92/7.01 new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, app(app(app(ty_@3, bdh), bea), beb)), bbd), bda)) -> new_lt(vwx530, vwx540, bdh, bea, beb) 18.92/7.01 new_compare22(@2(vwx530, vwx531), @2(vwx540, vwx541), False, app(app(ty_@2, app(ty_Maybe, bha)), bgf)) -> new_lt1(vwx530, vwx540, bha) 18.92/7.01 new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, bbc), bbd), app(ty_[], bce))) -> new_ltEs3(vwx532, vwx542, bce) 18.92/7.01 new_compare22(@2(vwx530, vwx531), @2(vwx540, vwx541), False, app(app(ty_@2, bfa), app(ty_[], bgb))) -> new_ltEs3(vwx531, vwx541, bgb) 18.92/7.01 new_compare22(Left(vwx530), Left(vwx540), False, app(app(ty_Either, app(app(app(ty_@3, caf), cag), cah)), cba)) -> new_ltEs(vwx530, vwx540, caf, cag, cah) 18.92/7.01 new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, bbc), app(app(ty_@2, bdb), bdc)), bda)) -> new_lt0(vwx531, vwx541, bdb, bdc) 18.92/7.01 new_compare22(Right(vwx530), Right(vwx540), False, app(app(ty_Either, cbh), app(ty_[], cda))) -> new_ltEs3(vwx530, vwx540, cda) 18.92/7.01 new_compare22(@2(vwx530, vwx531), @2(vwx540, vwx541), False, app(app(ty_@2, app(app(ty_Either, bhb), bhc)), bgf)) -> new_lt2(vwx530, vwx540, bhb, bhc) 18.92/7.01 new_compare22(Left(vwx530), Left(vwx540), False, app(app(ty_Either, app(app(ty_Either, cbe), cbf)), cba)) -> new_ltEs2(vwx530, vwx540, cbe, cbf) 18.92/7.01 new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, app(ty_[], beh)), bbd), bda)) -> new_lt3(vwx530, vwx540, beh) 18.92/7.01 new_compare22(Right(vwx530), Right(vwx540), False, app(app(ty_Either, cbh), app(app(ty_Either, ccg), cch))) -> new_ltEs2(vwx530, vwx540, ccg, cch) 18.92/7.01 new_compare22(Right(vwx530), Right(vwx540), False, app(app(ty_Either, cbh), app(app(app(ty_@3, cca), ccb), ccc))) -> new_ltEs(vwx530, vwx540, cca, ccb, ccc) 18.92/7.01 new_compare22(@2(vwx530, vwx531), @2(vwx540, vwx541), False, app(app(ty_@2, bfa), app(ty_Maybe, bfg))) -> new_ltEs1(vwx531, vwx541, bfg) 18.92/7.01 new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, bbc), bbd), app(ty_Maybe, bcb))) -> new_ltEs1(vwx532, vwx542, bcb) 18.92/7.01 new_compare22(Just(vwx530), Just(vwx540), False, app(ty_Maybe, app(ty_Maybe, cab))) -> new_ltEs1(vwx530, vwx540, cab) 18.92/7.01 new_compare22(@2(vwx530, vwx531), @2(vwx540, vwx541), False, app(app(ty_@2, bfa), app(app(ty_Either, bfh), bga))) -> new_ltEs2(vwx531, vwx541, bfh, bga) 18.92/7.01 new_compare22(@2(vwx530, vwx531), @2(vwx540, vwx541), False, app(app(ty_@2, app(ty_[], bhd)), bgf)) -> new_lt3(vwx530, vwx540, bhd) 18.92/7.01 new_compare22(Just(vwx530), Just(vwx540), False, app(ty_Maybe, app(app(ty_@2, bhh), caa))) -> new_ltEs0(vwx530, vwx540, bhh, caa) 18.92/7.01 new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, dh, cg, app(app(ty_@2, ed), ee)) -> new_ltEs0(vwx80, vwx83, ed, ee) 18.92/7.01 new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, app(ty_Maybe, dd), cg, da) -> new_compare1(vwx78, vwx81, dd) 18.92/7.01 new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, dh, app(app(ty_@2, ff), fg), da) -> new_lt0(vwx79, vwx82, ff, fg) 18.92/7.01 new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, dh, app(app(ty_Either, ga), gb), da) -> new_lt2(vwx79, vwx82, ga, gb) 18.92/7.01 new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, dh, app(ty_Maybe, fh), da) -> new_lt1(vwx79, vwx82, fh) 18.92/7.01 new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, app(app(ty_Either, de), df), cg, da) -> new_compare2(vwx78, vwx81, de, df) 18.92/7.01 new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, dh, cg, app(ty_Maybe, ef)) -> new_ltEs1(vwx80, vwx83, ef) 19.19/7.01 new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, dh, app(app(app(ty_@3, fb), fc), fd), da) -> new_lt(vwx79, vwx82, fb, fc, fd) 19.19/7.01 new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, app(app(app(ty_@3, cd), ce), cf), cg, da) -> new_compare(vwx78, vwx81, cd, ce, cf) 19.19/7.01 new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, dh, cg, app(ty_[], fa)) -> new_ltEs3(vwx80, vwx83, fa) 19.19/7.01 new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, dh, app(ty_[], gc), da) -> new_lt3(vwx79, vwx82, gc) 19.19/7.01 new_compare21(vwx91, vwx92, vwx93, vwx94, False, app(app(ty_Either, he), hf), ha) -> new_lt2(vwx91, vwx93, he, hf) 19.19/7.01 new_compare21(vwx91, vwx92, vwx93, vwx94, False, app(ty_Maybe, hd), ha) -> new_lt1(vwx91, vwx93, hd) 19.19/7.01 new_compare21(vwx91, vwx92, vwx93, vwx94, False, hh, app(ty_Maybe, baf)) -> new_ltEs1(vwx92, vwx94, baf) 19.19/7.01 new_compare21(vwx91, vwx92, vwx93, vwx94, False, hh, app(app(app(ty_@3, baa), bab), bac)) -> new_ltEs(vwx92, vwx94, baa, bab, bac) 19.19/7.01 new_compare21(vwx91, vwx92, vwx93, vwx94, False, hh, app(ty_[], bba)) -> new_ltEs3(vwx92, vwx94, bba) 19.19/7.01 new_compare21(vwx91, vwx92, vwx93, vwx94, False, app(app(ty_@2, hb), hc), ha) -> new_lt0(vwx91, vwx93, hb, hc) 19.19/7.01 new_compare21(vwx91, vwx92, vwx93, vwx94, False, hh, app(app(ty_Either, bag), bah)) -> new_ltEs2(vwx92, vwx94, bag, bah) 19.19/7.01 new_compare21(vwx91, vwx92, vwx93, vwx94, False, app(ty_[], hg), ha) -> new_lt3(vwx91, vwx93, hg) 19.19/7.01 new_compare21(vwx91, vwx92, vwx93, vwx94, False, hh, app(app(ty_@2, bad), bae)) -> new_ltEs0(vwx92, vwx94, bad, bae) 19.19/7.01 new_primCompAux(Just(vwx3000), Just(vwx31000), vwx301, vwx3101, app(ty_Maybe, bbb)) -> new_compare22(vwx3000, vwx31000, new_esEs9(vwx3000, vwx31000, bbb), bbb) 19.19/7.01 new_primCompAux(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), vwx301, vwx3101, app(app(ty_@2, gd), ge)) -> new_compare21(vwx3000, vwx3001, vwx31000, vwx31001, new_asAs(new_esEs7(vwx3000, vwx31000, gd), new_esEs8(vwx3001, vwx31001, ge)), gd, ge) 19.19/7.01 new_primCompAux(Right(vwx3000), Right(vwx31000), vwx301, vwx3101, app(app(ty_Either, cde), cdf)) -> new_compare24(vwx3000, vwx31000, new_esEs11(vwx3000, vwx31000, cdf), cde, cdf) 19.19/7.01 new_primCompAux(Left(vwx3000), Left(vwx31000), vwx301, vwx3101, app(app(ty_Either, cde), cdf)) -> new_compare23(vwx3000, vwx31000, new_esEs10(vwx3000, vwx31000, cde), cde, cdf) 19.19/7.01 new_primCompAux(:(vwx3000, vwx3001), :(vwx31000, vwx31001), vwx301, vwx3101, app(ty_[], cdc)) -> new_primCompAux(vwx3000, vwx31000, vwx3001, vwx31001, cdc) 19.19/7.01 19.19/7.01 The TRS R consists of the following rules: 19.19/7.01 19.19/7.01 new_lt16(vwx78, vwx81) -> new_esEs24(new_compare14(vwx78, vwx81), LT) 19.19/7.01 new_esEs39(vwx91, vwx93, ty_Char) -> new_esEs21(vwx91, vwx93) 19.19/7.01 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 19.19/7.01 new_lt22(vwx530, vwx540, ty_Integer) -> new_lt16(vwx530, vwx540) 19.19/7.01 new_ltEs23(vwx531, vwx541, app(ty_Ratio, fga)) -> new_ltEs13(vwx531, vwx541, fga) 19.19/7.01 new_compare4(vwx300, vwx3100, ty_Int) -> new_compare5(vwx300, vwx3100) 19.19/7.01 new_esEs39(vwx91, vwx93, app(app(ty_Either, he), hf)) -> new_esEs15(vwx91, vwx93, he, hf) 19.19/7.01 new_pePe(True, vwx169) -> True 19.19/7.01 new_esEs8(vwx3001, vwx31001, app(ty_[], deh)) -> new_esEs22(vwx3001, vwx31001, deh) 19.19/7.01 new_ltEs10(False, False) -> True 19.19/7.01 new_ltEs9(Just(vwx530), Just(vwx540), ty_Integer) -> new_ltEs14(vwx530, vwx540) 19.19/7.01 new_esEs17(Integer(vwx30000), Integer(vwx310000)) -> new_primEqInt(vwx30000, vwx310000) 19.19/7.01 new_ltEs12(Right(vwx530), Right(vwx540), cbh, app(ty_Ratio, eed)) -> new_ltEs13(vwx530, vwx540, eed) 19.19/7.01 new_ltEs14(vwx53, vwx54) -> new_fsEs(new_compare14(vwx53, vwx54)) 19.19/7.01 new_esEs27(vwx30001, vwx310001, ty_Bool) -> new_esEs20(vwx30001, vwx310001) 19.19/7.01 new_esEs6(vwx3002, vwx31002, ty_Bool) -> new_esEs20(vwx3002, vwx31002) 19.19/7.01 new_ltEs12(Right(vwx530), Right(vwx540), cbh, ty_Float) -> new_ltEs17(vwx530, vwx540) 19.19/7.01 new_esEs9(vwx3000, vwx31000, app(ty_Maybe, fha)) -> new_esEs18(vwx3000, vwx31000, fha) 19.19/7.01 new_compare16(GT, LT) -> GT 19.19/7.01 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 19.19/7.01 new_ltEs20(vwx67, vwx68, app(app(app(ty_@3, cfb), cfc), cfd)) -> new_ltEs5(vwx67, vwx68, cfb, cfc, cfd) 19.19/7.01 new_esEs7(vwx3000, vwx31000, app(ty_Ratio, fcf)) -> new_esEs25(vwx3000, vwx31000, fcf) 19.19/7.01 new_esEs15(Left(vwx30000), Left(vwx310000), ty_Float, eab) -> new_esEs12(vwx30000, vwx310000) 19.19/7.01 new_compare26(vwx60, vwx61, True, ffc, ceb) -> EQ 19.19/7.01 new_lt23(vwx91, vwx93, app(app(ty_@2, hb), hc)) -> new_lt11(vwx91, vwx93, hb, hc) 19.19/7.01 new_lt23(vwx91, vwx93, app(ty_Ratio, fgb)) -> new_lt15(vwx91, vwx93, fgb) 19.19/7.01 new_esEs29(vwx79, vwx82, app(ty_[], gc)) -> new_esEs22(vwx79, vwx82, gc) 19.19/7.01 new_compare113(vwx131, vwx132, False, dga, dgb) -> GT 19.19/7.01 new_lt23(vwx91, vwx93, ty_@0) -> new_lt10(vwx91, vwx93) 19.19/7.01 new_lt6(vwx78, vwx81, app(app(ty_Either, de), df)) -> new_lt14(vwx78, vwx81, de, df) 19.19/7.01 new_ltEs12(Left(vwx530), Right(vwx540), cbh, cba) -> True 19.19/7.01 new_ltEs23(vwx531, vwx541, ty_Double) -> new_ltEs15(vwx531, vwx541) 19.19/7.01 new_ltEs4(vwx80, vwx83, ty_@0) -> new_ltEs7(vwx80, vwx83) 19.19/7.01 new_compare16(EQ, LT) -> GT 19.19/7.01 new_esEs11(vwx3000, vwx31000, ty_@0) -> new_esEs14(vwx3000, vwx31000) 19.19/7.01 new_esEs36(vwx530, vwx540, ty_@0) -> new_esEs14(vwx530, vwx540) 19.19/7.01 new_esEs29(vwx79, vwx82, ty_Char) -> new_esEs21(vwx79, vwx82) 19.19/7.01 new_ltEs20(vwx67, vwx68, app(ty_Maybe, cfg)) -> new_ltEs9(vwx67, vwx68, cfg) 19.19/7.01 new_ltEs21(vwx60, vwx61, ty_Ordering) -> new_ltEs16(vwx60, vwx61) 19.19/7.01 new_compare4(vwx300, vwx3100, app(app(app(ty_@3, ca), cb), cc)) -> new_compare6(vwx300, vwx3100, ca, cb, cc) 19.19/7.01 new_primCompAux1(vwx300, vwx3100, vwx301, vwx3101, cdd) -> new_primCompAux00(vwx301, vwx3101, new_compare4(vwx300, vwx3100, cdd), app(ty_[], cdd)) 19.19/7.01 new_ltEs20(vwx67, vwx68, app(ty_[], cgb)) -> new_ltEs18(vwx67, vwx68, cgb) 19.19/7.01 new_esEs8(vwx3001, vwx31001, ty_Double) -> new_esEs19(vwx3001, vwx31001) 19.19/7.01 new_esEs29(vwx79, vwx82, ty_Double) -> new_esEs19(vwx79, vwx82) 19.19/7.01 new_ltEs24(vwx92, vwx94, ty_Int) -> new_ltEs11(vwx92, vwx94) 19.19/7.01 new_primCompAux00(vwx20, vwx21, EQ, ty_Integer) -> new_compare14(vwx20, vwx21) 19.19/7.01 new_esEs4(vwx3000, vwx31000, app(app(ty_@2, chg), chh)) -> new_esEs23(vwx3000, vwx31000, chg, chh) 19.19/7.01 new_esEs31(vwx30001, vwx310001, app(app(app(ty_@3, ebg), ebh), eca)) -> new_esEs13(vwx30001, vwx310001, ebg, ebh, eca) 19.19/7.01 new_lt23(vwx91, vwx93, ty_Double) -> new_lt17(vwx91, vwx93) 19.19/7.01 new_primEqNat0(Succ(vwx300000), Succ(vwx3100000)) -> new_primEqNat0(vwx300000, vwx3100000) 19.19/7.01 new_compare110(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, True, dfd, dfe, dff) -> LT 19.19/7.01 new_esEs37(vwx531, vwx541, ty_Bool) -> new_esEs20(vwx531, vwx541) 19.19/7.01 new_compare25(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, True, dh, cg, da) -> EQ 19.19/7.01 new_not(True) -> False 19.19/7.01 new_esEs28(vwx78, vwx81, ty_Float) -> new_esEs12(vwx78, vwx81) 19.19/7.01 new_esEs7(vwx3000, vwx31000, ty_Float) -> new_esEs12(vwx3000, vwx31000) 19.19/7.01 new_esEs4(vwx3000, vwx31000, app(ty_Maybe, dgc)) -> new_esEs18(vwx3000, vwx31000, dgc) 19.19/7.01 new_esEs15(Left(vwx30000), Left(vwx310000), app(ty_Maybe, fdd), eab) -> new_esEs18(vwx30000, vwx310000, fdd) 19.19/7.01 new_esEs8(vwx3001, vwx31001, ty_Char) -> new_esEs21(vwx3001, vwx31001) 19.19/7.01 new_ltEs21(vwx60, vwx61, ty_@0) -> new_ltEs7(vwx60, vwx61) 19.19/7.01 new_ltEs22(vwx532, vwx542, ty_Float) -> new_ltEs17(vwx532, vwx542) 19.19/7.01 new_primCompAux00(vwx20, vwx21, EQ, ty_Float) -> new_compare17(vwx20, vwx21) 19.19/7.01 new_ltEs12(Left(vwx530), Left(vwx540), ty_Char, cba) -> new_ltEs6(vwx530, vwx540) 19.19/7.01 new_esEs18(Just(vwx30000), Just(vwx310000), ty_Ordering) -> new_esEs24(vwx30000, vwx310000) 19.19/7.01 new_esEs15(Left(vwx30000), Left(vwx310000), app(app(ty_Either, fdb), fdc), eab) -> new_esEs15(vwx30000, vwx310000, fdb, fdc) 19.19/7.01 new_ltEs19(vwx53, vwx54, ty_Int) -> new_ltEs11(vwx53, vwx54) 19.19/7.01 new_primEqNat0(Succ(vwx300000), Zero) -> False 19.19/7.01 new_primEqNat0(Zero, Succ(vwx3100000)) -> False 19.19/7.01 new_esEs14(@0, @0) -> True 19.19/7.01 new_compare115(vwx114, vwx115, False, ehd) -> GT 19.19/7.01 new_esEs31(vwx30001, vwx310001, app(ty_[], ece)) -> new_esEs22(vwx30001, vwx310001, ece) 19.19/7.01 new_esEs39(vwx91, vwx93, ty_Ordering) -> new_esEs24(vwx91, vwx93) 19.19/7.01 new_ltEs9(Just(vwx530), Just(vwx540), ty_Float) -> new_ltEs17(vwx530, vwx540) 19.19/7.01 new_esEs18(Just(vwx30000), Just(vwx310000), ty_Integer) -> new_esEs17(vwx30000, vwx310000) 19.19/7.01 new_esEs30(vwx30000, vwx310000, app(ty_Ratio, ebf)) -> new_esEs25(vwx30000, vwx310000, ebf) 19.19/7.01 new_esEs34(vwx30000, vwx310000, ty_Integer) -> new_esEs17(vwx30000, vwx310000) 19.19/7.01 new_ltEs4(vwx80, vwx83, app(app(ty_@2, ed), ee)) -> new_ltEs8(vwx80, vwx83, ed, ee) 19.19/7.01 new_esEs8(vwx3001, vwx31001, app(app(ty_Either, dee), def)) -> new_esEs15(vwx3001, vwx31001, dee, def) 19.19/7.01 new_ltEs12(Left(vwx530), Left(vwx540), app(app(ty_@2, cbb), cbc), cba) -> new_ltEs8(vwx530, vwx540, cbb, cbc) 19.19/7.01 new_esEs28(vwx78, vwx81, app(ty_Ratio, dce)) -> new_esEs25(vwx78, vwx81, dce) 19.19/7.01 new_compare28(vwx53, vwx54, True, ehg) -> EQ 19.19/7.01 new_esEs39(vwx91, vwx93, ty_Integer) -> new_esEs17(vwx91, vwx93) 19.19/7.01 new_esEs31(vwx30001, vwx310001, ty_Double) -> new_esEs19(vwx30001, vwx310001) 19.19/7.01 new_esEs33(vwx30000, vwx310000, ty_Float) -> new_esEs12(vwx30000, vwx310000) 19.19/7.01 new_esEs38(vwx530, vwx540, ty_Float) -> new_esEs12(vwx530, vwx540) 19.19/7.01 new_esEs27(vwx30001, vwx310001, ty_Integer) -> new_esEs17(vwx30001, vwx310001) 19.19/7.01 new_primCmpInt(Pos(Succ(vwx30000)), Neg(vwx31000)) -> GT 19.19/7.01 new_lt20(vwx531, vwx541, ty_Char) -> new_lt9(vwx531, vwx541) 19.19/7.01 new_compare18(:(vwx3000, vwx3001), :(vwx31000, vwx31001), cdc) -> new_primCompAux1(vwx3000, vwx31000, vwx3001, vwx31001, cdc) 19.19/7.01 new_compare12(Left(vwx3000), Left(vwx31000), cde, cdf) -> new_compare26(vwx3000, vwx31000, new_esEs10(vwx3000, vwx31000, cde), cde, cdf) 19.19/7.01 new_compare112(vwx158, vwx159, vwx160, vwx161, True, dfg, dfh) -> LT 19.19/7.01 new_lt7(vwx79, vwx82, ty_Bool) -> new_lt5(vwx79, vwx82) 19.19/7.01 new_esEs33(vwx30000, vwx310000, ty_Int) -> new_esEs16(vwx30000, vwx310000) 19.19/7.01 new_ltEs12(Left(vwx530), Left(vwx540), app(app(app(ty_@3, caf), cag), cah), cba) -> new_ltEs5(vwx530, vwx540, caf, cag, cah) 19.19/7.01 new_ltEs12(Right(vwx530), Right(vwx540), cbh, app(ty_[], cda)) -> new_ltEs18(vwx530, vwx540, cda) 19.19/7.01 new_compare13(:%(vwx3000, vwx3001), :%(vwx31000, vwx31001), ty_Integer) -> new_compare14(new_sr0(vwx3000, vwx31001), new_sr0(vwx31000, vwx3001)) 19.19/7.01 new_esEs15(Left(vwx30000), Left(vwx310000), ty_Int, eab) -> new_esEs16(vwx30000, vwx310000) 19.19/7.01 new_primPlusNat1(Succ(vwx17100), Succ(vwx31001000)) -> Succ(Succ(new_primPlusNat1(vwx17100, vwx31001000))) 19.19/7.01 new_primCompAux00(vwx20, vwx21, GT, cgc) -> GT 19.19/7.01 new_esEs26(vwx30000, vwx310000, ty_@0) -> new_esEs14(vwx30000, vwx310000) 19.19/7.01 new_ltEs22(vwx532, vwx542, ty_Integer) -> new_ltEs14(vwx532, vwx542) 19.19/7.01 new_primCompAux00(vwx20, vwx21, EQ, app(ty_Maybe, be)) -> new_compare10(vwx20, vwx21, be) 19.19/7.01 new_primCmpNat0(Zero, Succ(vwx310000)) -> LT 19.19/7.01 new_esEs29(vwx79, vwx82, app(app(app(ty_@3, fb), fc), fd)) -> new_esEs13(vwx79, vwx82, fb, fc, fd) 19.19/7.01 new_ltEs23(vwx531, vwx541, app(app(ty_@2, bfe), bff)) -> new_ltEs8(vwx531, vwx541, bfe, bff) 19.19/7.01 new_esEs36(vwx530, vwx540, ty_Double) -> new_esEs19(vwx530, vwx540) 19.19/7.01 new_esEs27(vwx30001, vwx310001, ty_Ordering) -> new_esEs24(vwx30001, vwx310001) 19.19/7.01 new_esEs30(vwx30000, vwx310000, app(app(ty_@2, ebd), ebe)) -> new_esEs23(vwx30000, vwx310000, ebd, ebe) 19.19/7.01 new_ltEs19(vwx53, vwx54, ty_@0) -> new_ltEs7(vwx53, vwx54) 19.19/7.01 new_primCompAux00(vwx20, vwx21, EQ, ty_@0) -> new_compare8(vwx20, vwx21) 19.19/7.01 new_esEs29(vwx79, vwx82, ty_Integer) -> new_esEs17(vwx79, vwx82) 19.19/7.01 new_compare10(Nothing, Just(vwx31000), bbb) -> LT 19.19/7.01 new_compare114(vwx121, vwx122, True, eef, eeg) -> LT 19.19/7.01 new_esEs29(vwx79, vwx82, ty_Ordering) -> new_esEs24(vwx79, vwx82) 19.19/7.01 new_lt4(vwx78, vwx81) -> new_esEs24(new_compare17(vwx78, vwx81), LT) 19.19/7.01 new_ltEs21(vwx60, vwx61, app(app(ty_@2, cec), ced)) -> new_ltEs8(vwx60, vwx61, cec, ced) 19.19/7.01 new_esEs11(vwx3000, vwx31000, ty_Double) -> new_esEs19(vwx3000, vwx31000) 19.19/7.01 new_esEs11(vwx3000, vwx31000, ty_Int) -> new_esEs16(vwx3000, vwx31000) 19.19/7.01 new_lt17(vwx78, vwx81) -> new_esEs24(new_compare15(vwx78, vwx81), LT) 19.19/7.01 new_ltEs7(vwx53, vwx54) -> new_fsEs(new_compare8(vwx53, vwx54)) 19.19/7.01 new_esEs31(vwx30001, vwx310001, ty_Char) -> new_esEs21(vwx30001, vwx310001) 19.19/7.01 new_esEs26(vwx30000, vwx310000, app(ty_[], dag)) -> new_esEs22(vwx30000, vwx310000, dag) 19.19/7.01 new_ltEs21(vwx60, vwx61, ty_Int) -> new_ltEs11(vwx60, vwx61) 19.19/7.01 new_ltEs23(vwx531, vwx541, app(ty_[], bgb)) -> new_ltEs18(vwx531, vwx541, bgb) 19.19/7.01 new_esEs32(vwx30002, vwx310002, app(app(ty_@2, edh), eea)) -> new_esEs23(vwx30002, vwx310002, edh, eea) 19.19/7.01 new_esEs8(vwx3001, vwx31001, ty_Ordering) -> new_esEs24(vwx3001, vwx31001) 19.19/7.01 new_esEs31(vwx30001, vwx310001, app(app(ty_Either, ecb), ecc)) -> new_esEs15(vwx30001, vwx310001, ecb, ecc) 19.19/7.01 new_esEs18(Just(vwx30000), Just(vwx310000), ty_Double) -> new_esEs19(vwx30000, vwx310000) 19.19/7.01 new_ltEs10(True, False) -> False 19.19/7.01 new_lt22(vwx530, vwx540, app(app(ty_Either, bhb), bhc)) -> new_lt14(vwx530, vwx540, bhb, bhc) 19.19/7.01 new_esEs38(vwx530, vwx540, ty_Int) -> new_esEs16(vwx530, vwx540) 19.19/7.01 new_lt20(vwx531, vwx541, app(ty_Maybe, bdd)) -> new_lt12(vwx531, vwx541, bdd) 19.19/7.01 new_esEs10(vwx3000, vwx31000, app(ty_Maybe, efe)) -> new_esEs18(vwx3000, vwx31000, efe) 19.19/7.01 new_esEs19(Double(vwx30000, vwx30001), Double(vwx310000, vwx310001)) -> new_esEs16(new_sr(vwx30000, vwx310001), new_sr(vwx30001, vwx310000)) 19.19/7.01 new_primEqInt(Neg(Succ(vwx300000)), Neg(Succ(vwx3100000))) -> new_primEqNat0(vwx300000, vwx3100000) 19.19/7.01 new_ltEs4(vwx80, vwx83, ty_Ordering) -> new_ltEs16(vwx80, vwx83) 19.19/7.01 new_esEs31(vwx30001, vwx310001, ty_@0) -> new_esEs14(vwx30001, vwx310001) 19.19/7.01 new_ltEs9(Just(vwx530), Just(vwx540), ty_Bool) -> new_ltEs10(vwx530, vwx540) 19.19/7.01 new_primCmpInt(Neg(Zero), Pos(Succ(vwx310000))) -> LT 19.19/7.01 new_esEs36(vwx530, vwx540, app(app(app(ty_@3, bdh), bea), beb)) -> new_esEs13(vwx530, vwx540, bdh, bea, beb) 19.19/7.01 new_esEs4(vwx3000, vwx31000, app(ty_Ratio, ead)) -> new_esEs25(vwx3000, vwx31000, ead) 19.19/7.01 new_esEs8(vwx3001, vwx31001, ty_Integer) -> new_esEs17(vwx3001, vwx31001) 19.19/7.01 new_primMulInt(Pos(vwx30000), Pos(vwx310010)) -> Pos(new_primMulNat0(vwx30000, vwx310010)) 19.19/7.01 new_esEs6(vwx3002, vwx31002, ty_Char) -> new_esEs21(vwx3002, vwx31002) 19.19/7.01 new_ltEs20(vwx67, vwx68, ty_Double) -> new_ltEs15(vwx67, vwx68) 19.19/7.01 new_primCompAux00(vwx20, vwx21, EQ, app(app(ty_@2, bc), bd)) -> new_compare9(vwx20, vwx21, bc, bd) 19.19/7.01 new_ltEs24(vwx92, vwx94, ty_Float) -> new_ltEs17(vwx92, vwx94) 19.19/7.01 new_lt7(vwx79, vwx82, ty_@0) -> new_lt10(vwx79, vwx82) 19.19/7.01 new_compare27(vwx67, vwx68, False, cfa, faa) -> new_compare113(vwx67, vwx68, new_ltEs20(vwx67, vwx68, faa), cfa, faa) 19.19/7.01 new_ltEs24(vwx92, vwx94, ty_Bool) -> new_ltEs10(vwx92, vwx94) 19.19/7.01 new_primMulNat0(Succ(vwx300000), Zero) -> Zero 19.19/7.01 new_primMulNat0(Zero, Succ(vwx3100100)) -> Zero 19.19/7.01 new_esEs7(vwx3000, vwx31000, app(app(ty_@2, fcd), fce)) -> new_esEs23(vwx3000, vwx31000, fcd, fce) 19.19/7.01 new_ltEs9(Just(vwx530), Just(vwx540), app(app(ty_Either, cac), cad)) -> new_ltEs12(vwx530, vwx540, cac, cad) 19.19/7.01 new_compare15(Double(vwx3000, Pos(vwx30010)), Double(vwx31000, Pos(vwx310010))) -> new_compare5(new_sr(vwx3000, Pos(vwx310010)), new_sr(Pos(vwx30010), vwx31000)) 19.19/7.01 new_esEs26(vwx30000, vwx310000, ty_Int) -> new_esEs16(vwx30000, vwx310000) 19.19/7.01 new_esEs39(vwx91, vwx93, app(app(app(ty_@3, gf), gg), gh)) -> new_esEs13(vwx91, vwx93, gf, gg, gh) 19.19/7.01 new_esEs6(vwx3002, vwx31002, app(app(ty_Either, ddc), ddd)) -> new_esEs15(vwx3002, vwx31002, ddc, ddd) 19.19/7.01 new_lt20(vwx531, vwx541, ty_@0) -> new_lt10(vwx531, vwx541) 19.19/7.01 new_compare19(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, False, vwx150, dfd, dfe, dff) -> new_compare110(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, vwx150, dfd, dfe, dff) 19.19/7.01 new_lt22(vwx530, vwx540, app(ty_Maybe, bha)) -> new_lt12(vwx530, vwx540, bha) 19.19/7.01 new_esEs27(vwx30001, vwx310001, ty_Char) -> new_esEs21(vwx30001, vwx310001) 19.19/7.01 new_esEs15(Right(vwx30000), Right(vwx310000), eaa, ty_Bool) -> new_esEs20(vwx30000, vwx310000) 19.19/7.01 new_ltEs12(Right(vwx530), Right(vwx540), cbh, ty_Bool) -> new_ltEs10(vwx530, vwx540) 19.19/7.01 new_esEs39(vwx91, vwx93, ty_@0) -> new_esEs14(vwx91, vwx93) 19.19/7.01 new_ltEs12(Right(vwx530), Right(vwx540), cbh, app(ty_Maybe, ccf)) -> new_ltEs9(vwx530, vwx540, ccf) 19.19/7.01 new_esEs30(vwx30000, vwx310000, app(ty_Maybe, ebb)) -> new_esEs18(vwx30000, vwx310000, ebb) 19.19/7.01 new_lt9(vwx78, vwx81) -> new_esEs24(new_compare7(vwx78, vwx81), LT) 19.19/7.01 new_esEs32(vwx30002, vwx310002, app(ty_Maybe, edf)) -> new_esEs18(vwx30002, vwx310002, edf) 19.19/7.01 new_ltEs12(Left(vwx530), Left(vwx540), ty_Integer, cba) -> new_ltEs14(vwx530, vwx540) 19.19/7.01 new_esEs9(vwx3000, vwx31000, app(app(ty_@2, fhc), fhd)) -> new_esEs23(vwx3000, vwx31000, fhc, fhd) 19.19/7.01 new_esEs31(vwx30001, vwx310001, ty_Integer) -> new_esEs17(vwx30001, vwx310001) 19.19/7.01 new_primPlusNat1(Succ(vwx17100), Zero) -> Succ(vwx17100) 19.19/7.01 new_primPlusNat1(Zero, Succ(vwx31001000)) -> Succ(vwx31001000) 19.19/7.01 new_ltEs19(vwx53, vwx54, app(app(ty_@2, bfa), bgf)) -> new_ltEs8(vwx53, vwx54, bfa, bgf) 19.19/7.01 new_esEs15(Right(vwx30000), Right(vwx310000), eaa, app(app(ty_@2, feh), ffa)) -> new_esEs23(vwx30000, vwx310000, feh, ffa) 19.19/7.01 new_esEs5(vwx3001, vwx31001, app(ty_[], chc)) -> new_esEs22(vwx3001, vwx31001, chc) 19.19/7.01 new_esEs39(vwx91, vwx93, ty_Bool) -> new_esEs20(vwx91, vwx93) 19.19/7.01 new_esEs6(vwx3002, vwx31002, app(ty_Maybe, dde)) -> new_esEs18(vwx3002, vwx31002, dde) 19.19/7.01 new_esEs38(vwx530, vwx540, app(ty_Ratio, ffh)) -> new_esEs25(vwx530, vwx540, ffh) 19.19/7.01 new_esEs29(vwx79, vwx82, app(app(ty_Either, ga), gb)) -> new_esEs15(vwx79, vwx82, ga, gb) 19.19/7.01 new_ltEs10(False, True) -> True 19.19/7.01 new_esEs39(vwx91, vwx93, app(ty_[], hg)) -> new_esEs22(vwx91, vwx93, hg) 19.19/7.01 new_esEs5(vwx3001, vwx31001, ty_Float) -> new_esEs12(vwx3001, vwx31001) 19.19/7.01 new_esEs31(vwx30001, vwx310001, ty_Ordering) -> new_esEs24(vwx30001, vwx310001) 19.19/7.01 new_esEs5(vwx3001, vwx31001, app(app(ty_Either, cgh), cha)) -> new_esEs15(vwx3001, vwx31001, cgh, cha) 19.19/7.01 new_esEs5(vwx3001, vwx31001, ty_Char) -> new_esEs21(vwx3001, vwx31001) 19.19/7.01 new_lt7(vwx79, vwx82, app(app(ty_@2, ff), fg)) -> new_lt11(vwx79, vwx82, ff, fg) 19.19/7.01 new_esEs5(vwx3001, vwx31001, ty_@0) -> new_esEs14(vwx3001, vwx31001) 19.19/7.01 new_esEs29(vwx79, vwx82, ty_@0) -> new_esEs14(vwx79, vwx82) 19.19/7.01 new_esEs7(vwx3000, vwx31000, app(ty_Maybe, fcb)) -> new_esEs18(vwx3000, vwx31000, fcb) 19.19/7.01 new_lt18(vwx78, vwx81) -> new_esEs24(new_compare16(vwx78, vwx81), LT) 19.19/7.01 new_ltEs19(vwx53, vwx54, ty_Ordering) -> new_ltEs16(vwx53, vwx54) 19.19/7.01 new_lt21(vwx530, vwx540, ty_@0) -> new_lt10(vwx530, vwx540) 19.19/7.01 new_esEs10(vwx3000, vwx31000, app(app(ty_@2, efg), efh)) -> new_esEs23(vwx3000, vwx31000, efg, efh) 19.19/7.01 new_esEs6(vwx3002, vwx31002, ty_Integer) -> new_esEs17(vwx3002, vwx31002) 19.19/7.01 new_compare4(vwx300, vwx3100, app(app(ty_@2, gd), ge)) -> new_compare9(vwx300, vwx3100, gd, ge) 19.19/7.01 new_esEs26(vwx30000, vwx310000, app(app(app(ty_@3, daa), dab), dac)) -> new_esEs13(vwx30000, vwx310000, daa, dab, dac) 19.19/7.01 new_compare18(:(vwx3000, vwx3001), [], cdc) -> GT 19.19/7.01 new_ltEs21(vwx60, vwx61, ty_Double) -> new_ltEs15(vwx60, vwx61) 19.19/7.01 new_ltEs9(Just(vwx530), Just(vwx540), ty_Char) -> new_ltEs6(vwx530, vwx540) 19.19/7.01 new_esEs36(vwx530, vwx540, ty_Int) -> new_esEs16(vwx530, vwx540) 19.19/7.01 new_compare16(LT, LT) -> EQ 19.19/7.01 new_ltEs13(vwx53, vwx54, ehh) -> new_fsEs(new_compare13(vwx53, vwx54, ehh)) 19.19/7.01 new_esEs6(vwx3002, vwx31002, ty_Ordering) -> new_esEs24(vwx3002, vwx31002) 19.19/7.01 new_esEs30(vwx30000, vwx310000, ty_Float) -> new_esEs12(vwx30000, vwx310000) 19.19/7.01 new_lt6(vwx78, vwx81, app(ty_Maybe, dd)) -> new_lt12(vwx78, vwx81, dd) 19.19/7.01 new_esEs10(vwx3000, vwx31000, ty_Bool) -> new_esEs20(vwx3000, vwx31000) 19.19/7.01 new_esEs27(vwx30001, vwx310001, app(app(app(ty_@3, dbc), dbd), dbe)) -> new_esEs13(vwx30001, vwx310001, dbc, dbd, dbe) 19.19/7.01 new_esEs11(vwx3000, vwx31000, ty_Ordering) -> new_esEs24(vwx3000, vwx31000) 19.19/7.01 new_esEs33(vwx30000, vwx310000, ty_Double) -> new_esEs19(vwx30000, vwx310000) 19.19/7.01 new_lt22(vwx530, vwx540, ty_Float) -> new_lt4(vwx530, vwx540) 19.19/7.01 new_esEs29(vwx79, vwx82, ty_Int) -> new_esEs16(vwx79, vwx82) 19.19/7.01 new_esEs27(vwx30001, vwx310001, ty_Double) -> new_esEs19(vwx30001, vwx310001) 19.19/7.01 new_esEs35(vwx30001, vwx310001, ty_Int) -> new_esEs16(vwx30001, vwx310001) 19.19/7.01 new_esEs33(vwx30000, vwx310000, app(app(app(ty_@3, fac), fad), fae)) -> new_esEs13(vwx30000, vwx310000, fac, fad, fae) 19.19/7.01 new_ltEs22(vwx532, vwx542, app(ty_[], bce)) -> new_ltEs18(vwx532, vwx542, bce) 19.19/7.01 new_lt8(vwx78, vwx81, cd, ce, cf) -> new_esEs24(new_compare6(vwx78, vwx81, cd, ce, cf), LT) 19.19/7.01 new_esEs15(Left(vwx30000), Left(vwx310000), app(ty_Ratio, fdh), eab) -> new_esEs25(vwx30000, vwx310000, fdh) 19.19/7.01 new_compare4(vwx300, vwx3100, ty_Bool) -> new_compare11(vwx300, vwx3100) 19.19/7.01 new_esEs36(vwx530, vwx540, ty_Float) -> new_esEs12(vwx530, vwx540) 19.19/7.01 new_esEs11(vwx3000, vwx31000, ty_Integer) -> new_esEs17(vwx3000, vwx31000) 19.19/7.01 new_esEs38(vwx530, vwx540, app(ty_Maybe, bha)) -> new_esEs18(vwx530, vwx540, bha) 19.19/7.01 new_esEs31(vwx30001, vwx310001, ty_Bool) -> new_esEs20(vwx30001, vwx310001) 19.19/7.01 new_esEs11(vwx3000, vwx31000, app(ty_Ratio, ehc)) -> new_esEs25(vwx3000, vwx31000, ehc) 19.19/7.01 new_esEs6(vwx3002, vwx31002, app(ty_[], ddf)) -> new_esEs22(vwx3002, vwx31002, ddf) 19.19/7.01 new_lt6(vwx78, vwx81, ty_Ordering) -> new_lt18(vwx78, vwx81) 19.19/7.01 new_esEs32(vwx30002, vwx310002, ty_Ordering) -> new_esEs24(vwx30002, vwx310002) 19.19/7.01 new_ltEs24(vwx92, vwx94, app(app(ty_@2, bad), bae)) -> new_ltEs8(vwx92, vwx94, bad, bae) 19.19/7.01 new_esEs15(Right(vwx30000), Right(vwx310000), eaa, ty_Float) -> new_esEs12(vwx30000, vwx310000) 19.19/7.01 new_esEs5(vwx3001, vwx31001, ty_Ordering) -> new_esEs24(vwx3001, vwx31001) 19.19/7.01 new_ltEs12(Left(vwx530), Left(vwx540), ty_Bool, cba) -> new_ltEs10(vwx530, vwx540) 19.19/7.01 new_esEs36(vwx530, vwx540, app(ty_Ratio, ffe)) -> new_esEs25(vwx530, vwx540, ffe) 19.19/7.01 new_lt23(vwx91, vwx93, ty_Bool) -> new_lt5(vwx91, vwx93) 19.19/7.01 new_esEs11(vwx3000, vwx31000, ty_Float) -> new_esEs12(vwx3000, vwx31000) 19.19/7.01 new_esEs27(vwx30001, vwx310001, app(ty_[], dca)) -> new_esEs22(vwx30001, vwx310001, dca) 19.19/7.01 new_esEs28(vwx78, vwx81, app(app(ty_@2, db), dc)) -> new_esEs23(vwx78, vwx81, db, dc) 19.19/7.01 new_compare4(vwx300, vwx3100, app(app(ty_Either, cde), cdf)) -> new_compare12(vwx300, vwx3100, cde, cdf) 19.19/7.01 new_primCmpInt(Pos(Succ(vwx30000)), Pos(vwx31000)) -> new_primCmpNat0(Succ(vwx30000), vwx31000) 19.19/7.01 new_esEs15(Left(vwx30000), Left(vwx310000), ty_@0, eab) -> new_esEs14(vwx30000, vwx310000) 19.19/7.01 new_compare17(Float(vwx3000, Pos(vwx30010)), Float(vwx31000, Pos(vwx310010))) -> new_compare5(new_sr(vwx3000, Pos(vwx310010)), new_sr(Pos(vwx30010), vwx31000)) 19.19/7.01 new_compare4(vwx300, vwx3100, ty_@0) -> new_compare8(vwx300, vwx3100) 19.19/7.01 new_esEs4(vwx3000, vwx31000, ty_Float) -> new_esEs12(vwx3000, vwx31000) 19.19/7.01 new_esEs32(vwx30002, vwx310002, ty_Integer) -> new_esEs17(vwx30002, vwx310002) 19.19/7.01 new_compare15(Double(vwx3000, Neg(vwx30010)), Double(vwx31000, Neg(vwx310010))) -> new_compare5(new_sr(vwx3000, Neg(vwx310010)), new_sr(Neg(vwx30010), vwx31000)) 19.19/7.01 new_primCompAux00(vwx20, vwx21, EQ, ty_Bool) -> new_compare11(vwx20, vwx21) 19.19/7.01 new_ltEs12(Left(vwx530), Left(vwx540), ty_Double, cba) -> new_ltEs15(vwx530, vwx540) 19.19/7.01 new_esEs18(Just(vwx30000), Just(vwx310000), app(ty_Maybe, dha)) -> new_esEs18(vwx30000, vwx310000, dha) 19.19/7.01 new_esEs4(vwx3000, vwx31000, ty_Integer) -> new_esEs17(vwx3000, vwx31000) 19.19/7.01 new_esEs32(vwx30002, vwx310002, ty_Float) -> new_esEs12(vwx30002, vwx310002) 19.19/7.01 new_lt22(vwx530, vwx540, ty_Ordering) -> new_lt18(vwx530, vwx540) 19.19/7.01 new_lt6(vwx78, vwx81, ty_Bool) -> new_lt5(vwx78, vwx81) 19.19/7.01 new_esEs15(Right(vwx30000), Right(vwx310000), eaa, ty_Ordering) -> new_esEs24(vwx30000, vwx310000) 19.19/7.01 new_esEs12(Float(vwx30000, vwx30001), Float(vwx310000, vwx310001)) -> new_esEs16(new_sr(vwx30000, vwx310001), new_sr(vwx30001, vwx310000)) 19.19/7.01 new_lt20(vwx531, vwx541, app(app(app(ty_@3, bcf), bcg), bch)) -> new_lt8(vwx531, vwx541, bcf, bcg, bch) 19.19/7.01 new_ltEs17(vwx53, vwx54) -> new_fsEs(new_compare17(vwx53, vwx54)) 19.19/7.01 new_lt19(vwx78, vwx81, dg) -> new_esEs24(new_compare18(vwx78, vwx81, dg), LT) 19.19/7.01 new_esEs4(vwx3000, vwx31000, ty_Ordering) -> new_esEs24(vwx3000, vwx31000) 19.19/7.01 new_lt21(vwx530, vwx540, ty_Char) -> new_lt9(vwx530, vwx540) 19.19/7.01 new_esEs38(vwx530, vwx540, ty_@0) -> new_esEs14(vwx530, vwx540) 19.19/7.01 new_esEs33(vwx30000, vwx310000, app(ty_Maybe, fah)) -> new_esEs18(vwx30000, vwx310000, fah) 19.19/7.01 new_esEs18(Just(vwx30000), Just(vwx310000), ty_Int) -> new_esEs16(vwx30000, vwx310000) 19.19/7.01 new_lt20(vwx531, vwx541, app(app(ty_Either, bde), bdf)) -> new_lt14(vwx531, vwx541, bde, bdf) 19.19/7.01 new_lt23(vwx91, vwx93, ty_Ordering) -> new_lt18(vwx91, vwx93) 19.19/7.01 new_esEs29(vwx79, vwx82, ty_Bool) -> new_esEs20(vwx79, vwx82) 19.19/7.01 new_esEs32(vwx30002, vwx310002, ty_Char) -> new_esEs21(vwx30002, vwx310002) 19.19/7.01 new_esEs10(vwx3000, vwx31000, ty_Int) -> new_esEs16(vwx3000, vwx31000) 19.19/7.01 new_esEs10(vwx3000, vwx31000, ty_Float) -> new_esEs12(vwx3000, vwx31000) 19.19/7.01 new_esEs37(vwx531, vwx541, ty_Char) -> new_esEs21(vwx531, vwx541) 19.19/7.01 new_esEs36(vwx530, vwx540, ty_Bool) -> new_esEs20(vwx530, vwx540) 19.19/7.01 new_compare19(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, True, vwx150, dfd, dfe, dff) -> new_compare110(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, True, dfd, dfe, dff) 19.19/7.01 new_esEs24(LT, GT) -> False 19.19/7.01 new_esEs24(GT, LT) -> False 19.19/7.01 new_esEs15(Right(vwx30000), Right(vwx310000), eaa, ty_Integer) -> new_esEs17(vwx30000, vwx310000) 19.19/7.01 new_ltEs12(Right(vwx530), Right(vwx540), cbh, ty_Char) -> new_ltEs6(vwx530, vwx540) 19.19/7.01 new_esEs32(vwx30002, vwx310002, app(app(ty_Either, edd), ede)) -> new_esEs15(vwx30002, vwx310002, edd, ede) 19.19/7.01 new_esEs10(vwx3000, vwx31000, ty_Integer) -> new_esEs17(vwx3000, vwx31000) 19.19/7.01 new_ltEs9(Just(vwx530), Just(vwx540), ty_Ordering) -> new_ltEs16(vwx530, vwx540) 19.19/7.01 new_lt21(vwx530, vwx540, app(app(ty_Either, bef), beg)) -> new_lt14(vwx530, vwx540, bef, beg) 19.19/7.01 new_esEs39(vwx91, vwx93, app(ty_Maybe, hd)) -> new_esEs18(vwx91, vwx93, hd) 19.19/7.01 new_esEs30(vwx30000, vwx310000, ty_Bool) -> new_esEs20(vwx30000, vwx310000) 19.19/7.01 new_esEs10(vwx3000, vwx31000, ty_Ordering) -> new_esEs24(vwx3000, vwx31000) 19.19/7.01 new_esEs37(vwx531, vwx541, app(app(ty_Either, bde), bdf)) -> new_esEs15(vwx531, vwx541, bde, bdf) 19.19/7.01 new_ltEs9(Just(vwx530), Just(vwx540), app(ty_Maybe, cab)) -> new_ltEs9(vwx530, vwx540, cab) 19.19/7.01 new_lt22(vwx530, vwx540, ty_Bool) -> new_lt5(vwx530, vwx540) 19.19/7.01 new_lt7(vwx79, vwx82, ty_Integer) -> new_lt16(vwx79, vwx82) 19.19/7.01 new_esEs26(vwx30000, vwx310000, ty_Double) -> new_esEs19(vwx30000, vwx310000) 19.19/7.01 new_lt6(vwx78, vwx81, ty_Float) -> new_lt4(vwx78, vwx81) 19.19/7.01 new_primCompAux00(vwx20, vwx21, EQ, app(app(ty_Either, bf), bg)) -> new_compare12(vwx20, vwx21, bf, bg) 19.19/7.01 new_lt6(vwx78, vwx81, ty_Integer) -> new_lt16(vwx78, vwx81) 19.19/7.01 new_esEs10(vwx3000, vwx31000, ty_@0) -> new_esEs14(vwx3000, vwx31000) 19.19/7.01 new_lt15(vwx78, vwx81, dce) -> new_esEs24(new_compare13(vwx78, vwx81, dce), LT) 19.19/7.01 new_esEs33(vwx30000, vwx310000, app(ty_Ratio, fbd)) -> new_esEs25(vwx30000, vwx310000, fbd) 19.19/7.01 new_esEs11(vwx3000, vwx31000, app(app(app(ty_@3, egb), egc), egd)) -> new_esEs13(vwx3000, vwx31000, egb, egc, egd) 19.19/7.01 new_esEs25(:%(vwx30000, vwx30001), :%(vwx310000, vwx310001), ead) -> new_asAs(new_esEs34(vwx30000, vwx310000, ead), new_esEs35(vwx30001, vwx310001, ead)) 19.19/7.01 new_esEs37(vwx531, vwx541, ty_Integer) -> new_esEs17(vwx531, vwx541) 19.19/7.01 new_compare112(vwx158, vwx159, vwx160, vwx161, False, dfg, dfh) -> GT 19.19/7.01 new_compare15(Double(vwx3000, Pos(vwx30010)), Double(vwx31000, Neg(vwx310010))) -> new_compare5(new_sr(vwx3000, Pos(vwx310010)), new_sr(Neg(vwx30010), vwx31000)) 19.19/7.01 new_compare15(Double(vwx3000, Neg(vwx30010)), Double(vwx31000, Pos(vwx310010))) -> new_compare5(new_sr(vwx3000, Neg(vwx310010)), new_sr(Pos(vwx30010), vwx31000)) 19.19/7.01 new_ltEs15(vwx53, vwx54) -> new_fsEs(new_compare15(vwx53, vwx54)) 19.19/7.01 new_esEs32(vwx30002, vwx310002, ty_Bool) -> new_esEs20(vwx30002, vwx310002) 19.19/7.01 new_esEs10(vwx3000, vwx31000, app(ty_Ratio, ega)) -> new_esEs25(vwx3000, vwx31000, ega) 19.19/7.01 new_esEs9(vwx3000, vwx31000, app(ty_[], fhb)) -> new_esEs22(vwx3000, vwx31000, fhb) 19.19/7.01 new_esEs28(vwx78, vwx81, ty_Int) -> new_esEs16(vwx78, vwx81) 19.19/7.01 new_esEs28(vwx78, vwx81, ty_Double) -> new_esEs19(vwx78, vwx81) 19.19/7.01 new_esEs37(vwx531, vwx541, app(ty_Maybe, bdd)) -> new_esEs18(vwx531, vwx541, bdd) 19.19/7.01 new_lt21(vwx530, vwx540, ty_Float) -> new_lt4(vwx530, vwx540) 19.19/7.01 new_compare25(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, dh, cg, da) -> new_compare19(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, new_lt6(vwx78, vwx81, dh), new_asAs(new_esEs28(vwx78, vwx81, dh), new_pePe(new_lt7(vwx79, vwx82, cg), new_asAs(new_esEs29(vwx79, vwx82, cg), new_ltEs4(vwx80, vwx83, da)))), dh, cg, da) 19.19/7.01 new_compare27(vwx67, vwx68, True, cfa, faa) -> EQ 19.19/7.01 new_esEs15(Right(vwx30000), Right(vwx310000), eaa, app(ty_[], feg)) -> new_esEs22(vwx30000, vwx310000, feg) 19.19/7.01 new_esEs37(vwx531, vwx541, ty_Ordering) -> new_esEs24(vwx531, vwx541) 19.19/7.01 new_esEs18(Just(vwx30000), Just(vwx310000), ty_Bool) -> new_esEs20(vwx30000, vwx310000) 19.19/7.01 new_esEs36(vwx530, vwx540, ty_Char) -> new_esEs21(vwx530, vwx540) 19.19/7.01 new_esEs18(Just(vwx30000), Just(vwx310000), app(app(app(ty_@3, dgd), dge), dgf)) -> new_esEs13(vwx30000, vwx310000, dgd, dge, dgf) 19.19/7.01 new_primPlusNat0(Succ(vwx1710), vwx3100100) -> Succ(Succ(new_primPlusNat1(vwx1710, vwx3100100))) 19.19/7.01 new_esEs36(vwx530, vwx540, app(app(ty_Either, bef), beg)) -> new_esEs15(vwx530, vwx540, bef, beg) 19.19/7.01 new_esEs15(Left(vwx30000), Left(vwx310000), ty_Char, eab) -> new_esEs21(vwx30000, vwx310000) 19.19/7.01 new_compare10(Just(vwx3000), Just(vwx31000), bbb) -> new_compare28(vwx3000, vwx31000, new_esEs9(vwx3000, vwx31000, bbb), bbb) 19.19/7.01 new_compare4(vwx300, vwx3100, ty_Char) -> new_compare7(vwx300, vwx3100) 19.19/7.01 new_esEs22(:(vwx30000, vwx30001), :(vwx310000, vwx310001), eac) -> new_asAs(new_esEs33(vwx30000, vwx310000, eac), new_esEs22(vwx30001, vwx310001, eac)) 19.19/7.01 new_esEs35(vwx30001, vwx310001, ty_Integer) -> new_esEs17(vwx30001, vwx310001) 19.19/7.01 new_esEs31(vwx30001, vwx310001, app(ty_Ratio, ech)) -> new_esEs25(vwx30001, vwx310001, ech) 19.19/7.01 new_compare13(:%(vwx3000, vwx3001), :%(vwx31000, vwx31001), ty_Int) -> new_compare5(new_sr(vwx3000, vwx31001), new_sr(vwx31000, vwx3001)) 19.19/7.01 new_lt21(vwx530, vwx540, ty_Integer) -> new_lt16(vwx530, vwx540) 19.19/7.01 new_esEs33(vwx30000, vwx310000, app(app(ty_Either, faf), fag)) -> new_esEs15(vwx30000, vwx310000, faf, fag) 19.19/7.01 new_esEs33(vwx30000, vwx310000, ty_Char) -> new_esEs21(vwx30000, vwx310000) 19.19/7.01 new_lt14(vwx78, vwx81, de, df) -> new_esEs24(new_compare12(vwx78, vwx81, de, df), LT) 19.19/7.01 new_esEs11(vwx3000, vwx31000, ty_Bool) -> new_esEs20(vwx3000, vwx31000) 19.19/7.01 new_ltEs4(vwx80, vwx83, ty_Float) -> new_ltEs17(vwx80, vwx83) 19.19/7.01 new_esEs33(vwx30000, vwx310000, ty_@0) -> new_esEs14(vwx30000, vwx310000) 19.19/7.01 new_esEs37(vwx531, vwx541, ty_Float) -> new_esEs12(vwx531, vwx541) 19.19/7.01 new_primPlusNat1(Zero, Zero) -> Zero 19.19/7.01 new_primCompAux00(vwx20, vwx21, EQ, ty_Ordering) -> new_compare16(vwx20, vwx21) 19.19/7.01 new_esEs10(vwx3000, vwx31000, app(app(ty_Either, efc), efd)) -> new_esEs15(vwx3000, vwx31000, efc, efd) 19.19/7.01 new_esEs10(vwx3000, vwx31000, ty_Char) -> new_esEs21(vwx3000, vwx31000) 19.19/7.01 new_compare16(GT, GT) -> EQ 19.19/7.01 new_esEs32(vwx30002, vwx310002, ty_Int) -> new_esEs16(vwx30002, vwx310002) 19.19/7.01 new_ltEs21(vwx60, vwx61, ty_Float) -> new_ltEs17(vwx60, vwx61) 19.19/7.01 new_lt21(vwx530, vwx540, app(app(app(ty_@3, bdh), bea), beb)) -> new_lt8(vwx530, vwx540, bdh, bea, beb) 19.19/7.01 new_esEs31(vwx30001, vwx310001, ty_Int) -> new_esEs16(vwx30001, vwx310001) 19.19/7.01 new_lt21(vwx530, vwx540, ty_Ordering) -> new_lt18(vwx530, vwx540) 19.19/7.01 new_esEs11(vwx3000, vwx31000, app(app(ty_Either, ege), egf)) -> new_esEs15(vwx3000, vwx31000, ege, egf) 19.19/7.01 new_compare9(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), gd, ge) -> new_compare29(vwx3000, vwx3001, vwx31000, vwx31001, new_asAs(new_esEs7(vwx3000, vwx31000, gd), new_esEs8(vwx3001, vwx31001, ge)), gd, ge) 19.19/7.01 new_compare4(vwx300, vwx3100, ty_Ordering) -> new_compare16(vwx300, vwx3100) 19.19/7.01 new_esEs27(vwx30001, vwx310001, app(app(ty_@2, dcb), dcc)) -> new_esEs23(vwx30001, vwx310001, dcb, dcc) 19.19/7.01 new_esEs20(True, True) -> True 19.19/7.01 new_esEs11(vwx3000, vwx31000, ty_Char) -> new_esEs21(vwx3000, vwx31000) 19.19/7.01 new_lt20(vwx531, vwx541, ty_Ordering) -> new_lt18(vwx531, vwx541) 19.19/7.01 new_lt22(vwx530, vwx540, ty_Char) -> new_lt9(vwx530, vwx540) 19.19/7.01 new_primCmpNat0(Succ(vwx30000), Succ(vwx310000)) -> new_primCmpNat0(vwx30000, vwx310000) 19.19/7.01 new_compare10(Just(vwx3000), Nothing, bbb) -> GT 19.19/7.01 new_compare11(True, False) -> GT 19.19/7.01 new_esEs22([], [], eac) -> True 19.19/7.01 new_esEs30(vwx30000, vwx310000, ty_Int) -> new_esEs16(vwx30000, vwx310000) 19.19/7.01 new_esEs26(vwx30000, vwx310000, app(app(ty_@2, dah), dba)) -> new_esEs23(vwx30000, vwx310000, dah, dba) 19.19/7.01 new_ltEs12(Right(vwx530), Right(vwx540), cbh, ty_@0) -> new_ltEs7(vwx530, vwx540) 19.19/7.01 new_lt20(vwx531, vwx541, ty_Bool) -> new_lt5(vwx531, vwx541) 19.19/7.01 new_lt7(vwx79, vwx82, ty_Char) -> new_lt9(vwx79, vwx82) 19.19/7.01 new_lt23(vwx91, vwx93, app(app(app(ty_@3, gf), gg), gh)) -> new_lt8(vwx91, vwx93, gf, gg, gh) 19.19/7.01 new_esEs18(Just(vwx30000), Just(vwx310000), ty_@0) -> new_esEs14(vwx30000, vwx310000) 19.19/7.01 new_compare12(Left(vwx3000), Right(vwx31000), cde, cdf) -> LT 19.19/7.01 new_esEs32(vwx30002, vwx310002, app(app(app(ty_@3, eda), edb), edc)) -> new_esEs13(vwx30002, vwx310002, eda, edb, edc) 19.19/7.01 new_lt20(vwx531, vwx541, ty_Integer) -> new_lt16(vwx531, vwx541) 19.19/7.01 new_esEs18(Just(vwx30000), Just(vwx310000), ty_Char) -> new_esEs21(vwx30000, vwx310000) 19.19/7.01 new_esEs15(Left(vwx30000), Left(vwx310000), ty_Bool, eab) -> new_esEs20(vwx30000, vwx310000) 19.19/7.01 new_esEs18(Just(vwx30000), Just(vwx310000), app(app(ty_Either, dgg), dgh)) -> new_esEs15(vwx30000, vwx310000, dgg, dgh) 19.19/7.01 new_ltEs20(vwx67, vwx68, ty_Float) -> new_ltEs17(vwx67, vwx68) 19.19/7.01 new_compare29(vwx91, vwx92, vwx93, vwx94, False, hh, ha) -> new_compare111(vwx91, vwx92, vwx93, vwx94, new_lt23(vwx91, vwx93, hh), new_asAs(new_esEs39(vwx91, vwx93, hh), new_ltEs24(vwx92, vwx94, ha)), hh, ha) 19.19/7.01 new_lt22(vwx530, vwx540, app(app(app(ty_@3, bgc), bgd), bge)) -> new_lt8(vwx530, vwx540, bgc, bgd, bge) 19.19/7.01 new_esEs36(vwx530, vwx540, ty_Ordering) -> new_esEs24(vwx530, vwx540) 19.19/7.01 new_compare4(vwx300, vwx3100, ty_Integer) -> new_compare14(vwx300, vwx3100) 19.19/7.01 new_esEs32(vwx30002, vwx310002, app(ty_Ratio, eeb)) -> new_esEs25(vwx30002, vwx310002, eeb) 19.19/7.01 new_esEs36(vwx530, vwx540, ty_Integer) -> new_esEs17(vwx530, vwx540) 19.19/7.01 new_ltEs12(Right(vwx530), Right(vwx540), cbh, ty_Integer) -> new_ltEs14(vwx530, vwx540) 19.19/7.01 new_ltEs12(Right(vwx530), Right(vwx540), cbh, ty_Ordering) -> new_ltEs16(vwx530, vwx540) 19.19/7.01 new_compare16(LT, EQ) -> LT 19.19/7.01 new_esEs24(LT, EQ) -> False 19.19/7.01 new_esEs24(EQ, LT) -> False 19.19/7.01 new_compare14(Integer(vwx3000), Integer(vwx31000)) -> new_primCmpInt(vwx3000, vwx31000) 19.19/7.01 new_ltEs19(vwx53, vwx54, ty_Float) -> new_ltEs17(vwx53, vwx54) 19.19/7.01 new_lt7(vwx79, vwx82, app(app(app(ty_@3, fb), fc), fd)) -> new_lt8(vwx79, vwx82, fb, fc, fd) 19.19/7.01 new_lt23(vwx91, vwx93, ty_Char) -> new_lt9(vwx91, vwx93) 19.19/7.01 new_lt23(vwx91, vwx93, ty_Float) -> new_lt4(vwx91, vwx93) 19.19/7.01 new_ltEs23(vwx531, vwx541, app(app(ty_Either, bfh), bga)) -> new_ltEs12(vwx531, vwx541, bfh, bga) 19.19/7.01 new_primCmpInt(Neg(Succ(vwx30000)), Pos(vwx31000)) -> LT 19.19/7.01 new_esEs10(vwx3000, vwx31000, ty_Double) -> new_esEs19(vwx3000, vwx31000) 19.19/7.01 new_ltEs22(vwx532, vwx542, app(app(ty_@2, bbh), bca)) -> new_ltEs8(vwx532, vwx542, bbh, bca) 19.19/7.01 new_esEs15(Left(vwx30000), Left(vwx310000), ty_Integer, eab) -> new_esEs17(vwx30000, vwx310000) 19.19/7.01 new_ltEs23(vwx531, vwx541, ty_Bool) -> new_ltEs10(vwx531, vwx541) 19.19/7.01 new_esEs33(vwx30000, vwx310000, ty_Bool) -> new_esEs20(vwx30000, vwx310000) 19.19/7.01 new_ltEs24(vwx92, vwx94, app(ty_[], bba)) -> new_ltEs18(vwx92, vwx94, bba) 19.19/7.01 new_ltEs20(vwx67, vwx68, ty_Int) -> new_ltEs11(vwx67, vwx68) 19.19/7.01 new_esEs15(Left(vwx30000), Right(vwx310000), eaa, eab) -> False 19.19/7.01 new_esEs15(Right(vwx30000), Left(vwx310000), eaa, eab) -> False 19.19/7.01 new_esEs36(vwx530, vwx540, app(ty_Maybe, bee)) -> new_esEs18(vwx530, vwx540, bee) 19.19/7.01 new_esEs28(vwx78, vwx81, ty_Ordering) -> new_esEs24(vwx78, vwx81) 19.19/7.01 new_esEs30(vwx30000, vwx310000, app(app(ty_Either, eah), eba)) -> new_esEs15(vwx30000, vwx310000, eah, eba) 19.19/7.01 new_esEs7(vwx3000, vwx31000, ty_Ordering) -> new_esEs24(vwx3000, vwx31000) 19.19/7.01 new_lt6(vwx78, vwx81, app(ty_Ratio, dce)) -> new_lt15(vwx78, vwx81, dce) 19.19/7.01 new_esEs18(Just(vwx30000), Just(vwx310000), app(ty_Ratio, dhe)) -> new_esEs25(vwx30000, vwx310000, dhe) 19.19/7.01 new_esEs37(vwx531, vwx541, ty_Int) -> new_esEs16(vwx531, vwx541) 19.19/7.01 new_lt23(vwx91, vwx93, app(app(ty_Either, he), hf)) -> new_lt14(vwx91, vwx93, he, hf) 19.19/7.01 new_primCmpInt(Pos(Zero), Neg(Succ(vwx310000))) -> GT 19.19/7.01 new_lt7(vwx79, vwx82, ty_Float) -> new_lt4(vwx79, vwx82) 19.19/7.01 new_compare111(vwx158, vwx159, vwx160, vwx161, False, vwx163, dfg, dfh) -> new_compare112(vwx158, vwx159, vwx160, vwx161, vwx163, dfg, dfh) 19.19/7.01 new_compare18([], :(vwx31000, vwx31001), cdc) -> LT 19.19/7.01 new_primCmpInt(Neg(Succ(vwx30000)), Neg(vwx31000)) -> new_primCmpNat0(vwx31000, Succ(vwx30000)) 19.19/7.01 new_esEs28(vwx78, vwx81, ty_Integer) -> new_esEs17(vwx78, vwx81) 19.19/7.01 new_ltEs21(vwx60, vwx61, ty_Char) -> new_ltEs6(vwx60, vwx61) 19.19/7.01 new_ltEs12(Left(vwx530), Left(vwx540), app(ty_Ratio, eec), cba) -> new_ltEs13(vwx530, vwx540, eec) 19.19/7.01 new_ltEs19(vwx53, vwx54, app(ty_Maybe, ehe)) -> new_ltEs9(vwx53, vwx54, ehe) 19.19/7.01 new_esEs38(vwx530, vwx540, ty_Integer) -> new_esEs17(vwx530, vwx540) 19.19/7.01 new_esEs10(vwx3000, vwx31000, app(app(app(ty_@3, eeh), efa), efb)) -> new_esEs13(vwx3000, vwx31000, eeh, efa, efb) 19.19/7.01 new_lt20(vwx531, vwx541, ty_Int) -> new_lt13(vwx531, vwx541) 19.19/7.01 new_esEs26(vwx30000, vwx310000, app(ty_Maybe, daf)) -> new_esEs18(vwx30000, vwx310000, daf) 19.19/7.01 new_lt7(vwx79, vwx82, ty_Int) -> new_lt13(vwx79, vwx82) 19.19/7.01 new_esEs24(EQ, EQ) -> True 19.19/7.01 new_ltEs11(vwx53, vwx54) -> new_fsEs(new_compare5(vwx53, vwx54)) 19.19/7.01 new_esEs9(vwx3000, vwx31000, ty_@0) -> new_esEs14(vwx3000, vwx31000) 19.19/7.01 new_esEs39(vwx91, vwx93, app(ty_Ratio, fgb)) -> new_esEs25(vwx91, vwx93, fgb) 19.19/7.01 new_ltEs12(Left(vwx530), Left(vwx540), ty_Int, cba) -> new_ltEs11(vwx530, vwx540) 19.19/7.01 new_compare17(Float(vwx3000, Pos(vwx30010)), Float(vwx31000, Neg(vwx310010))) -> new_compare5(new_sr(vwx3000, Pos(vwx310010)), new_sr(Neg(vwx30010), vwx31000)) 19.19/7.01 new_compare17(Float(vwx3000, Neg(vwx30010)), Float(vwx31000, Pos(vwx310010))) -> new_compare5(new_sr(vwx3000, Neg(vwx310010)), new_sr(Pos(vwx30010), vwx31000)) 19.19/7.01 new_primEqInt(Pos(Succ(vwx300000)), Pos(Zero)) -> False 19.19/7.01 new_primEqInt(Pos(Zero), Pos(Succ(vwx3100000))) -> False 19.19/7.01 new_lt5(vwx78, vwx81) -> new_esEs24(new_compare11(vwx78, vwx81), LT) 19.19/7.01 new_lt6(vwx78, vwx81, app(app(app(ty_@3, cd), ce), cf)) -> new_lt8(vwx78, vwx81, cd, ce, cf) 19.19/7.01 new_esEs10(vwx3000, vwx31000, app(ty_[], eff)) -> new_esEs22(vwx3000, vwx31000, eff) 19.19/7.01 new_esEs31(vwx30001, vwx310001, app(app(ty_@2, ecf), ecg)) -> new_esEs23(vwx30001, vwx310001, ecf, ecg) 19.19/7.01 new_ltEs9(Just(vwx530), Just(vwx540), app(app(ty_@2, bhh), caa)) -> new_ltEs8(vwx530, vwx540, bhh, caa) 19.19/7.01 new_esEs15(Right(vwx30000), Right(vwx310000), eaa, app(ty_Maybe, fef)) -> new_esEs18(vwx30000, vwx310000, fef) 19.19/7.01 new_lt6(vwx78, vwx81, app(app(ty_@2, db), dc)) -> new_lt11(vwx78, vwx81, db, dc) 19.19/7.01 new_esEs4(vwx3000, vwx31000, app(app(app(ty_@3, dhf), dhg), dhh)) -> new_esEs13(vwx3000, vwx31000, dhf, dhg, dhh) 19.19/7.01 new_esEs18(Just(vwx30000), Just(vwx310000), ty_Float) -> new_esEs12(vwx30000, vwx310000) 19.19/7.01 new_esEs30(vwx30000, vwx310000, ty_Char) -> new_esEs21(vwx30000, vwx310000) 19.19/7.01 new_esEs24(GT, GT) -> True 19.19/7.01 new_ltEs19(vwx53, vwx54, app(app(app(ty_@3, bbc), bbd), bda)) -> new_ltEs5(vwx53, vwx54, bbc, bbd, bda) 19.19/7.01 new_ltEs23(vwx531, vwx541, ty_Float) -> new_ltEs17(vwx531, vwx541) 19.19/7.01 new_primCmpNat0(Zero, Zero) -> EQ 19.19/7.01 new_ltEs4(vwx80, vwx83, ty_Char) -> new_ltEs6(vwx80, vwx83) 19.19/7.01 new_esEs30(vwx30000, vwx310000, app(app(app(ty_@3, eae), eaf), eag)) -> new_esEs13(vwx30000, vwx310000, eae, eaf, eag) 19.19/7.01 new_primCompAux00(vwx20, vwx21, EQ, app(app(app(ty_@3, h), ba), bb)) -> new_compare6(vwx20, vwx21, h, ba, bb) 19.19/7.01 new_lt21(vwx530, vwx540, ty_Bool) -> new_lt5(vwx530, vwx540) 19.19/7.01 new_ltEs9(Just(vwx530), Just(vwx540), ty_@0) -> new_ltEs7(vwx530, vwx540) 19.19/7.01 new_ltEs16(GT, EQ) -> False 19.19/7.01 new_esEs5(vwx3001, vwx31001, app(ty_Maybe, chb)) -> new_esEs18(vwx3001, vwx31001, chb) 19.19/7.01 new_esEs7(vwx3000, vwx31000, app(app(ty_Either, fbh), fca)) -> new_esEs15(vwx3000, vwx31000, fbh, fca) 19.19/7.01 new_esEs39(vwx91, vwx93, ty_Float) -> new_esEs12(vwx91, vwx93) 19.19/7.01 new_lt6(vwx78, vwx81, ty_Char) -> new_lt9(vwx78, vwx81) 19.19/7.01 new_ltEs12(Right(vwx530), Right(vwx540), cbh, ty_Double) -> new_ltEs15(vwx530, vwx540) 19.19/7.01 new_ltEs22(vwx532, vwx542, ty_@0) -> new_ltEs7(vwx532, vwx542) 19.19/7.01 new_ltEs21(vwx60, vwx61, app(ty_Maybe, cee)) -> new_ltEs9(vwx60, vwx61, cee) 19.19/7.01 new_ltEs19(vwx53, vwx54, ty_Char) -> new_ltEs6(vwx53, vwx54) 19.19/7.01 new_esEs36(vwx530, vwx540, app(app(ty_@2, bec), bed)) -> new_esEs23(vwx530, vwx540, bec, bed) 19.19/7.01 new_esEs30(vwx30000, vwx310000, ty_Double) -> new_esEs19(vwx30000, vwx310000) 19.19/7.01 new_compare4(vwx300, vwx3100, app(ty_Maybe, bbb)) -> new_compare10(vwx300, vwx3100, bbb) 19.19/7.01 new_lt12(vwx78, vwx81, dd) -> new_esEs24(new_compare10(vwx78, vwx81, dd), LT) 19.19/7.01 new_fsEs(vwx170) -> new_not(new_esEs24(vwx170, GT)) 19.19/7.01 new_esEs20(False, True) -> False 19.19/7.01 new_esEs20(True, False) -> False 19.19/7.01 new_ltEs18(vwx53, vwx54, cdb) -> new_fsEs(new_compare18(vwx53, vwx54, cdb)) 19.19/7.01 new_ltEs12(Left(vwx530), Left(vwx540), app(ty_[], cbg), cba) -> new_ltEs18(vwx530, vwx540, cbg) 19.19/7.01 new_esEs32(vwx30002, vwx310002, ty_@0) -> new_esEs14(vwx30002, vwx310002) 19.19/7.01 new_compare11(False, True) -> LT 19.19/7.01 new_esEs27(vwx30001, vwx310001, ty_Int) -> new_esEs16(vwx30001, vwx310001) 19.19/7.01 new_lt23(vwx91, vwx93, app(ty_[], hg)) -> new_lt19(vwx91, vwx93, hg) 19.19/7.01 new_ltEs24(vwx92, vwx94, app(app(app(ty_@3, baa), bab), bac)) -> new_ltEs5(vwx92, vwx94, baa, bab, bac) 19.19/7.01 new_esEs38(vwx530, vwx540, ty_Ordering) -> new_esEs24(vwx530, vwx540) 19.19/7.01 new_compare6(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), ca, cb, cc) -> new_compare25(vwx3000, vwx3001, vwx3002, vwx31000, vwx31001, vwx31002, new_asAs(new_esEs4(vwx3000, vwx31000, ca), new_asAs(new_esEs5(vwx3001, vwx31001, cb), new_esEs6(vwx3002, vwx31002, cc))), ca, cb, cc) 19.19/7.01 new_ltEs24(vwx92, vwx94, ty_Double) -> new_ltEs15(vwx92, vwx94) 19.19/7.01 new_esEs37(vwx531, vwx541, ty_@0) -> new_esEs14(vwx531, vwx541) 19.19/7.01 new_ltEs16(LT, LT) -> True 19.19/7.01 new_primCompAux00(vwx20, vwx21, EQ, ty_Int) -> new_compare5(vwx20, vwx21) 19.19/7.01 new_esEs29(vwx79, vwx82, app(app(ty_@2, ff), fg)) -> new_esEs23(vwx79, vwx82, ff, fg) 19.19/7.01 new_compare16(LT, GT) -> LT 19.19/7.01 new_esEs27(vwx30001, vwx310001, ty_Float) -> new_esEs12(vwx30001, vwx310001) 19.19/7.01 new_lt20(vwx531, vwx541, ty_Float) -> new_lt4(vwx531, vwx541) 19.19/7.01 new_esEs29(vwx79, vwx82, app(ty_Ratio, dcf)) -> new_esEs25(vwx79, vwx82, dcf) 19.19/7.01 new_esEs11(vwx3000, vwx31000, app(ty_Maybe, egg)) -> new_esEs18(vwx3000, vwx31000, egg) 19.19/7.01 new_esEs33(vwx30000, vwx310000, ty_Integer) -> new_esEs17(vwx30000, vwx310000) 19.19/7.01 new_primCompAux00(vwx20, vwx21, EQ, ty_Char) -> new_compare7(vwx20, vwx21) 19.19/7.01 new_lt13(vwx78, vwx81) -> new_esEs24(new_compare5(vwx78, vwx81), LT) 19.19/7.01 new_lt7(vwx79, vwx82, ty_Ordering) -> new_lt18(vwx79, vwx82) 19.19/7.01 new_esEs7(vwx3000, vwx31000, app(ty_[], fcc)) -> new_esEs22(vwx3000, vwx31000, fcc) 19.19/7.01 new_esEs15(Left(vwx30000), Left(vwx310000), ty_Ordering, eab) -> new_esEs24(vwx30000, vwx310000) 19.19/7.01 new_esEs7(vwx3000, vwx31000, ty_Char) -> new_esEs21(vwx3000, vwx31000) 19.19/7.01 new_esEs24(LT, LT) -> True 19.19/7.01 new_esEs33(vwx30000, vwx310000, ty_Ordering) -> new_esEs24(vwx30000, vwx310000) 19.19/7.01 new_primCompAux00(vwx20, vwx21, EQ, ty_Double) -> new_compare15(vwx20, vwx21) 19.19/7.01 new_esEs9(vwx3000, vwx31000, ty_Int) -> new_esEs16(vwx3000, vwx31000) 19.19/7.01 new_ltEs21(vwx60, vwx61, ty_Integer) -> new_ltEs14(vwx60, vwx61) 19.19/7.01 new_primCmpNat0(Succ(vwx30000), Zero) -> GT 19.19/7.01 new_primCompAux00(vwx20, vwx21, EQ, app(ty_Ratio, cgd)) -> new_compare13(vwx20, vwx21, cgd) 19.19/7.01 new_esEs27(vwx30001, vwx310001, ty_@0) -> new_esEs14(vwx30001, vwx310001) 19.19/7.01 new_pePe(False, vwx169) -> vwx169 19.19/7.01 new_esEs15(Right(vwx30000), Right(vwx310000), eaa, ty_Char) -> new_esEs21(vwx30000, vwx310000) 19.19/7.01 new_esEs20(False, False) -> True 19.19/7.01 new_esEs28(vwx78, vwx81, app(ty_[], dg)) -> new_esEs22(vwx78, vwx81, dg) 19.19/7.01 new_esEs29(vwx79, vwx82, ty_Float) -> new_esEs12(vwx79, vwx82) 19.19/7.01 new_esEs38(vwx530, vwx540, app(app(ty_Either, bhb), bhc)) -> new_esEs15(vwx530, vwx540, bhb, bhc) 19.19/7.01 new_ltEs22(vwx532, vwx542, app(ty_Ratio, ffg)) -> new_ltEs13(vwx532, vwx542, ffg) 19.19/7.01 new_ltEs22(vwx532, vwx542, ty_Double) -> new_ltEs15(vwx532, vwx542) 19.19/7.01 new_lt7(vwx79, vwx82, app(app(ty_Either, ga), gb)) -> new_lt14(vwx79, vwx82, ga, gb) 19.19/7.01 new_esEs8(vwx3001, vwx31001, ty_Float) -> new_esEs12(vwx3001, vwx31001) 19.19/7.01 new_ltEs16(LT, GT) -> True 19.19/7.01 new_esEs4(vwx3000, vwx31000, ty_Char) -> new_esEs21(vwx3000, vwx31000) 19.19/7.01 new_ltEs24(vwx92, vwx94, app(ty_Ratio, fgc)) -> new_ltEs13(vwx92, vwx94, fgc) 19.19/7.01 new_ltEs4(vwx80, vwx83, app(ty_Maybe, ef)) -> new_ltEs9(vwx80, vwx83, ef) 19.19/7.01 new_ltEs16(LT, EQ) -> True 19.19/7.01 new_ltEs16(EQ, LT) -> False 19.19/7.01 new_esEs21(Char(vwx30000), Char(vwx310000)) -> new_primEqNat0(vwx30000, vwx310000) 19.19/7.01 new_esEs28(vwx78, vwx81, app(app(app(ty_@3, cd), ce), cf)) -> new_esEs13(vwx78, vwx81, cd, ce, cf) 19.19/7.01 new_esEs5(vwx3001, vwx31001, ty_Bool) -> new_esEs20(vwx3001, vwx31001) 19.19/7.01 new_primEqInt(Pos(Zero), Neg(Succ(vwx3100000))) -> False 19.19/7.01 new_primEqInt(Neg(Zero), Pos(Succ(vwx3100000))) -> False 19.19/7.01 new_esEs7(vwx3000, vwx31000, ty_Double) -> new_esEs19(vwx3000, vwx31000) 19.19/7.01 new_compare4(vwx300, vwx3100, ty_Float) -> new_compare17(vwx300, vwx3100) 19.19/7.01 new_lt22(vwx530, vwx540, app(app(ty_@2, bgg), bgh)) -> new_lt11(vwx530, vwx540, bgg, bgh) 19.19/7.01 new_esEs26(vwx30000, vwx310000, ty_Bool) -> new_esEs20(vwx30000, vwx310000) 19.19/7.01 new_compare12(Right(vwx3000), Left(vwx31000), cde, cdf) -> GT 19.19/7.01 new_compare11(True, True) -> EQ 19.19/7.01 new_compare26(vwx60, vwx61, False, ffc, ceb) -> new_compare114(vwx60, vwx61, new_ltEs21(vwx60, vwx61, ffc), ffc, ceb) 19.19/7.01 new_lt23(vwx91, vwx93, ty_Integer) -> new_lt16(vwx91, vwx93) 19.19/7.01 new_compare111(vwx158, vwx159, vwx160, vwx161, True, vwx163, dfg, dfh) -> new_compare112(vwx158, vwx159, vwx160, vwx161, True, dfg, dfh) 19.19/7.01 new_esEs4(vwx3000, vwx31000, app(app(ty_Either, eaa), eab)) -> new_esEs15(vwx3000, vwx31000, eaa, eab) 19.19/7.01 new_ltEs16(GT, LT) -> False 19.19/7.01 new_ltEs12(Left(vwx530), Left(vwx540), app(app(ty_Either, cbe), cbf), cba) -> new_ltEs12(vwx530, vwx540, cbe, cbf) 19.19/7.01 new_esEs34(vwx30000, vwx310000, ty_Int) -> new_esEs16(vwx30000, vwx310000) 19.19/7.01 new_compare16(EQ, EQ) -> EQ 19.19/7.01 new_lt22(vwx530, vwx540, ty_@0) -> new_lt10(vwx530, vwx540) 19.19/7.01 new_compare12(Right(vwx3000), Right(vwx31000), cde, cdf) -> new_compare27(vwx3000, vwx31000, new_esEs11(vwx3000, vwx31000, cdf), cde, cdf) 19.19/7.01 new_ltEs12(Right(vwx530), Right(vwx540), cbh, app(app(app(ty_@3, cca), ccb), ccc)) -> new_ltEs5(vwx530, vwx540, cca, ccb, ccc) 19.19/7.01 new_compare114(vwx121, vwx122, False, eef, eeg) -> GT 19.19/7.01 new_esEs27(vwx30001, vwx310001, app(ty_Ratio, dcd)) -> new_esEs25(vwx30001, vwx310001, dcd) 19.19/7.01 new_esEs38(vwx530, vwx540, app(ty_[], bhd)) -> new_esEs22(vwx530, vwx540, bhd) 19.19/7.01 new_compare5(vwx300, vwx3100) -> new_primCmpInt(vwx300, vwx3100) 19.19/7.01 new_esEs23(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), chg, chh) -> new_asAs(new_esEs26(vwx30000, vwx310000, chg), new_esEs27(vwx30001, vwx310001, chh)) 19.19/7.01 new_esEs6(vwx3002, vwx31002, ty_@0) -> new_esEs14(vwx3002, vwx31002) 19.19/7.01 new_esEs38(vwx530, vwx540, ty_Char) -> new_esEs21(vwx530, vwx540) 19.19/7.01 new_esEs28(vwx78, vwx81, ty_Bool) -> new_esEs20(vwx78, vwx81) 19.19/7.01 new_ltEs12(Right(vwx530), Right(vwx540), cbh, app(app(ty_@2, ccd), cce)) -> new_ltEs8(vwx530, vwx540, ccd, cce) 19.19/7.01 new_primPlusNat0(Zero, vwx3100100) -> Succ(vwx3100100) 19.19/7.01 new_ltEs19(vwx53, vwx54, app(ty_[], cdb)) -> new_ltEs18(vwx53, vwx54, cdb) 19.19/7.01 new_ltEs20(vwx67, vwx68, ty_@0) -> new_ltEs7(vwx67, vwx68) 19.19/7.01 new_esEs8(vwx3001, vwx31001, app(ty_Maybe, deg)) -> new_esEs18(vwx3001, vwx31001, deg) 19.19/7.01 new_esEs18(Just(vwx30000), Just(vwx310000), app(app(ty_@2, dhc), dhd)) -> new_esEs23(vwx30000, vwx310000, dhc, dhd) 19.19/7.01 new_esEs29(vwx79, vwx82, app(ty_Maybe, fh)) -> new_esEs18(vwx79, vwx82, fh) 19.19/7.01 new_esEs32(vwx30002, vwx310002, ty_Double) -> new_esEs19(vwx30002, vwx310002) 19.19/7.01 new_esEs15(Left(vwx30000), Left(vwx310000), app(ty_[], fde), eab) -> new_esEs22(vwx30000, vwx310000, fde) 19.19/7.01 new_esEs11(vwx3000, vwx31000, app(app(ty_@2, eha), ehb)) -> new_esEs23(vwx3000, vwx31000, eha, ehb) 19.19/7.01 new_esEs15(Left(vwx30000), Left(vwx310000), app(app(app(ty_@3, fcg), fch), fda), eab) -> new_esEs13(vwx30000, vwx310000, fcg, fch, fda) 19.19/7.01 new_esEs15(Right(vwx30000), Right(vwx310000), eaa, ty_@0) -> new_esEs14(vwx30000, vwx310000) 19.19/7.01 new_esEs31(vwx30001, vwx310001, app(ty_Maybe, ecd)) -> new_esEs18(vwx30001, vwx310001, ecd) 19.19/7.01 new_esEs16(vwx3000, vwx31000) -> new_primEqInt(vwx3000, vwx31000) 19.19/7.01 new_ltEs16(EQ, GT) -> True 19.19/7.01 new_esEs38(vwx530, vwx540, ty_Bool) -> new_esEs20(vwx530, vwx540) 19.19/7.01 new_esEs5(vwx3001, vwx31001, ty_Integer) -> new_esEs17(vwx3001, vwx31001) 19.19/7.01 new_ltEs16(EQ, EQ) -> True 19.19/7.01 new_ltEs19(vwx53, vwx54, ty_Integer) -> new_ltEs14(vwx53, vwx54) 19.19/7.01 new_esEs30(vwx30000, vwx310000, app(ty_[], ebc)) -> new_esEs22(vwx30000, vwx310000, ebc) 19.19/7.01 new_ltEs4(vwx80, vwx83, ty_Integer) -> new_ltEs14(vwx80, vwx83) 19.19/7.01 new_esEs4(vwx3000, vwx31000, app(ty_[], eac)) -> new_esEs22(vwx3000, vwx31000, eac) 19.19/7.01 new_esEs37(vwx531, vwx541, app(ty_Ratio, fff)) -> new_esEs25(vwx531, vwx541, fff) 19.19/7.01 new_esEs38(vwx530, vwx540, app(app(app(ty_@3, bgc), bgd), bge)) -> new_esEs13(vwx530, vwx540, bgc, bgd, bge) 19.19/7.01 new_esEs8(vwx3001, vwx31001, app(app(ty_@2, dfa), dfb)) -> new_esEs23(vwx3001, vwx31001, dfa, dfb) 19.19/7.01 new_esEs28(vwx78, vwx81, app(app(ty_Either, de), df)) -> new_esEs15(vwx78, vwx81, de, df) 19.19/7.01 new_esEs31(vwx30001, vwx310001, ty_Float) -> new_esEs12(vwx30001, vwx310001) 19.19/7.01 new_esEs30(vwx30000, vwx310000, ty_Ordering) -> new_esEs24(vwx30000, vwx310000) 19.19/7.01 new_esEs30(vwx30000, vwx310000, ty_@0) -> new_esEs14(vwx30000, vwx310000) 19.19/7.01 new_esEs7(vwx3000, vwx31000, ty_Integer) -> new_esEs17(vwx3000, vwx31000) 19.19/7.01 new_esEs37(vwx531, vwx541, app(app(app(ty_@3, bcf), bcg), bch)) -> new_esEs13(vwx531, vwx541, bcf, bcg, bch) 19.19/7.01 new_esEs4(vwx3000, vwx31000, ty_@0) -> new_esEs14(vwx3000, vwx31000) 19.19/7.01 new_esEs30(vwx30000, vwx310000, ty_Integer) -> new_esEs17(vwx30000, vwx310000) 19.19/7.01 new_ltEs4(vwx80, vwx83, app(app(ty_Either, eg), eh)) -> new_ltEs12(vwx80, vwx83, eg, eh) 19.19/7.01 new_esEs22(:(vwx30000, vwx30001), [], eac) -> False 19.19/7.01 new_esEs22([], :(vwx310000, vwx310001), eac) -> False 19.19/7.01 new_ltEs12(Left(vwx530), Left(vwx540), ty_Ordering, cba) -> new_ltEs16(vwx530, vwx540) 19.19/7.01 new_ltEs20(vwx67, vwx68, ty_Ordering) -> new_ltEs16(vwx67, vwx68) 19.19/7.01 new_ltEs21(vwx60, vwx61, app(ty_[], ceh)) -> new_ltEs18(vwx60, vwx61, ceh) 19.19/7.01 new_ltEs23(vwx531, vwx541, ty_Int) -> new_ltEs11(vwx531, vwx541) 19.19/7.01 new_esEs18(Nothing, Nothing, dgc) -> True 19.19/7.01 new_lt6(vwx78, vwx81, ty_@0) -> new_lt10(vwx78, vwx81) 19.19/7.01 new_ltEs20(vwx67, vwx68, app(app(ty_@2, cfe), cff)) -> new_ltEs8(vwx67, vwx68, cfe, cff) 19.19/7.01 new_primMulInt(Neg(vwx30000), Neg(vwx310010)) -> Pos(new_primMulNat0(vwx30000, vwx310010)) 19.19/7.01 new_primCmpInt(Pos(Zero), Pos(Succ(vwx310000))) -> new_primCmpNat0(Zero, Succ(vwx310000)) 19.19/7.01 new_esEs18(Nothing, Just(vwx310000), dgc) -> False 19.19/7.01 new_esEs18(Just(vwx30000), Nothing, dgc) -> False 19.19/7.01 new_esEs33(vwx30000, vwx310000, app(app(ty_@2, fbb), fbc)) -> new_esEs23(vwx30000, vwx310000, fbb, fbc) 19.19/7.01 new_esEs6(vwx3002, vwx31002, ty_Float) -> new_esEs12(vwx3002, vwx31002) 19.19/7.01 new_lt21(vwx530, vwx540, app(ty_Maybe, bee)) -> new_lt12(vwx530, vwx540, bee) 19.19/7.01 new_esEs15(Left(vwx30000), Left(vwx310000), ty_Double, eab) -> new_esEs19(vwx30000, vwx310000) 19.19/7.01 new_esEs28(vwx78, vwx81, ty_Char) -> new_esEs21(vwx78, vwx81) 19.19/7.01 new_compare115(vwx114, vwx115, True, ehd) -> LT 19.19/7.01 new_esEs15(Left(vwx30000), Left(vwx310000), app(app(ty_@2, fdf), fdg), eab) -> new_esEs23(vwx30000, vwx310000, fdf, fdg) 19.19/7.01 new_ltEs12(Left(vwx530), Left(vwx540), ty_@0, cba) -> new_ltEs7(vwx530, vwx540) 19.19/7.01 new_esEs9(vwx3000, vwx31000, ty_Double) -> new_esEs19(vwx3000, vwx31000) 19.19/7.01 new_esEs26(vwx30000, vwx310000, app(ty_Ratio, dbb)) -> new_esEs25(vwx30000, vwx310000, dbb) 19.19/7.01 new_compare113(vwx131, vwx132, True, dga, dgb) -> LT 19.19/7.01 new_esEs7(vwx3000, vwx31000, ty_@0) -> new_esEs14(vwx3000, vwx31000) 19.19/7.01 new_ltEs9(Just(vwx530), Just(vwx540), app(app(app(ty_@3, bhe), bhf), bhg)) -> new_ltEs5(vwx530, vwx540, bhe, bhf, bhg) 19.19/7.01 new_ltEs5(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), bbc, bbd, bda) -> new_pePe(new_lt21(vwx530, vwx540, bbc), new_asAs(new_esEs36(vwx530, vwx540, bbc), new_pePe(new_lt20(vwx531, vwx541, bbd), new_asAs(new_esEs37(vwx531, vwx541, bbd), new_ltEs22(vwx532, vwx542, bda))))) 19.19/7.01 new_ltEs6(vwx53, vwx54) -> new_fsEs(new_compare7(vwx53, vwx54)) 19.19/7.01 new_primMulInt(Pos(vwx30000), Neg(vwx310010)) -> Neg(new_primMulNat0(vwx30000, vwx310010)) 19.19/7.01 new_primMulInt(Neg(vwx30000), Pos(vwx310010)) -> Neg(new_primMulNat0(vwx30000, vwx310010)) 19.19/7.01 new_ltEs12(Right(vwx530), Right(vwx540), cbh, app(app(ty_Either, ccg), cch)) -> new_ltEs12(vwx530, vwx540, ccg, cch) 19.19/7.01 new_lt21(vwx530, vwx540, app(app(ty_@2, bec), bed)) -> new_lt11(vwx530, vwx540, bec, bed) 19.19/7.01 new_esEs28(vwx78, vwx81, app(ty_Maybe, dd)) -> new_esEs18(vwx78, vwx81, dd) 19.19/7.01 new_ltEs12(Right(vwx530), Left(vwx540), cbh, cba) -> False 19.19/7.01 new_esEs6(vwx3002, vwx31002, ty_Double) -> new_esEs19(vwx3002, vwx31002) 19.19/7.01 new_esEs15(Right(vwx30000), Right(vwx310000), eaa, app(ty_Ratio, ffb)) -> new_esEs25(vwx30000, vwx310000, ffb) 19.19/7.01 new_ltEs12(Left(vwx530), Left(vwx540), ty_Float, cba) -> new_ltEs17(vwx530, vwx540) 19.19/7.01 new_esEs9(vwx3000, vwx31000, ty_Ordering) -> new_esEs24(vwx3000, vwx31000) 19.19/7.01 new_primCompAux00(vwx20, vwx21, EQ, app(ty_[], bh)) -> new_compare18(vwx20, vwx21, bh) 19.19/7.01 new_esEs8(vwx3001, vwx31001, ty_Int) -> new_esEs16(vwx3001, vwx31001) 19.19/7.01 new_ltEs22(vwx532, vwx542, app(app(app(ty_@3, bbe), bbf), bbg)) -> new_ltEs5(vwx532, vwx542, bbe, bbf, bbg) 19.19/7.01 new_lt21(vwx530, vwx540, app(ty_[], beh)) -> new_lt19(vwx530, vwx540, beh) 19.19/7.01 new_esEs8(vwx3001, vwx31001, ty_Bool) -> new_esEs20(vwx3001, vwx31001) 19.19/7.01 new_ltEs23(vwx531, vwx541, ty_Ordering) -> new_ltEs16(vwx531, vwx541) 19.19/7.01 new_compare110(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, False, dfd, dfe, dff) -> GT 19.19/7.01 new_sr0(Integer(vwx30000), Integer(vwx310010)) -> Integer(new_primMulInt(vwx30000, vwx310010)) 19.19/7.01 new_ltEs20(vwx67, vwx68, ty_Integer) -> new_ltEs14(vwx67, vwx68) 19.19/7.01 new_esEs28(vwx78, vwx81, ty_@0) -> new_esEs14(vwx78, vwx81) 19.19/7.01 new_esEs6(vwx3002, vwx31002, app(app(app(ty_@3, dch), dda), ddb)) -> new_esEs13(vwx3002, vwx31002, dch, dda, ddb) 19.19/7.01 new_ltEs21(vwx60, vwx61, app(ty_Ratio, ffd)) -> new_ltEs13(vwx60, vwx61, ffd) 19.19/7.01 new_esEs9(vwx3000, vwx31000, ty_Float) -> new_esEs12(vwx3000, vwx31000) 19.19/7.01 new_ltEs21(vwx60, vwx61, ty_Bool) -> new_ltEs10(vwx60, vwx61) 19.19/7.01 new_ltEs9(Nothing, Just(vwx540), ehe) -> True 19.19/7.01 new_compare4(vwx300, vwx3100, app(ty_Ratio, eee)) -> new_compare13(vwx300, vwx3100, eee) 19.19/7.01 new_ltEs21(vwx60, vwx61, app(app(ty_Either, cef), ceg)) -> new_ltEs12(vwx60, vwx61, cef, ceg) 19.19/7.01 new_asAs(True, vwx109) -> vwx109 19.19/7.01 new_esEs4(vwx3000, vwx31000, ty_Bool) -> new_esEs20(vwx3000, vwx31000) 19.19/7.01 new_ltEs22(vwx532, vwx542, ty_Int) -> new_ltEs11(vwx532, vwx542) 19.19/7.01 new_lt7(vwx79, vwx82, app(ty_Maybe, fh)) -> new_lt12(vwx79, vwx82, fh) 19.19/7.01 new_esEs26(vwx30000, vwx310000, ty_Ordering) -> new_esEs24(vwx30000, vwx310000) 19.19/7.01 new_ltEs12(Right(vwx530), Right(vwx540), cbh, ty_Int) -> new_ltEs11(vwx530, vwx540) 19.19/7.01 new_ltEs23(vwx531, vwx541, ty_Char) -> new_ltEs6(vwx531, vwx541) 19.19/7.01 new_esEs26(vwx30000, vwx310000, ty_Integer) -> new_esEs17(vwx30000, vwx310000) 19.19/7.01 new_ltEs19(vwx53, vwx54, ty_Double) -> new_ltEs15(vwx53, vwx54) 19.19/7.01 new_ltEs9(Just(vwx530), Just(vwx540), ty_Int) -> new_ltEs11(vwx530, vwx540) 19.19/7.01 new_esEs33(vwx30000, vwx310000, app(ty_[], fba)) -> new_esEs22(vwx30000, vwx310000, fba) 19.19/7.01 new_lt22(vwx530, vwx540, ty_Int) -> new_lt13(vwx530, vwx540) 19.19/7.01 new_ltEs23(vwx531, vwx541, app(ty_Maybe, bfg)) -> new_ltEs9(vwx531, vwx541, bfg) 19.19/7.01 new_esEs9(vwx3000, vwx31000, app(ty_Ratio, fhe)) -> new_esEs25(vwx3000, vwx31000, fhe) 19.19/7.01 new_esEs27(vwx30001, vwx310001, app(app(ty_Either, dbf), dbg)) -> new_esEs15(vwx30001, vwx310001, dbf, dbg) 19.19/7.01 new_sr(vwx3000, vwx31001) -> new_primMulInt(vwx3000, vwx31001) 19.19/7.01 new_ltEs16(GT, GT) -> True 19.19/7.01 new_compare10(Nothing, Nothing, bbb) -> EQ 19.19/7.01 new_primMulNat0(Zero, Zero) -> Zero 19.19/7.01 new_ltEs10(True, True) -> True 19.19/7.01 new_esEs4(vwx3000, vwx31000, ty_Int) -> new_esEs16(vwx3000, vwx31000) 19.19/7.01 new_ltEs4(vwx80, vwx83, app(app(app(ty_@3, ea), eb), ec)) -> new_ltEs5(vwx80, vwx83, ea, eb, ec) 19.19/7.01 new_compare17(Float(vwx3000, Neg(vwx30010)), Float(vwx31000, Neg(vwx310010))) -> new_compare5(new_sr(vwx3000, Neg(vwx310010)), new_sr(Neg(vwx30010), vwx31000)) 19.19/7.01 new_lt23(vwx91, vwx93, app(ty_Maybe, hd)) -> new_lt12(vwx91, vwx93, hd) 19.19/7.01 new_ltEs22(vwx532, vwx542, app(ty_Maybe, bcb)) -> new_ltEs9(vwx532, vwx542, bcb) 19.19/7.01 new_esEs37(vwx531, vwx541, ty_Double) -> new_esEs19(vwx531, vwx541) 19.19/7.01 new_esEs26(vwx30000, vwx310000, app(app(ty_Either, dad), dae)) -> new_esEs15(vwx30000, vwx310000, dad, dae) 19.19/7.01 new_ltEs19(vwx53, vwx54, app(ty_Ratio, ehh)) -> new_ltEs13(vwx53, vwx54, ehh) 19.19/7.01 new_esEs26(vwx30000, vwx310000, ty_Char) -> new_esEs21(vwx30000, vwx310000) 19.19/7.01 new_compare4(vwx300, vwx3100, app(ty_[], cdc)) -> new_compare18(vwx300, vwx3100, cdc) 19.19/7.01 new_lt20(vwx531, vwx541, app(ty_Ratio, fff)) -> new_lt15(vwx531, vwx541, fff) 19.19/7.01 new_ltEs4(vwx80, vwx83, ty_Bool) -> new_ltEs10(vwx80, vwx83) 19.19/7.01 new_ltEs19(vwx53, vwx54, app(app(ty_Either, cbh), cba)) -> new_ltEs12(vwx53, vwx54, cbh, cba) 19.19/7.01 new_esEs26(vwx30000, vwx310000, ty_Float) -> new_esEs12(vwx30000, vwx310000) 19.19/7.01 new_esEs24(EQ, GT) -> False 19.19/7.01 new_esEs24(GT, EQ) -> False 19.19/7.01 new_compare16(EQ, GT) -> LT 19.19/7.01 new_esEs37(vwx531, vwx541, app(ty_[], bdg)) -> new_esEs22(vwx531, vwx541, bdg) 19.19/7.01 new_esEs32(vwx30002, vwx310002, app(ty_[], edg)) -> new_esEs22(vwx30002, vwx310002, edg) 19.19/7.01 new_esEs5(vwx3001, vwx31001, app(app(app(ty_@3, cge), cgf), cgg)) -> new_esEs13(vwx3001, vwx31001, cge, cgf, cgg) 19.19/7.01 new_compare4(vwx300, vwx3100, ty_Double) -> new_compare15(vwx300, vwx3100) 19.19/7.01 new_esEs6(vwx3002, vwx31002, app(app(ty_@2, ddg), ddh)) -> new_esEs23(vwx3002, vwx31002, ddg, ddh) 19.19/7.01 new_primEqInt(Neg(Succ(vwx300000)), Neg(Zero)) -> False 19.19/7.01 new_primEqInt(Neg(Zero), Neg(Succ(vwx3100000))) -> False 19.19/7.01 new_ltEs4(vwx80, vwx83, app(ty_[], fa)) -> new_ltEs18(vwx80, vwx83, fa) 19.19/7.01 new_ltEs20(vwx67, vwx68, app(app(ty_Either, cfh), cga)) -> new_ltEs12(vwx67, vwx68, cfh, cga) 19.19/7.01 new_ltEs20(vwx67, vwx68, app(ty_Ratio, fab)) -> new_ltEs13(vwx67, vwx68, fab) 19.19/7.01 new_primEqInt(Pos(Succ(vwx300000)), Pos(Succ(vwx3100000))) -> new_primEqNat0(vwx300000, vwx3100000) 19.19/7.01 new_esEs39(vwx91, vwx93, ty_Int) -> new_esEs16(vwx91, vwx93) 19.19/7.01 new_ltEs24(vwx92, vwx94, ty_Char) -> new_ltEs6(vwx92, vwx94) 19.19/7.01 new_esEs15(Right(vwx30000), Right(vwx310000), eaa, ty_Int) -> new_esEs16(vwx30000, vwx310000) 19.19/7.01 new_ltEs4(vwx80, vwx83, ty_Double) -> new_ltEs15(vwx80, vwx83) 19.19/7.01 new_primEqInt(Pos(Succ(vwx300000)), Neg(vwx310000)) -> False 19.19/7.01 new_primEqInt(Neg(Succ(vwx300000)), Pos(vwx310000)) -> False 19.19/7.01 new_lt20(vwx531, vwx541, app(app(ty_@2, bdb), bdc)) -> new_lt11(vwx531, vwx541, bdb, bdc) 19.19/7.01 new_lt21(vwx530, vwx540, app(ty_Ratio, ffe)) -> new_lt15(vwx530, vwx540, ffe) 19.19/7.01 new_primCmpInt(Neg(Zero), Neg(Succ(vwx310000))) -> new_primCmpNat0(Succ(vwx310000), Zero) 19.19/7.01 new_esEs13(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), dhf, dhg, dhh) -> new_asAs(new_esEs30(vwx30000, vwx310000, dhf), new_asAs(new_esEs31(vwx30001, vwx310001, dhg), new_esEs32(vwx30002, vwx310002, dhh))) 19.19/7.01 new_esEs9(vwx3000, vwx31000, ty_Integer) -> new_esEs17(vwx3000, vwx31000) 19.19/7.01 new_esEs5(vwx3001, vwx31001, app(ty_Ratio, chf)) -> new_esEs25(vwx3001, vwx31001, chf) 19.19/7.01 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 19.19/7.01 new_ltEs22(vwx532, vwx542, ty_Ordering) -> new_ltEs16(vwx532, vwx542) 19.19/7.01 new_lt20(vwx531, vwx541, app(ty_[], bdg)) -> new_lt19(vwx531, vwx541, bdg) 19.19/7.01 new_lt7(vwx79, vwx82, ty_Double) -> new_lt17(vwx79, vwx82) 19.19/7.01 new_ltEs22(vwx532, vwx542, ty_Char) -> new_ltEs6(vwx532, vwx542) 19.19/7.01 new_lt7(vwx79, vwx82, app(ty_Ratio, dcf)) -> new_lt15(vwx79, vwx82, dcf) 19.19/7.01 new_primCompAux00(vwx20, vwx21, LT, cgc) -> LT 19.19/7.01 new_esEs7(vwx3000, vwx31000, ty_Bool) -> new_esEs20(vwx3000, vwx31000) 19.19/7.01 new_esEs7(vwx3000, vwx31000, app(app(app(ty_@3, fbe), fbf), fbg)) -> new_esEs13(vwx3000, vwx31000, fbe, fbf, fbg) 19.19/7.01 new_esEs39(vwx91, vwx93, app(app(ty_@2, hb), hc)) -> new_esEs23(vwx91, vwx93, hb, hc) 19.19/7.01 new_ltEs24(vwx92, vwx94, app(app(ty_Either, bag), bah)) -> new_ltEs12(vwx92, vwx94, bag, bah) 19.19/7.01 new_esEs6(vwx3002, vwx31002, app(ty_Ratio, dea)) -> new_esEs25(vwx3002, vwx31002, dea) 19.19/7.01 new_lt21(vwx530, vwx540, ty_Int) -> new_lt13(vwx530, vwx540) 19.19/7.01 new_esEs11(vwx3000, vwx31000, app(ty_[], egh)) -> new_esEs22(vwx3000, vwx31000, egh) 19.19/7.01 new_lt23(vwx91, vwx93, ty_Int) -> new_lt13(vwx91, vwx93) 19.19/7.01 new_not(False) -> True 19.19/7.01 new_lt6(vwx78, vwx81, ty_Int) -> new_lt13(vwx78, vwx81) 19.19/7.01 new_ltEs9(Just(vwx530), Just(vwx540), ty_Double) -> new_ltEs15(vwx530, vwx540) 19.19/7.01 new_esEs36(vwx530, vwx540, app(ty_[], beh)) -> new_esEs22(vwx530, vwx540, beh) 19.19/7.01 new_ltEs22(vwx532, vwx542, app(app(ty_Either, bcc), bcd)) -> new_ltEs12(vwx532, vwx542, bcc, bcd) 19.19/7.01 new_ltEs22(vwx532, vwx542, ty_Bool) -> new_ltEs10(vwx532, vwx542) 19.19/7.01 new_esEs8(vwx3001, vwx31001, ty_@0) -> new_esEs14(vwx3001, vwx31001) 19.19/7.01 new_lt22(vwx530, vwx540, ty_Double) -> new_lt17(vwx530, vwx540) 19.19/7.01 new_ltEs23(vwx531, vwx541, app(app(app(ty_@3, bfb), bfc), bfd)) -> new_ltEs5(vwx531, vwx541, bfb, bfc, bfd) 19.19/7.01 new_esEs5(vwx3001, vwx31001, app(app(ty_@2, chd), che)) -> new_esEs23(vwx3001, vwx31001, chd, che) 19.19/7.01 new_esEs7(vwx3000, vwx31000, ty_Int) -> new_esEs16(vwx3000, vwx31000) 19.19/7.01 new_esEs27(vwx30001, vwx310001, app(ty_Maybe, dbh)) -> new_esEs18(vwx30001, vwx310001, dbh) 19.19/7.01 new_ltEs24(vwx92, vwx94, ty_Ordering) -> new_ltEs16(vwx92, vwx94) 19.19/7.01 new_ltEs23(vwx531, vwx541, ty_@0) -> new_ltEs7(vwx531, vwx541) 19.19/7.01 new_compare28(vwx53, vwx54, False, ehg) -> new_compare115(vwx53, vwx54, new_ltEs19(vwx53, vwx54, ehg), ehg) 19.19/7.01 new_lt11(vwx78, vwx81, db, dc) -> new_esEs24(new_compare9(vwx78, vwx81, db, dc), LT) 19.19/7.01 new_ltEs23(vwx531, vwx541, ty_Integer) -> new_ltEs14(vwx531, vwx541) 19.19/7.01 new_lt22(vwx530, vwx540, app(ty_Ratio, ffh)) -> new_lt15(vwx530, vwx540, ffh) 19.19/7.01 new_esEs9(vwx3000, vwx31000, app(app(ty_Either, fgg), fgh)) -> new_esEs15(vwx3000, vwx31000, fgg, fgh) 19.19/7.01 new_esEs9(vwx3000, vwx31000, app(app(app(ty_@3, fgd), fge), fgf)) -> new_esEs13(vwx3000, vwx31000, fgd, fge, fgf) 19.19/7.01 new_ltEs20(vwx67, vwx68, ty_Char) -> new_ltEs6(vwx67, vwx68) 19.19/7.01 new_esEs37(vwx531, vwx541, app(app(ty_@2, bdb), bdc)) -> new_esEs23(vwx531, vwx541, bdb, bdc) 19.19/7.01 new_lt7(vwx79, vwx82, app(ty_[], gc)) -> new_lt19(vwx79, vwx82, gc) 19.19/7.01 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 19.19/7.01 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 19.19/7.01 new_lt20(vwx531, vwx541, ty_Double) -> new_lt17(vwx531, vwx541) 19.19/7.01 new_ltEs9(Just(vwx530), Just(vwx540), app(ty_Ratio, ehf)) -> new_ltEs13(vwx530, vwx540, ehf) 19.19/7.01 new_esEs5(vwx3001, vwx31001, ty_Int) -> new_esEs16(vwx3001, vwx31001) 19.19/7.01 new_esEs5(vwx3001, vwx31001, ty_Double) -> new_esEs19(vwx3001, vwx31001) 19.19/7.01 new_lt22(vwx530, vwx540, app(ty_[], bhd)) -> new_lt19(vwx530, vwx540, bhd) 19.19/7.01 new_esEs38(vwx530, vwx540, ty_Double) -> new_esEs19(vwx530, vwx540) 19.19/7.01 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 19.19/7.01 new_primMulNat0(Succ(vwx300000), Succ(vwx3100100)) -> new_primPlusNat0(new_primMulNat0(vwx300000, Succ(vwx3100100)), vwx3100100) 19.19/7.01 new_esEs15(Right(vwx30000), Right(vwx310000), eaa, ty_Double) -> new_esEs19(vwx30000, vwx310000) 19.19/7.01 new_compare7(Char(vwx3000), Char(vwx31000)) -> new_primCmpNat0(vwx3000, vwx31000) 19.19/7.01 new_esEs15(Right(vwx30000), Right(vwx310000), eaa, app(app(ty_Either, fed), fee)) -> new_esEs15(vwx30000, vwx310000, fed, fee) 19.19/7.01 new_esEs15(Right(vwx30000), Right(vwx310000), eaa, app(app(app(ty_@3, fea), feb), fec)) -> new_esEs13(vwx30000, vwx310000, fea, feb, fec) 19.19/7.01 new_ltEs4(vwx80, vwx83, app(ty_Ratio, dcg)) -> new_ltEs13(vwx80, vwx83, dcg) 19.19/7.01 new_ltEs4(vwx80, vwx83, ty_Int) -> new_ltEs11(vwx80, vwx83) 19.19/7.01 new_compare29(vwx91, vwx92, vwx93, vwx94, True, hh, ha) -> EQ 19.19/7.01 new_ltEs12(Left(vwx530), Left(vwx540), app(ty_Maybe, cbd), cba) -> new_ltEs9(vwx530, vwx540, cbd) 19.19/7.01 new_compare11(False, False) -> EQ 19.19/7.01 new_ltEs24(vwx92, vwx94, ty_Integer) -> new_ltEs14(vwx92, vwx94) 19.19/7.01 new_lt6(vwx78, vwx81, app(ty_[], dg)) -> new_lt19(vwx78, vwx81, dg) 19.19/7.01 new_esEs9(vwx3000, vwx31000, ty_Char) -> new_esEs21(vwx3000, vwx31000) 19.19/7.01 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 19.19/7.01 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 19.19/7.01 new_compare8(@0, @0) -> EQ 19.19/7.01 new_lt10(vwx78, vwx81) -> new_esEs24(new_compare8(vwx78, vwx81), LT) 19.19/7.01 new_compare18([], [], cdc) -> EQ 19.19/7.01 new_esEs4(vwx3000, vwx31000, ty_Double) -> new_esEs19(vwx3000, vwx31000) 19.19/7.01 new_ltEs8(@2(vwx530, vwx531), @2(vwx540, vwx541), bfa, bgf) -> new_pePe(new_lt22(vwx530, vwx540, bfa), new_asAs(new_esEs38(vwx530, vwx540, bfa), new_ltEs23(vwx531, vwx541, bgf))) 19.19/7.01 new_esEs9(vwx3000, vwx31000, ty_Bool) -> new_esEs20(vwx3000, vwx31000) 19.19/7.01 new_ltEs9(Just(vwx530), Just(vwx540), app(ty_[], cae)) -> new_ltEs18(vwx530, vwx540, cae) 19.19/7.01 new_primEqNat0(Zero, Zero) -> True 19.19/7.01 new_ltEs9(Just(vwx530), Nothing, ehe) -> False 19.19/7.01 new_ltEs9(Nothing, Nothing, ehe) -> True 19.19/7.01 new_ltEs19(vwx53, vwx54, ty_Bool) -> new_ltEs10(vwx53, vwx54) 19.19/7.01 new_lt21(vwx530, vwx540, ty_Double) -> new_lt17(vwx530, vwx540) 19.19/7.01 new_esEs6(vwx3002, vwx31002, ty_Int) -> new_esEs16(vwx3002, vwx31002) 19.19/7.01 new_asAs(False, vwx109) -> False 19.19/7.01 new_esEs8(vwx3001, vwx31001, app(ty_Ratio, dfc)) -> new_esEs25(vwx3001, vwx31001, dfc) 19.19/7.01 new_ltEs24(vwx92, vwx94, app(ty_Maybe, baf)) -> new_ltEs9(vwx92, vwx94, baf) 19.19/7.01 new_esEs38(vwx530, vwx540, app(app(ty_@2, bgg), bgh)) -> new_esEs23(vwx530, vwx540, bgg, bgh) 19.19/7.01 new_esEs39(vwx91, vwx93, ty_Double) -> new_esEs19(vwx91, vwx93) 19.19/7.01 new_lt6(vwx78, vwx81, ty_Double) -> new_lt17(vwx78, vwx81) 19.19/7.01 new_esEs18(Just(vwx30000), Just(vwx310000), app(ty_[], dhb)) -> new_esEs22(vwx30000, vwx310000, dhb) 19.19/7.01 new_ltEs20(vwx67, vwx68, ty_Bool) -> new_ltEs10(vwx67, vwx68) 19.19/7.01 new_ltEs24(vwx92, vwx94, ty_@0) -> new_ltEs7(vwx92, vwx94) 19.19/7.01 new_esEs8(vwx3001, vwx31001, app(app(app(ty_@3, deb), dec), ded)) -> new_esEs13(vwx3001, vwx31001, deb, dec, ded) 19.19/7.01 new_compare16(GT, EQ) -> GT 19.19/7.01 new_ltEs21(vwx60, vwx61, app(app(app(ty_@3, cdg), cdh), cea)) -> new_ltEs5(vwx60, vwx61, cdg, cdh, cea) 19.19/7.01 19.19/7.01 The set Q consists of the following terms: 19.19/7.01 19.19/7.01 new_ltEs9(Just(x0), Just(x1), ty_Int) 19.19/7.01 new_esEs11(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_compare19(x0, x1, x2, x3, x4, x5, True, x6, x7, x8, x9) 19.19/7.01 new_esEs18(Just(x0), Just(x1), app(ty_Ratio, x2)) 19.19/7.01 new_ltEs22(x0, x1, app(ty_[], x2)) 19.19/7.01 new_esEs18(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_ltEs20(x0, x1, ty_Int) 19.19/7.01 new_ltEs23(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_compare14(Integer(x0), Integer(x1)) 19.19/7.01 new_esEs6(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_lt7(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_primMulInt(Neg(x0), Neg(x1)) 19.19/7.01 new_esEs31(x0, x1, ty_Integer) 19.19/7.01 new_ltEs21(x0, x1, ty_Float) 19.19/7.01 new_esEs37(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_primPlusNat1(Zero, Zero) 19.19/7.01 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 19.19/7.01 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 19.19/7.01 new_ltEs20(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_ltEs12(Left(x0), Left(x1), ty_Char, x2) 19.19/7.01 new_ltEs22(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_compare114(x0, x1, False, x2, x3) 19.19/7.01 new_esEs7(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_esEs15(Left(x0), Left(x1), ty_Char, x2) 19.19/7.01 new_esEs6(x0, x1, ty_Integer) 19.19/7.01 new_lt20(x0, x1, ty_Int) 19.19/7.01 new_esEs39(x0, x1, ty_Integer) 19.19/7.01 new_compare7(Char(x0), Char(x1)) 19.19/7.01 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 19.19/7.01 new_ltEs20(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_esEs7(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_esEs27(x0, x1, ty_Int) 19.19/7.01 new_esEs26(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_esEs38(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_esEs4(x0, x1, ty_@0) 19.19/7.01 new_esEs7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_esEs38(x0, x1, ty_Char) 19.19/7.01 new_primMulInt(Pos(x0), Neg(x1)) 19.19/7.01 new_primMulInt(Neg(x0), Pos(x1)) 19.19/7.01 new_esEs26(x0, x1, ty_Char) 19.19/7.01 new_ltEs20(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_esEs26(x0, x1, ty_Double) 19.19/7.01 new_primEqInt(Pos(Zero), Pos(Zero)) 19.19/7.01 new_ltEs22(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_esEs4(x0, x1, ty_Bool) 19.19/7.01 new_esEs28(x0, x1, app(ty_[], x2)) 19.19/7.01 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_esEs15(Left(x0), Left(x1), ty_Ordering, x2) 19.19/7.01 new_esEs20(False, True) 19.19/7.01 new_esEs20(True, False) 19.19/7.01 new_esEs8(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_esEs36(x0, x1, ty_@0) 19.19/7.01 new_lt7(x0, x1, ty_Integer) 19.19/7.01 new_esEs36(x0, x1, ty_Int) 19.19/7.01 new_primEqInt(Neg(Zero), Neg(Zero)) 19.19/7.01 new_compare4(x0, x1, app(ty_[], x2)) 19.19/7.01 new_ltEs12(Left(x0), Left(x1), ty_Ordering, x2) 19.19/7.01 new_esEs18(Just(x0), Nothing, x1) 19.19/7.01 new_ltEs16(GT, EQ) 19.19/7.01 new_ltEs16(EQ, GT) 19.19/7.01 new_esEs33(x0, x1, app(ty_[], x2)) 19.19/7.01 new_compare27(x0, x1, True, x2, x3) 19.19/7.01 new_lt21(x0, x1, ty_Int) 19.19/7.01 new_esEs6(x0, x1, ty_@0) 19.19/7.01 new_primCompAux00(x0, x1, EQ, app(ty_Ratio, x2)) 19.19/7.01 new_primCompAux00(x0, x1, EQ, ty_Double) 19.19/7.01 new_esEs6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_esEs39(x0, x1, ty_@0) 19.19/7.01 new_ltEs16(LT, LT) 19.19/7.01 new_esEs37(x0, x1, ty_Char) 19.19/7.01 new_esEs27(x0, x1, ty_@0) 19.19/7.01 new_compare16(LT, LT) 19.19/7.01 new_esEs4(x0, x1, ty_Int) 19.19/7.01 new_esEs31(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_lt22(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_ltEs23(x0, x1, ty_Float) 19.19/7.01 new_compare113(x0, x1, False, x2, x3) 19.19/7.01 new_compare15(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 19.19/7.01 new_compare15(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 19.19/7.01 new_esEs10(x0, x1, ty_Char) 19.19/7.01 new_esEs39(x0, x1, ty_Float) 19.19/7.01 new_lt22(x0, x1, ty_Integer) 19.19/7.01 new_esEs39(x0, x1, ty_Bool) 19.19/7.01 new_esEs15(Right(x0), Right(x1), x2, ty_Float) 19.19/7.01 new_compare17(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 19.19/7.01 new_esEs6(x0, x1, ty_Float) 19.19/7.01 new_lt21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_esEs6(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_ltEs24(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_ltEs10(False, False) 19.19/7.01 new_esEs32(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_esEs4(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_lt20(x0, x1, ty_@0) 19.19/7.01 new_primEqInt(Pos(Zero), Neg(Zero)) 19.19/7.01 new_primEqInt(Neg(Zero), Pos(Zero)) 19.19/7.01 new_esEs5(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_lt6(x0, x1, ty_Char) 19.19/7.01 new_primMulInt(Pos(x0), Pos(x1)) 19.19/7.01 new_esEs15(Left(x0), Left(x1), ty_Double, x2) 19.19/7.01 new_esEs28(x0, x1, ty_Char) 19.19/7.01 new_ltEs21(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_esEs28(x0, x1, ty_Double) 19.19/7.01 new_esEs35(x0, x1, ty_Int) 19.19/7.01 new_esEs26(x0, x1, ty_Ordering) 19.19/7.01 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_lt11(x0, x1, x2, x3) 19.19/7.01 new_esEs30(x0, x1, ty_Char) 19.19/7.01 new_ltEs9(Just(x0), Just(x1), ty_@0) 19.19/7.01 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 19.19/7.01 new_compare4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_ltEs4(x0, x1, ty_Double) 19.19/7.01 new_lt22(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_esEs4(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_esEs10(x0, x1, app(ty_[], x2)) 19.19/7.01 new_esEs15(Left(x0), Right(x1), x2, x3) 19.19/7.01 new_esEs15(Right(x0), Left(x1), x2, x3) 19.19/7.01 new_ltEs18(x0, x1, x2) 19.19/7.01 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 19.19/7.01 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 19.19/7.01 new_esEs38(x0, x1, ty_Ordering) 19.19/7.01 new_lt23(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_primMulNat0(Succ(x0), Succ(x1)) 19.19/7.01 new_esEs37(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_ltEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_ltEs12(Right(x0), Right(x1), x2, ty_Float) 19.19/7.01 new_esEs32(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_esEs8(x0, x1, ty_Double) 19.19/7.01 new_ltEs12(Right(x0), Right(x1), x2, ty_Ordering) 19.19/7.01 new_ltEs4(x0, x1, ty_Float) 19.19/7.01 new_ltEs22(x0, x1, ty_Double) 19.19/7.01 new_ltEs21(x0, x1, ty_@0) 19.19/7.01 new_lt6(x0, x1, ty_Ordering) 19.19/7.01 new_ltEs20(x0, x1, ty_Integer) 19.19/7.01 new_esEs24(EQ, GT) 19.19/7.01 new_esEs24(GT, EQ) 19.19/7.01 new_esEs33(x0, x1, ty_Double) 19.19/7.01 new_ltEs21(x0, x1, ty_Bool) 19.19/7.01 new_lt23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_compare4(x0, x1, ty_Int) 19.19/7.01 new_esEs22([], [], x0) 19.19/7.01 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_esEs8(x0, x1, ty_Ordering) 19.19/7.01 new_lt7(x0, x1, ty_Int) 19.19/7.01 new_ltEs21(x0, x1, app(ty_[], x2)) 19.19/7.01 new_esEs36(x0, x1, ty_Integer) 19.19/7.01 new_ltEs19(x0, x1, ty_Ordering) 19.19/7.01 new_primCompAux00(x0, x1, EQ, app(ty_[], x2)) 19.19/7.01 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 19.19/7.01 new_esEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_compare29(x0, x1, x2, x3, False, x4, x5) 19.19/7.01 new_esEs31(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_ltEs16(LT, EQ) 19.19/7.01 new_ltEs16(EQ, LT) 19.19/7.01 new_ltEs12(Left(x0), Right(x1), x2, x3) 19.19/7.01 new_esEs33(x0, x1, ty_Ordering) 19.19/7.01 new_esEs38(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_ltEs12(Right(x0), Left(x1), x2, x3) 19.19/7.01 new_lt22(x0, x1, ty_Bool) 19.19/7.01 new_esEs15(Right(x0), Right(x1), x2, ty_@0) 19.19/7.01 new_ltEs9(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 19.19/7.01 new_esEs9(x0, x1, ty_Integer) 19.19/7.01 new_compare10(Just(x0), Nothing, x1) 19.19/7.01 new_ltEs23(x0, x1, ty_Integer) 19.19/7.01 new_lt20(x0, x1, ty_Bool) 19.19/7.01 new_ltEs19(x0, x1, ty_Double) 19.19/7.01 new_esEs10(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_compare115(x0, x1, False, x2) 19.19/7.01 new_esEs18(Nothing, Just(x0), x1) 19.19/7.01 new_lt7(x0, x1, ty_Float) 19.19/7.01 new_primCompAux00(x0, x1, EQ, ty_Ordering) 19.19/7.01 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_ltEs23(x0, x1, ty_Ordering) 19.19/7.01 new_lt23(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_esEs15(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 19.19/7.01 new_ltEs9(Just(x0), Just(x1), ty_Bool) 19.19/7.01 new_esEs5(x0, x1, ty_Char) 19.19/7.01 new_ltEs24(x0, x1, ty_Int) 19.19/7.01 new_esEs22([], :(x0, x1), x2) 19.19/7.01 new_esEs4(x0, x1, ty_Integer) 19.19/7.01 new_esEs38(x0, x1, ty_Double) 19.19/7.01 new_compare11(True, False) 19.19/7.01 new_compare11(False, True) 19.19/7.01 new_esEs27(x0, x1, ty_Bool) 19.19/7.01 new_esEs32(x0, x1, ty_Ordering) 19.19/7.01 new_lt22(x0, x1, ty_Int) 19.19/7.01 new_esEs32(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_esEs36(x0, x1, ty_Bool) 19.19/7.01 new_ltEs23(x0, x1, ty_Bool) 19.19/7.01 new_esEs18(Nothing, Nothing, x0) 19.19/7.01 new_ltEs9(Just(x0), Just(x1), app(ty_[], x2)) 19.19/7.01 new_esEs9(x0, x1, ty_Float) 19.19/7.01 new_esEs9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_esEs31(x0, x1, app(ty_[], x2)) 19.19/7.01 new_compare12(Left(x0), Left(x1), x2, x3) 19.19/7.01 new_compare16(EQ, LT) 19.19/7.01 new_compare16(LT, EQ) 19.19/7.01 new_esEs7(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_esEs39(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_esEs9(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_ltEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_esEs9(x0, x1, ty_Bool) 19.19/7.01 new_ltEs12(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 19.19/7.01 new_esEs29(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_ltEs21(x0, x1, ty_Integer) 19.19/7.01 new_esEs31(x0, x1, ty_@0) 19.19/7.01 new_esEs18(Just(x0), Just(x1), ty_Double) 19.19/7.01 new_primCompAux00(x0, x1, EQ, app(app(ty_Either, x2), x3)) 19.19/7.01 new_esEs10(x0, x1, ty_Ordering) 19.19/7.01 new_lt22(x0, x1, ty_Float) 19.19/7.01 new_esEs32(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_ltEs12(Right(x0), Right(x1), x2, app(ty_[], x3)) 19.19/7.01 new_ltEs20(x0, x1, ty_Bool) 19.19/7.01 new_compare13(:%(x0, x1), :%(x2, x3), ty_Integer) 19.19/7.01 new_esEs27(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_esEs35(x0, x1, ty_Integer) 19.19/7.01 new_lt7(x0, x1, ty_Bool) 19.19/7.01 new_compare16(EQ, EQ) 19.19/7.01 new_esEs36(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_esEs11(x0, x1, app(ty_[], x2)) 19.19/7.01 new_esEs29(x0, x1, ty_@0) 19.19/7.01 new_ltEs9(Just(x0), Just(x1), ty_Integer) 19.19/7.01 new_esEs6(x0, x1, app(ty_[], x2)) 19.19/7.01 new_ltEs17(x0, x1) 19.19/7.01 new_lt20(x0, x1, ty_Integer) 19.19/7.01 new_ltEs12(Right(x0), Right(x1), x2, ty_Integer) 19.19/7.01 new_ltEs23(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_esEs18(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 19.19/7.01 new_ltEs9(Just(x0), Just(x1), app(ty_Ratio, x2)) 19.19/7.01 new_esEs9(x0, x1, ty_Char) 19.19/7.01 new_esEs27(x0, x1, ty_Integer) 19.19/7.01 new_esEs24(LT, GT) 19.19/7.01 new_esEs24(GT, LT) 19.19/7.01 new_ltEs12(Right(x0), Right(x1), x2, ty_Bool) 19.19/7.01 new_esEs36(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_esEs33(x0, x1, ty_@0) 19.19/7.01 new_esEs8(x0, x1, ty_Bool) 19.19/7.01 new_esEs18(Just(x0), Just(x1), ty_Integer) 19.19/7.01 new_esEs36(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_esEs17(Integer(x0), Integer(x1)) 19.19/7.01 new_ltEs21(x0, x1, ty_Double) 19.19/7.01 new_ltEs8(@2(x0, x1), @2(x2, x3), x4, x5) 19.19/7.01 new_primCompAux00(x0, x1, EQ, ty_Integer) 19.19/7.01 new_esEs29(x0, x1, ty_Float) 19.19/7.01 new_compare110(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 19.19/7.01 new_esEs18(Just(x0), Just(x1), app(ty_[], x2)) 19.19/7.01 new_esEs28(x0, x1, ty_Float) 19.19/7.01 new_ltEs23(x0, x1, ty_Char) 19.19/7.01 new_ltEs19(x0, x1, app(ty_[], x2)) 19.19/7.01 new_lt4(x0, x1) 19.19/7.01 new_compare4(x0, x1, ty_@0) 19.19/7.01 new_compare9(@2(x0, x1), @2(x2, x3), x4, x5) 19.19/7.01 new_ltEs10(True, False) 19.19/7.01 new_ltEs10(False, True) 19.19/7.01 new_ltEs23(x0, x1, ty_Int) 19.19/7.01 new_lt16(x0, x1) 19.19/7.01 new_esEs11(x0, x1, ty_Char) 19.19/7.01 new_esEs7(x0, x1, ty_Char) 19.19/7.01 new_esEs15(Right(x0), Right(x1), x2, ty_Double) 19.19/7.01 new_sr0(Integer(x0), Integer(x1)) 19.19/7.01 new_ltEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_compare4(x0, x1, ty_Integer) 19.19/7.01 new_esEs7(x0, x1, ty_Bool) 19.19/7.01 new_compare25(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 19.19/7.01 new_asAs(True, x0) 19.19/7.01 new_ltEs4(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_compare16(GT, LT) 19.19/7.01 new_compare16(LT, GT) 19.19/7.01 new_compare11(True, True) 19.19/7.01 new_not(True) 19.19/7.01 new_primCompAux00(x0, x1, EQ, ty_Bool) 19.19/7.01 new_esEs9(x0, x1, app(ty_[], x2)) 19.19/7.01 new_esEs37(x0, x1, app(ty_[], x2)) 19.19/7.01 new_esEs18(Just(x0), Just(x1), ty_Float) 19.19/7.01 new_esEs26(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_ltEs21(x0, x1, ty_Char) 19.19/7.01 new_ltEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_ltEs12(Right(x0), Right(x1), x2, ty_Char) 19.19/7.01 new_ltEs12(Left(x0), Left(x1), ty_Float, x2) 19.19/7.01 new_lt23(x0, x1, ty_Bool) 19.19/7.01 new_esEs11(x0, x1, ty_Integer) 19.19/7.01 new_primPlusNat0(Zero, x0) 19.19/7.01 new_esEs16(x0, x1) 19.19/7.01 new_compare111(x0, x1, x2, x3, True, x4, x5, x6) 19.19/7.01 new_esEs7(x0, x1, ty_Int) 19.19/7.01 new_esEs31(x0, x1, ty_Ordering) 19.19/7.01 new_esEs11(x0, x1, ty_Bool) 19.19/7.01 new_compare26(x0, x1, True, x2, x3) 19.19/7.01 new_esEs29(x0, x1, ty_Integer) 19.19/7.01 new_esEs7(x0, x1, ty_@0) 19.19/7.01 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_compare4(x0, x1, ty_Char) 19.19/7.01 new_ltEs9(Just(x0), Just(x1), ty_Float) 19.19/7.01 new_lt23(x0, x1, ty_Char) 19.19/7.01 new_ltEs9(Nothing, Nothing, x0) 19.19/7.01 new_compare27(x0, x1, False, x2, x3) 19.19/7.01 new_compare4(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_esEs28(x0, x1, ty_@0) 19.19/7.01 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_lt23(x0, x1, ty_@0) 19.19/7.01 new_esEs25(:%(x0, x1), :%(x2, x3), x4) 19.19/7.01 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 19.19/7.01 new_esEs26(x0, x1, ty_Integer) 19.19/7.01 new_ltEs4(x0, x1, app(ty_[], x2)) 19.19/7.01 new_lt6(x0, x1, app(ty_[], x2)) 19.19/7.01 new_lt23(x0, x1, ty_Int) 19.19/7.01 new_primEqNat0(Succ(x0), Zero) 19.19/7.01 new_compare25(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 19.19/7.01 new_ltEs22(x0, x1, ty_Ordering) 19.19/7.01 new_lt21(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_esEs8(x0, x1, ty_Integer) 19.19/7.01 new_compare29(x0, x1, x2, x3, True, x4, x5) 19.19/7.01 new_ltEs12(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 19.19/7.01 new_esEs30(x0, x1, ty_Double) 19.19/7.01 new_ltEs21(x0, x1, ty_Int) 19.19/7.01 new_compare13(:%(x0, x1), :%(x2, x3), ty_Int) 19.19/7.01 new_compare4(x0, x1, ty_Bool) 19.19/7.01 new_esEs27(x0, x1, ty_Float) 19.19/7.01 new_esEs6(x0, x1, ty_Char) 19.19/7.01 new_esEs18(Just(x0), Just(x1), ty_Char) 19.19/7.01 new_esEs8(x0, x1, ty_Float) 19.19/7.01 new_ltEs4(x0, x1, ty_Ordering) 19.19/7.01 new_esEs30(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_esEs29(x0, x1, ty_Bool) 19.19/7.01 new_ltEs12(Right(x0), Right(x1), x2, ty_Double) 19.19/7.01 new_primCompAux00(x0, x1, EQ, ty_Char) 19.19/7.01 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 19.19/7.01 new_esEs8(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_compare112(x0, x1, x2, x3, True, x4, x5) 19.19/7.01 new_esEs20(True, True) 19.19/7.01 new_esEs29(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_esEs36(x0, x1, app(ty_[], x2)) 19.19/7.01 new_compare10(Nothing, Nothing, x0) 19.19/7.01 new_esEs7(x0, x1, app(ty_[], x2)) 19.19/7.01 new_esEs30(x0, x1, ty_Ordering) 19.19/7.01 new_compare114(x0, x1, True, x2, x3) 19.19/7.01 new_esEs11(x0, x1, ty_Float) 19.19/7.01 new_esEs28(x0, x1, ty_Bool) 19.19/7.01 new_ltEs12(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 19.19/7.01 new_primCompAux00(x0, x1, EQ, ty_Int) 19.19/7.01 new_esEs8(x0, x1, ty_Int) 19.19/7.01 new_ltEs9(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_esEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 19.19/7.01 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_compare110(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 19.19/7.01 new_esEs6(x0, x1, ty_Int) 19.19/7.01 new_compare18(:(x0, x1), [], x2) 19.19/7.01 new_esEs11(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_esEs18(Just(x0), Just(x1), ty_Int) 19.19/7.01 new_ltEs5(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 19.19/7.01 new_esEs6(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_esEs37(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_primCmpNat0(Succ(x0), Zero) 19.19/7.01 new_esEs26(x0, x1, ty_Bool) 19.19/7.01 new_esEs22(:(x0, x1), :(x2, x3), x4) 19.19/7.01 new_primCompAux00(x0, x1, EQ, ty_Float) 19.19/7.01 new_primEqNat0(Zero, Zero) 19.19/7.01 new_esEs29(x0, x1, app(ty_[], x2)) 19.19/7.01 new_esEs11(x0, x1, ty_Int) 19.19/7.01 new_esEs15(Right(x0), Right(x1), x2, ty_Ordering) 19.19/7.01 new_ltEs4(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_lt7(x0, x1, ty_@0) 19.19/7.01 new_not(False) 19.19/7.01 new_esEs8(x0, x1, ty_Char) 19.19/7.01 new_lt6(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_ltEs23(x0, x1, ty_Double) 19.19/7.01 new_ltEs12(Left(x0), Left(x1), ty_Double, x2) 19.19/7.01 new_esEs24(GT, GT) 19.19/7.01 new_esEs29(x0, x1, ty_Char) 19.19/7.01 new_esEs4(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_esEs9(x0, x1, ty_@0) 19.19/7.01 new_esEs24(LT, EQ) 19.19/7.01 new_esEs24(EQ, LT) 19.19/7.01 new_primCompAux00(x0, x1, EQ, app(app(ty_@2, x2), x3)) 19.19/7.01 new_esEs9(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_esEs6(x0, x1, ty_Bool) 19.19/7.01 new_compare4(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_esEs28(x0, x1, ty_Integer) 19.19/7.01 new_lt23(x0, x1, ty_Integer) 19.19/7.01 new_ltEs20(x0, x1, ty_@0) 19.19/7.01 new_ltEs20(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_esEs21(Char(x0), Char(x1)) 19.19/7.01 new_esEs36(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_ltEs9(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 19.19/7.01 new_esEs29(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_ltEs6(x0, x1) 19.19/7.01 new_esEs10(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_esEs33(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_compare4(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_lt6(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_lt6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_esEs11(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_esEs15(Left(x0), Left(x1), app(ty_[], x2), x3) 19.19/7.01 new_ltEs24(x0, x1, app(ty_[], x2)) 19.19/7.01 new_ltEs12(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 19.19/7.01 new_esEs7(x0, x1, ty_Integer) 19.19/7.01 new_ltEs23(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_esEs18(Just(x0), Just(x1), app(ty_Maybe, x2)) 19.19/7.01 new_esEs38(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_esEs18(Just(x0), Just(x1), ty_Bool) 19.19/7.01 new_pePe(True, x0) 19.19/7.01 new_lt7(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_ltEs10(True, True) 19.19/7.01 new_esEs29(x0, x1, ty_Int) 19.19/7.01 new_lt22(x0, x1, ty_@0) 19.19/7.01 new_lt12(x0, x1, x2) 19.19/7.01 new_esEs34(x0, x1, ty_Int) 19.19/7.01 new_esEs26(x0, x1, ty_Float) 19.19/7.01 new_esEs8(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_esEs31(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_lt9(x0, x1) 19.19/7.01 new_esEs30(x0, x1, ty_Bool) 19.19/7.01 new_esEs29(x0, x1, ty_Ordering) 19.19/7.01 new_ltEs12(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 19.19/7.01 new_lt23(x0, x1, app(ty_[], x2)) 19.19/7.01 new_primCmpNat0(Zero, Succ(x0)) 19.19/7.01 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 19.19/7.01 new_esEs15(Left(x0), Left(x1), ty_Int, x2) 19.19/7.01 new_ltEs12(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 19.19/7.01 new_lt13(x0, x1) 19.19/7.01 new_lt21(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_esEs27(x0, x1, ty_Char) 19.19/7.01 new_lt22(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_esEs15(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 19.19/7.01 new_esEs28(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_lt20(x0, x1, ty_Ordering) 19.19/7.01 new_esEs33(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_compare112(x0, x1, x2, x3, False, x4, x5) 19.19/7.01 new_esEs30(x0, x1, ty_@0) 19.19/7.01 new_esEs29(x0, x1, ty_Double) 19.19/7.01 new_ltEs20(x0, x1, app(ty_[], x2)) 19.19/7.01 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_esEs5(x0, x1, ty_Bool) 19.19/7.01 new_esEs26(x0, x1, ty_Int) 19.19/7.01 new_ltEs9(Just(x0), Just(x1), ty_Char) 19.19/7.01 new_primCompAux00(x0, x1, EQ, app(ty_Maybe, x2)) 19.19/7.01 new_esEs39(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_esEs10(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_esEs5(x0, x1, ty_@0) 19.19/7.01 new_esEs27(x0, x1, app(ty_[], x2)) 19.19/7.01 new_ltEs9(Just(x0), Just(x1), ty_Double) 19.19/7.01 new_lt20(x0, x1, ty_Char) 19.19/7.01 new_lt21(x0, x1, ty_Ordering) 19.19/7.01 new_lt5(x0, x1) 19.19/7.01 new_compare16(GT, GT) 19.19/7.01 new_compare10(Nothing, Just(x0), x1) 19.19/7.01 new_lt6(x0, x1, ty_@0) 19.19/7.01 new_esEs32(x0, x1, ty_Integer) 19.19/7.01 new_esEs23(@2(x0, x1), @2(x2, x3), x4, x5) 19.19/7.01 new_esEs30(x0, x1, ty_Integer) 19.19/7.01 new_lt17(x0, x1) 19.19/7.01 new_lt20(x0, x1, ty_Double) 19.19/7.01 new_ltEs12(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 19.19/7.01 new_esEs36(x0, x1, ty_Char) 19.19/7.01 new_lt7(x0, x1, app(ty_[], x2)) 19.19/7.01 new_esEs28(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 19.19/7.01 new_compare10(Just(x0), Just(x1), x2) 19.19/7.01 new_ltEs12(Left(x0), Left(x1), ty_Int, x2) 19.19/7.01 new_esEs37(x0, x1, ty_@0) 19.19/7.01 new_esEs4(x0, x1, ty_Char) 19.19/7.01 new_esEs10(x0, x1, ty_Bool) 19.19/7.01 new_lt6(x0, x1, ty_Integer) 19.19/7.01 new_esEs28(x0, x1, ty_Int) 19.19/7.01 new_ltEs24(x0, x1, ty_Double) 19.19/7.01 new_esEs22(:(x0, x1), [], x2) 19.19/7.01 new_esEs24(EQ, EQ) 19.19/7.01 new_esEs37(x0, x1, ty_Integer) 19.19/7.01 new_esEs34(x0, x1, ty_Integer) 19.19/7.01 new_ltEs15(x0, x1) 19.19/7.01 new_esEs36(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_ltEs24(x0, x1, ty_Ordering) 19.19/7.01 new_esEs10(x0, x1, ty_Int) 19.19/7.01 new_esEs27(x0, x1, ty_Double) 19.19/7.01 new_esEs32(x0, x1, ty_Float) 19.19/7.01 new_lt23(x0, x1, ty_Float) 19.19/7.01 new_esEs32(x0, x1, ty_Bool) 19.19/7.01 new_esEs9(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_ltEs7(x0, x1) 19.19/7.01 new_esEs19(Double(x0, x1), Double(x2, x3)) 19.19/7.01 new_esEs28(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_ltEs20(x0, x1, ty_Ordering) 19.19/7.01 new_esEs11(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_ltEs4(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_esEs38(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_esEs32(x0, x1, ty_@0) 19.19/7.01 new_esEs13(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 19.19/7.01 new_esEs30(x0, x1, ty_Int) 19.19/7.01 new_esEs5(x0, x1, ty_Integer) 19.19/7.01 new_compare4(x0, x1, ty_Double) 19.19/7.01 new_lt21(x0, x1, ty_Double) 19.19/7.01 new_esEs8(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_esEs38(x0, x1, ty_Integer) 19.19/7.01 new_esEs37(x0, x1, ty_Bool) 19.19/7.01 new_lt21(x0, x1, ty_Char) 19.19/7.01 new_compare8(@0, @0) 19.19/7.01 new_ltEs22(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_esEs15(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 19.19/7.01 new_lt6(x0, x1, ty_Bool) 19.19/7.01 new_esEs37(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_esEs10(x0, x1, ty_@0) 19.19/7.01 new_lt20(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_esEs20(False, False) 19.19/7.01 new_esEs7(x0, x1, ty_Float) 19.19/7.01 new_esEs33(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_primPlusNat1(Succ(x0), Succ(x1)) 19.19/7.01 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_esEs15(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 19.19/7.01 new_compare15(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 19.19/7.01 new_esEs38(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_esEs27(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_lt6(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_esEs15(Left(x0), Left(x1), ty_Bool, x2) 19.19/7.01 new_ltEs12(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 19.19/7.01 new_lt22(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_lt7(x0, x1, ty_Char) 19.19/7.01 new_ltEs12(Left(x0), Left(x1), ty_Integer, x2) 19.19/7.01 new_esEs28(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_esEs30(x0, x1, ty_Float) 19.19/7.01 new_esEs8(x0, x1, app(ty_[], x2)) 19.19/7.01 new_esEs29(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_ltEs24(x0, x1, ty_Char) 19.19/7.01 new_esEs39(x0, x1, ty_Char) 19.19/7.01 new_esEs11(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_esEs30(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_esEs37(x0, x1, ty_Float) 19.19/7.01 new_esEs5(x0, x1, ty_Float) 19.19/7.01 new_primPlusNat1(Succ(x0), Zero) 19.19/7.01 new_esEs28(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_ltEs22(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_lt20(x0, x1, app(ty_[], x2)) 19.19/7.01 new_compare19(x0, x1, x2, x3, x4, x5, False, x6, x7, x8, x9) 19.19/7.01 new_ltEs16(GT, GT) 19.19/7.01 new_esEs38(x0, x1, app(ty_[], x2)) 19.19/7.01 new_esEs4(x0, x1, ty_Ordering) 19.19/7.01 new_ltEs12(Right(x0), Right(x1), x2, ty_Int) 19.19/7.01 new_lt21(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_esEs7(x0, x1, ty_Double) 19.19/7.01 new_esEs32(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_ltEs12(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 19.19/7.01 new_esEs11(x0, x1, ty_Ordering) 19.19/7.01 new_primEqNat0(Succ(x0), Succ(x1)) 19.19/7.01 new_fsEs(x0) 19.19/7.01 new_esEs11(x0, x1, ty_Double) 19.19/7.01 new_esEs5(x0, x1, ty_Int) 19.19/7.01 new_lt7(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_esEs37(x0, x1, ty_Int) 19.19/7.01 new_pePe(False, x0) 19.19/7.01 new_compare4(x0, x1, ty_Float) 19.19/7.01 new_primCompAux00(x0, x1, EQ, ty_@0) 19.19/7.01 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 19.19/7.01 new_esEs8(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_ltEs12(Left(x0), Left(x1), app(ty_[], x2), x3) 19.19/7.01 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 19.19/7.01 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 19.19/7.01 new_primCmpInt(Neg(Zero), Neg(Zero)) 19.19/7.01 new_esEs36(x0, x1, ty_Ordering) 19.19/7.01 new_esEs18(Just(x0), Just(x1), ty_@0) 19.19/7.01 new_ltEs24(x0, x1, ty_Float) 19.19/7.01 new_compare113(x0, x1, True, x2, x3) 19.19/7.01 new_esEs6(x0, x1, ty_Double) 19.19/7.01 new_sr(x0, x1) 19.19/7.01 new_esEs10(x0, x1, ty_Integer) 19.19/7.01 new_primMulNat0(Zero, Succ(x0)) 19.19/7.01 new_esEs27(x0, x1, ty_Ordering) 19.19/7.01 new_primCmpInt(Pos(Zero), Neg(Zero)) 19.19/7.01 new_primCmpInt(Neg(Zero), Pos(Zero)) 19.19/7.01 new_ltEs19(x0, x1, ty_@0) 19.19/7.01 new_lt6(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_esEs30(x0, x1, app(ty_[], x2)) 19.19/7.01 new_esEs15(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 19.19/7.01 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 19.19/7.01 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 19.19/7.01 new_compare17(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 19.19/7.01 new_compare17(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 19.19/7.01 new_compare12(Left(x0), Right(x1), x2, x3) 19.19/7.01 new_compare12(Right(x0), Left(x1), x2, x3) 19.19/7.01 new_ltEs11(x0, x1) 19.19/7.01 new_ltEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_lt8(x0, x1, x2, x3, x4) 19.19/7.01 new_compare26(x0, x1, False, x2, x3) 19.19/7.01 new_primCompAux00(x0, x1, GT, x2) 19.19/7.01 new_esEs33(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_lt22(x0, x1, ty_Char) 19.19/7.01 new_ltEs21(x0, x1, ty_Ordering) 19.19/7.01 new_esEs9(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_ltEs12(Left(x0), Left(x1), ty_Bool, x2) 19.19/7.01 new_ltEs9(Just(x0), Just(x1), ty_Ordering) 19.19/7.01 new_esEs5(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_esEs9(x0, x1, ty_Int) 19.19/7.01 new_esEs26(x0, x1, ty_@0) 19.19/7.01 new_lt14(x0, x1, x2, x3) 19.19/7.01 new_compare111(x0, x1, x2, x3, False, x4, x5, x6) 19.19/7.01 new_ltEs20(x0, x1, ty_Char) 19.19/7.01 new_lt22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_asAs(False, x0) 19.19/7.01 new_compare12(Right(x0), Right(x1), x2, x3) 19.19/7.01 new_esEs39(x0, x1, ty_Ordering) 19.19/7.01 new_ltEs22(x0, x1, ty_@0) 19.19/7.01 new_esEs15(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 19.19/7.01 new_esEs38(x0, x1, ty_@0) 19.19/7.01 new_esEs31(x0, x1, ty_Double) 19.19/7.01 new_primCompAux00(x0, x1, EQ, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_esEs39(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_ltEs4(x0, x1, ty_Bool) 19.19/7.01 new_ltEs19(x0, x1, ty_Integer) 19.19/7.01 new_ltEs16(EQ, EQ) 19.19/7.01 new_compare28(x0, x1, True, x2) 19.19/7.01 new_ltEs24(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_esEs15(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 19.19/7.01 new_ltEs22(x0, x1, ty_Bool) 19.19/7.01 new_compare5(x0, x1) 19.19/7.01 new_ltEs4(x0, x1, ty_@0) 19.19/7.01 new_primMulNat0(Zero, Zero) 19.19/7.01 new_ltEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_ltEs12(Right(x0), Right(x1), x2, ty_@0) 19.19/7.01 new_esEs24(LT, LT) 19.19/7.01 new_ltEs4(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_compare18([], [], x0) 19.19/7.01 new_ltEs21(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_esEs8(x0, x1, ty_@0) 19.19/7.01 new_ltEs24(x0, x1, ty_Integer) 19.19/7.01 new_lt22(x0, x1, app(ty_[], x2)) 19.19/7.01 new_esEs39(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_ltEs21(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_primMulNat0(Succ(x0), Zero) 19.19/7.01 new_lt21(x0, x1, ty_Float) 19.19/7.01 new_esEs15(Left(x0), Left(x1), ty_Float, x2) 19.19/7.01 new_esEs4(x0, x1, app(ty_[], x2)) 19.19/7.01 new_ltEs4(x0, x1, ty_Integer) 19.19/7.01 new_ltEs20(x0, x1, ty_Float) 19.19/7.01 new_ltEs24(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_compare18([], :(x0, x1), x2) 19.19/7.01 new_esEs11(x0, x1, ty_@0) 19.19/7.01 new_esEs18(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 19.19/7.01 new_lt10(x0, x1) 19.19/7.01 new_compare6(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 19.19/7.01 new_ltEs23(x0, x1, ty_@0) 19.19/7.01 new_lt21(x0, x1, ty_Integer) 19.19/7.01 new_compare18(:(x0, x1), :(x2, x3), x4) 19.19/7.01 new_esEs33(x0, x1, ty_Integer) 19.19/7.01 new_esEs10(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_ltEs24(x0, x1, ty_Bool) 19.19/7.01 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_ltEs9(Just(x0), Just(x1), app(ty_Maybe, x2)) 19.19/7.01 new_esEs26(x0, x1, app(ty_[], x2)) 19.19/7.01 new_esEs6(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_esEs33(x0, x1, ty_Char) 19.19/7.01 new_esEs10(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_ltEs13(x0, x1, x2) 19.19/7.01 new_esEs33(x0, x1, ty_Int) 19.19/7.01 new_esEs32(x0, x1, app(ty_[], x2)) 19.19/7.01 new_ltEs22(x0, x1, ty_Integer) 19.19/7.01 new_lt7(x0, x1, ty_Ordering) 19.19/7.01 new_esEs4(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_esEs39(x0, x1, ty_Double) 19.19/7.01 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 19.19/7.01 new_ltEs19(x0, x1, ty_Bool) 19.19/7.01 new_esEs36(x0, x1, ty_Float) 19.19/7.01 new_esEs9(x0, x1, ty_Ordering) 19.19/7.01 new_esEs7(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_lt18(x0, x1) 19.19/7.01 new_lt21(x0, x1, ty_Bool) 19.19/7.01 new_lt7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_ltEs4(x0, x1, ty_Int) 19.19/7.01 new_ltEs24(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_esEs4(x0, x1, ty_Float) 19.19/7.01 new_ltEs12(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 19.19/7.01 new_esEs32(x0, x1, ty_Int) 19.19/7.01 new_lt6(x0, x1, ty_Double) 19.19/7.01 new_ltEs16(LT, GT) 19.19/7.01 new_ltEs16(GT, LT) 19.19/7.01 new_esEs29(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_lt23(x0, x1, ty_Double) 19.19/7.01 new_esEs5(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_esEs39(x0, x1, ty_Int) 19.19/7.01 new_primEqNat0(Zero, Succ(x0)) 19.19/7.01 new_esEs31(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_ltEs4(x0, x1, ty_Char) 19.19/7.01 new_esEs32(x0, x1, ty_Double) 19.19/7.01 new_lt21(x0, x1, app(ty_[], x2)) 19.19/7.01 new_esEs39(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_esEs33(x0, x1, ty_Bool) 19.19/7.01 new_esEs10(x0, x1, ty_Float) 19.19/7.01 new_esEs32(x0, x1, ty_Char) 19.19/7.01 new_lt20(x0, x1, ty_Float) 19.19/7.01 new_primCmpInt(Pos(Zero), Pos(Zero)) 19.19/7.01 new_lt22(x0, x1, ty_Ordering) 19.19/7.01 new_esEs33(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_compare28(x0, x1, False, x2) 19.19/7.01 new_ltEs22(x0, x1, ty_Float) 19.19/7.01 new_esEs15(Left(x0), Left(x1), ty_Integer, x2) 19.19/7.01 new_esEs14(@0, @0) 19.19/7.01 new_esEs31(x0, x1, ty_Int) 19.19/7.01 new_compare4(x0, x1, ty_Ordering) 19.19/7.01 new_esEs12(Float(x0, x1), Float(x2, x3)) 19.19/7.01 new_esEs31(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_primCompAux1(x0, x1, x2, x3, x4) 19.19/7.01 new_lt19(x0, x1, x2) 19.19/7.01 new_primCompAux00(x0, x1, LT, x2) 19.19/7.01 new_esEs37(x0, x1, ty_Double) 19.19/7.01 new_esEs10(x0, x1, ty_Double) 19.19/7.01 new_lt21(x0, x1, ty_@0) 19.19/7.01 new_esEs5(x0, x1, ty_Ordering) 19.19/7.01 new_esEs30(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_lt6(x0, x1, ty_Int) 19.19/7.01 new_esEs15(Right(x0), Right(x1), x2, app(ty_[], x3)) 19.19/7.01 new_esEs39(x0, x1, app(ty_[], x2)) 19.19/7.01 new_esEs5(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_esEs15(Right(x0), Right(x1), x2, ty_Int) 19.19/7.01 new_esEs15(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 19.19/7.01 new_ltEs21(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_esEs31(x0, x1, ty_Float) 19.19/7.01 new_lt6(x0, x1, ty_Float) 19.19/7.01 new_esEs4(x0, x1, ty_Double) 19.19/7.01 new_ltEs19(x0, x1, ty_Char) 19.19/7.01 new_lt21(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_esEs15(Left(x0), Left(x1), ty_@0, x2) 19.19/7.01 new_esEs18(Just(x0), Just(x1), ty_Ordering) 19.19/7.01 new_esEs5(x0, x1, app(ty_[], x2)) 19.19/7.01 new_esEs15(Right(x0), Right(x1), x2, ty_Char) 19.19/7.01 new_ltEs24(x0, x1, ty_@0) 19.19/7.01 new_ltEs19(x0, x1, ty_Int) 19.19/7.01 new_ltEs12(Left(x0), Left(x1), ty_@0, x2) 19.19/7.01 new_esEs37(x0, x1, ty_Ordering) 19.19/7.01 new_esEs5(x0, x1, ty_Double) 19.19/7.01 new_primPlusNat0(Succ(x0), x1) 19.19/7.01 new_primPlusNat1(Zero, Succ(x0)) 19.19/7.01 new_esEs33(x0, x1, ty_Float) 19.19/7.01 new_lt15(x0, x1, x2) 19.19/7.01 new_esEs15(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 19.19/7.01 new_esEs38(x0, x1, ty_Float) 19.19/7.01 new_ltEs23(x0, x1, app(ty_[], x2)) 19.19/7.01 new_lt7(x0, x1, ty_Double) 19.19/7.01 new_esEs38(x0, x1, ty_Bool) 19.19/7.01 new_esEs30(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.01 new_ltEs9(Nothing, Just(x0), x1) 19.19/7.01 new_lt23(x0, x1, ty_Ordering) 19.19/7.01 new_ltEs22(x0, x1, ty_Char) 19.19/7.01 new_compare11(False, False) 19.19/7.01 new_ltEs14(x0, x1) 19.19/7.01 new_esEs7(x0, x1, ty_Ordering) 19.19/7.01 new_esEs36(x0, x1, ty_Double) 19.19/7.01 new_esEs6(x0, x1, ty_Ordering) 19.19/7.01 new_ltEs9(Just(x0), Nothing, x1) 19.19/7.01 new_compare115(x0, x1, True, x2) 19.19/7.01 new_lt20(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_esEs15(Right(x0), Right(x1), x2, ty_Bool) 19.19/7.01 new_compare4(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_ltEs19(x0, x1, ty_Float) 19.19/7.01 new_compare15(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 19.19/7.01 new_ltEs23(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_ltEs22(x0, x1, ty_Int) 19.19/7.01 new_lt22(x0, x1, ty_Double) 19.19/7.01 new_esEs31(x0, x1, ty_Bool) 19.19/7.01 new_esEs15(Right(x0), Right(x1), x2, ty_Integer) 19.19/7.01 new_esEs37(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.01 new_lt23(x0, x1, app(ty_Maybe, x2)) 19.19/7.01 new_esEs38(x0, x1, ty_Int) 19.19/7.01 new_esEs30(x0, x1, app(ty_Ratio, x2)) 19.19/7.01 new_esEs28(x0, x1, ty_Ordering) 19.19/7.01 new_compare16(EQ, GT) 19.19/7.01 new_compare16(GT, EQ) 19.19/7.01 new_esEs9(x0, x1, ty_Double) 19.19/7.01 new_lt7(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_compare17(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 19.19/7.01 new_lt23(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.01 new_primCmpNat0(Succ(x0), Succ(x1)) 19.19/7.01 new_primCmpNat0(Zero, Zero) 19.19/7.01 new_ltEs20(x0, x1, ty_Double) 19.19/7.01 new_esEs15(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 19.19/7.01 new_esEs31(x0, x1, ty_Char) 19.19/7.01 19.19/7.01 We have to consider all minimal (P,Q,R)-chains. 19.19/7.01 ---------------------------------------- 19.19/7.01 19.19/7.01 (21) QDPSizeChangeProof (EQUIVALENT) 19.19/7.01 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.19/7.01 19.19/7.01 From the DPs we obtained the following set of size-change graphs: 19.19/7.01 *new_compare3(:(vwx3000, vwx3001), :(vwx31000, vwx31001), cdc) -> new_primCompAux(vwx3000, vwx31000, vwx3001, vwx31001, cdc) 19.19/7.01 The graph contains the following edges 1 > 1, 2 > 2, 1 > 3, 2 > 4, 3 >= 5 19.19/7.01 19.19/7.01 19.19/7.01 *new_primCompAux(vwx300, vwx3100, vwx301, vwx3101, cdd) -> new_primCompAux0(vwx301, vwx3101, new_compare4(vwx300, vwx3100, cdd), app(ty_[], cdd)) 19.19/7.01 The graph contains the following edges 3 >= 1, 4 >= 2 19.19/7.01 19.19/7.01 19.19/7.01 *new_primCompAux(:(vwx3000, vwx3001), :(vwx31000, vwx31001), vwx301, vwx3101, app(ty_[], cdc)) -> new_primCompAux(vwx3000, vwx31000, vwx3001, vwx31001, cdc) 19.19/7.01 The graph contains the following edges 1 > 1, 2 > 2, 1 > 3, 2 > 4, 5 > 5 19.19/7.01 19.19/7.01 19.19/7.01 *new_primCompAux0(vwx20, vwx21, EQ, app(ty_[], bh)) -> new_compare3(vwx20, vwx21, bh) 19.19/7.01 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 19.19/7.01 19.19/7.01 19.19/7.01 *new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, app(ty_[], dg), cg, da) -> new_compare3(vwx78, vwx81, dg) 19.19/7.01 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3 19.19/7.01 19.19/7.01 19.19/7.01 *new_primCompAux(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), vwx301, vwx3101, app(app(app(ty_@3, ca), cb), cc)) -> new_compare20(vwx3000, vwx3001, vwx3002, vwx31000, vwx31001, vwx31002, new_asAs(new_esEs4(vwx3000, vwx31000, ca), new_asAs(new_esEs5(vwx3001, vwx31001, cb), new_esEs6(vwx3002, vwx31002, cc))), ca, cb, cc) 19.19/7.01 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.19/7.01 19.19/7.01 19.19/7.01 *new_compare(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), ca, cb, cc) -> new_compare20(vwx3000, vwx3001, vwx3002, vwx31000, vwx31001, vwx31002, new_asAs(new_esEs4(vwx3000, vwx31000, ca), new_asAs(new_esEs5(vwx3001, vwx31001, cb), new_esEs6(vwx3002, vwx31002, cc))), ca, cb, cc) 19.19/7.01 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.19/7.01 19.19/7.01 19.19/7.01 *new_ltEs3(vwx53, vwx54, cdb) -> new_compare3(vwx53, vwx54, cdb) 19.19/7.01 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 19.19/7.01 19.19/7.01 19.19/7.01 *new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, dh, cg, app(app(ty_Either, eg), eh)) -> new_ltEs2(vwx80, vwx83, eg, eh) 19.19/7.01 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3, 10 > 4 19.19/7.01 19.19/7.01 19.19/7.01 *new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, dh, cg, app(ty_[], fa)) -> new_ltEs3(vwx80, vwx83, fa) 19.19/7.01 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3 19.19/7.01 19.19/7.01 19.19/7.01 *new_ltEs1(Just(vwx530), Just(vwx540), app(app(ty_Either, cac), cad)) -> new_ltEs2(vwx530, vwx540, cac, cad) 19.19/7.01 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.19/7.01 19.19/7.01 19.19/7.01 *new_ltEs1(Just(vwx530), Just(vwx540), app(ty_[], cae)) -> new_ltEs3(vwx530, vwx540, cae) 19.19/7.01 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.19/7.01 19.19/7.01 19.19/7.01 *new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, dh, cg, app(ty_Maybe, ef)) -> new_ltEs1(vwx80, vwx83, ef) 19.19/7.01 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3 19.19/7.01 19.19/7.01 19.19/7.01 *new_ltEs1(Just(vwx530), Just(vwx540), app(ty_Maybe, cab)) -> new_ltEs1(vwx530, vwx540, cab) 19.19/7.01 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.19/7.01 19.19/7.01 19.19/7.01 *new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), bbc, bbd, app(app(ty_Either, bcc), bcd)) -> new_ltEs2(vwx532, vwx542, bcc, bcd) 19.19/7.01 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.19/7.01 19.19/7.01 19.19/7.01 *new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), bbc, bbd, app(ty_[], bce)) -> new_ltEs3(vwx532, vwx542, bce) 19.19/7.01 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.19/7.01 19.19/7.01 19.19/7.01 *new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), bbc, bbd, app(ty_Maybe, bcb)) -> new_ltEs1(vwx532, vwx542, bcb) 19.19/7.01 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.19/7.01 19.19/7.01 19.19/7.01 *new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, dh, cg, app(app(app(ty_@3, ea), eb), ec)) -> new_ltEs(vwx80, vwx83, ea, eb, ec) 19.19/7.01 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3, 10 > 4, 10 > 5 19.19/7.01 19.19/7.01 19.19/7.01 *new_ltEs1(Just(vwx530), Just(vwx540), app(app(app(ty_@3, bhe), bhf), bhg)) -> new_ltEs(vwx530, vwx540, bhe, bhf, bhg) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs1(Just(vwx530), Just(vwx540), app(app(ty_@2, bhh), caa)) -> new_ltEs0(vwx530, vwx540, bhh, caa) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), bbc, bbd, app(app(app(ty_@3, bbe), bbf), bbg)) -> new_ltEs(vwx532, vwx542, bbe, bbf, bbg) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 19.19/7.02 19.19/7.02 19.19/7.02 *new_lt0(vwx78, vwx81, db, dc) -> new_compare0(vwx78, vwx81, db, dc) 19.19/7.02 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, dh, app(app(ty_@2, ff), fg), da) -> new_lt0(vwx79, vwx82, ff, fg) 19.19/7.02 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3, 9 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare0(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), gd, ge) -> new_compare21(vwx3000, vwx3001, vwx31000, vwx31001, new_asAs(new_esEs7(vwx3000, vwx31000, gd), new_esEs8(vwx3001, vwx31001, ge)), gd, ge) 19.19/7.02 The graph contains the following edges 1 > 1, 1 > 2, 2 > 3, 2 > 4, 3 >= 6, 4 >= 7 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, app(app(ty_@2, db), dc), cg, da) -> new_compare0(vwx78, vwx81, db, dc) 19.19/7.02 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3, 8 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare21(vwx91, vwx92, vwx93, vwx94, False, hh, app(app(ty_Either, bag), bah)) -> new_ltEs2(vwx92, vwx94, bag, bah) 19.19/7.02 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3, 7 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare21(vwx91, vwx92, vwx93, vwx94, False, hh, app(ty_[], bba)) -> new_ltEs3(vwx92, vwx94, bba) 19.19/7.02 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare21(vwx91, vwx92, vwx93, vwx94, False, hh, app(ty_Maybe, baf)) -> new_ltEs1(vwx92, vwx94, baf) 19.19/7.02 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare21(vwx91, vwx92, vwx93, vwx94, False, hh, app(app(app(ty_@3, baa), bab), bac)) -> new_ltEs(vwx92, vwx94, baa, bab, bac) 19.19/7.02 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3, 7 > 4, 7 > 5 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare21(vwx91, vwx92, vwx93, vwx94, False, app(app(ty_@2, hb), hc), ha) -> new_lt0(vwx91, vwx93, hb, hc) 19.19/7.02 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3, 6 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_primCompAux(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), vwx301, vwx3101, app(app(ty_@2, gd), ge)) -> new_compare21(vwx3000, vwx3001, vwx31000, vwx31001, new_asAs(new_esEs7(vwx3000, vwx31000, gd), new_esEs8(vwx3001, vwx31001, ge)), gd, ge) 19.19/7.02 The graph contains the following edges 1 > 1, 1 > 2, 2 > 3, 2 > 4, 5 > 6, 5 > 7 19.19/7.02 19.19/7.02 19.19/7.02 *new_lt(vwx78, vwx81, cd, ce, cf) -> new_compare(vwx78, vwx81, cd, ce, cf) 19.19/7.02 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4, 5 >= 5 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, dh, app(app(app(ty_@3, fb), fc), fd), da) -> new_lt(vwx79, vwx82, fb, fc, fd) 19.19/7.02 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3, 9 > 4, 9 > 5 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare21(vwx91, vwx92, vwx93, vwx94, False, app(app(app(ty_@3, gf), gg), gh), ha) -> new_lt(vwx91, vwx93, gf, gg, gh) 19.19/7.02 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3, 6 > 4, 6 > 5 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, app(app(app(ty_@3, cd), ce), cf), cg, da) -> new_compare(vwx78, vwx81, cd, ce, cf) 19.19/7.02 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3, 8 > 4, 8 > 5 19.19/7.02 19.19/7.02 19.19/7.02 *new_lt1(vwx78, vwx81, dd) -> new_compare1(vwx78, vwx81, dd) 19.19/7.02 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, dh, app(ty_Maybe, fh), da) -> new_lt1(vwx79, vwx82, fh) 19.19/7.02 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare21(vwx91, vwx92, vwx93, vwx94, False, app(ty_Maybe, hd), ha) -> new_lt1(vwx91, vwx93, hd) 19.19/7.02 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare1(Just(vwx3000), Just(vwx31000), bbb) -> new_compare22(vwx3000, vwx31000, new_esEs9(vwx3000, vwx31000, bbb), bbb) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(vwx53, vwx54, False, app(ty_[], cdb)) -> new_compare3(vwx53, vwx54, cdb) 19.19/7.02 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_lt3(vwx78, vwx81, dg) -> new_compare3(vwx78, vwx81, dg) 19.19/7.02 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, app(ty_Maybe, dd), cg, da) -> new_compare1(vwx78, vwx81, dd) 19.19/7.02 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs0(@2(vwx530, vwx531), @2(vwx540, vwx541), app(app(ty_@2, bgg), bgh), bgf) -> new_lt0(vwx530, vwx540, bgg, bgh) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs0(@2(vwx530, vwx531), @2(vwx540, vwx541), app(app(app(ty_@3, bgc), bgd), bge), bgf) -> new_lt(vwx530, vwx540, bgc, bgd, bge) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs0(@2(vwx530, vwx531), @2(vwx540, vwx541), app(ty_Maybe, bha), bgf) -> new_lt1(vwx530, vwx540, bha) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_primCompAux(Just(vwx3000), Just(vwx31000), vwx301, vwx3101, app(ty_Maybe, bbb)) -> new_compare22(vwx3000, vwx31000, new_esEs9(vwx3000, vwx31000, bbb), bbb) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs0(@2(vwx530, vwx531), @2(vwx540, vwx541), bfa, app(app(ty_Either, bfh), bga)) -> new_ltEs2(vwx531, vwx541, bfh, bga) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs0(@2(vwx530, vwx531), @2(vwx540, vwx541), bfa, app(ty_[], bgb)) -> new_ltEs3(vwx531, vwx541, bgb) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs0(@2(vwx530, vwx531), @2(vwx540, vwx541), bfa, app(ty_Maybe, bfg)) -> new_ltEs1(vwx531, vwx541, bfg) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs0(@2(vwx530, vwx531), @2(vwx540, vwx541), bfa, app(app(app(ty_@3, bfb), bfc), bfd)) -> new_ltEs(vwx531, vwx541, bfb, bfc, bfd) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, dh, cg, app(app(ty_@2, ed), ee)) -> new_ltEs0(vwx80, vwx83, ed, ee) 19.19/7.02 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3, 10 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), bbc, bbd, app(app(ty_@2, bbh), bca)) -> new_ltEs0(vwx532, vwx542, bbh, bca) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare21(vwx91, vwx92, vwx93, vwx94, False, hh, app(app(ty_@2, bad), bae)) -> new_ltEs0(vwx92, vwx94, bad, bae) 19.19/7.02 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3, 7 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs0(@2(vwx530, vwx531), @2(vwx540, vwx541), bfa, app(app(ty_@2, bfe), bff)) -> new_ltEs0(vwx531, vwx541, bfe, bff) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, dh, app(ty_[], gc), da) -> new_lt3(vwx79, vwx82, gc) 19.19/7.02 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare21(vwx91, vwx92, vwx93, vwx94, False, app(ty_[], hg), ha) -> new_lt3(vwx91, vwx93, hg) 19.19/7.02 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare21(vwx91, vwx92, vwx93, vwx94, False, app(app(ty_Either, he), hf), ha) -> new_lt2(vwx91, vwx93, he, hf) 19.19/7.02 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3, 6 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs0(@2(vwx530, vwx531), @2(vwx540, vwx541), app(ty_[], bhd), bgf) -> new_lt3(vwx530, vwx540, bhd) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs0(@2(vwx530, vwx531), @2(vwx540, vwx541), app(app(ty_Either, bhb), bhc), bgf) -> new_lt2(vwx530, vwx540, bhb, bhc) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_lt2(vwx78, vwx81, de, df) -> new_compare2(vwx78, vwx81, de, df) 19.19/7.02 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, dh, app(app(ty_Either, ga), gb), da) -> new_lt2(vwx79, vwx82, ga, gb) 19.19/7.02 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3, 9 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare20(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, app(app(ty_Either, de), df), cg, da) -> new_compare2(vwx78, vwx81, de, df) 19.19/7.02 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3, 8 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare23(vwx60, vwx61, False, app(app(ty_Either, cef), ceg), ceb) -> new_ltEs2(vwx60, vwx61, cef, ceg) 19.19/7.02 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare24(vwx67, vwx68, False, cfa, app(app(ty_Either, cfh), cga)) -> new_ltEs2(vwx67, vwx68, cfh, cga) 19.19/7.02 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare23(vwx60, vwx61, False, app(ty_[], ceh), ceb) -> new_ltEs3(vwx60, vwx61, ceh) 19.19/7.02 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare24(vwx67, vwx68, False, cfa, app(ty_[], cgb)) -> new_ltEs3(vwx67, vwx68, cgb) 19.19/7.02 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare23(vwx60, vwx61, False, app(ty_Maybe, cee), ceb) -> new_ltEs1(vwx60, vwx61, cee) 19.19/7.02 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare24(vwx67, vwx68, False, cfa, app(ty_Maybe, cfg)) -> new_ltEs1(vwx67, vwx68, cfg) 19.19/7.02 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare23(vwx60, vwx61, False, app(app(app(ty_@3, cdg), cdh), cea), ceb) -> new_ltEs(vwx60, vwx61, cdg, cdh, cea) 19.19/7.02 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4, 4 > 5 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare24(vwx67, vwx68, False, cfa, app(app(app(ty_@3, cfb), cfc), cfd)) -> new_ltEs(vwx67, vwx68, cfb, cfc, cfd) 19.19/7.02 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4, 5 > 5 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare23(vwx60, vwx61, False, app(app(ty_@2, cec), ced), ceb) -> new_ltEs0(vwx60, vwx61, cec, ced) 19.19/7.02 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare24(vwx67, vwx68, False, cfa, app(app(ty_@2, cfe), cff)) -> new_ltEs0(vwx67, vwx68, cfe, cff) 19.19/7.02 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_primCompAux(Left(vwx3000), Left(vwx31000), vwx301, vwx3101, app(app(ty_Either, cde), cdf)) -> new_compare23(vwx3000, vwx31000, new_esEs10(vwx3000, vwx31000, cde), cde, cdf) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 4, 5 > 5 19.19/7.02 19.19/7.02 19.19/7.02 *new_primCompAux(Right(vwx3000), Right(vwx31000), vwx301, vwx3101, app(app(ty_Either, cde), cdf)) -> new_compare24(vwx3000, vwx31000, new_esEs11(vwx3000, vwx31000, cdf), cde, cdf) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 4, 5 > 5 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare2(Left(vwx3000), Left(vwx31000), cde, cdf) -> new_compare23(vwx3000, vwx31000, new_esEs10(vwx3000, vwx31000, cde), cde, cdf) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4, 4 >= 5 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare2(Right(vwx3000), Right(vwx31000), cde, cdf) -> new_compare24(vwx3000, vwx31000, new_esEs11(vwx3000, vwx31000, cdf), cde, cdf) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4, 4 >= 5 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs2(Right(vwx530), Right(vwx540), cbh, app(app(ty_Either, ccg), cch)) -> new_ltEs2(vwx530, vwx540, ccg, cch) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs2(Left(vwx530), Left(vwx540), app(app(ty_Either, cbe), cbf), cba) -> new_ltEs2(vwx530, vwx540, cbe, cbf) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs2(Right(vwx530), Right(vwx540), cbh, app(ty_[], cda)) -> new_ltEs3(vwx530, vwx540, cda) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs2(Left(vwx530), Left(vwx540), app(ty_[], cbg), cba) -> new_ltEs3(vwx530, vwx540, cbg) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs2(Right(vwx530), Right(vwx540), cbh, app(ty_Maybe, ccf)) -> new_ltEs1(vwx530, vwx540, ccf) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs2(Left(vwx530), Left(vwx540), app(ty_Maybe, cbd), cba) -> new_ltEs1(vwx530, vwx540, cbd) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs2(Right(vwx530), Right(vwx540), cbh, app(app(app(ty_@3, cca), ccb), ccc)) -> new_ltEs(vwx530, vwx540, cca, ccb, ccc) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs2(Left(vwx530), Left(vwx540), app(app(app(ty_@3, caf), cag), cah), cba) -> new_ltEs(vwx530, vwx540, caf, cag, cah) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs2(Right(vwx530), Right(vwx540), cbh, app(app(ty_@2, ccd), cce)) -> new_ltEs0(vwx530, vwx540, ccd, cce) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs2(Left(vwx530), Left(vwx540), app(app(ty_@2, cbb), cbc), cba) -> new_ltEs0(vwx530, vwx540, cbb, cbc) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(Just(vwx530), Just(vwx540), False, app(ty_Maybe, app(app(ty_Either, cac), cad))) -> new_ltEs2(vwx530, vwx540, cac, cad) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, bbc), bbd), app(app(ty_Either, bcc), bcd))) -> new_ltEs2(vwx532, vwx542, bcc, bcd) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(Left(vwx530), Left(vwx540), False, app(app(ty_Either, app(app(ty_Either, cbe), cbf)), cba)) -> new_ltEs2(vwx530, vwx540, cbe, cbf) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(Right(vwx530), Right(vwx540), False, app(app(ty_Either, cbh), app(app(ty_Either, ccg), cch))) -> new_ltEs2(vwx530, vwx540, ccg, cch) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(@2(vwx530, vwx531), @2(vwx540, vwx541), False, app(app(ty_@2, bfa), app(app(ty_Either, bfh), bga))) -> new_ltEs2(vwx531, vwx541, bfh, bga) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(Left(vwx530), Left(vwx540), False, app(app(ty_Either, app(ty_[], cbg)), cba)) -> new_ltEs3(vwx530, vwx540, cbg) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(Just(vwx530), Just(vwx540), False, app(ty_Maybe, app(ty_[], cae))) -> new_ltEs3(vwx530, vwx540, cae) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, bbc), bbd), app(ty_[], bce))) -> new_ltEs3(vwx532, vwx542, bce) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(@2(vwx530, vwx531), @2(vwx540, vwx541), False, app(app(ty_@2, bfa), app(ty_[], bgb))) -> new_ltEs3(vwx531, vwx541, bgb) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(Right(vwx530), Right(vwx540), False, app(app(ty_Either, cbh), app(ty_[], cda))) -> new_ltEs3(vwx530, vwx540, cda) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(Right(vwx530), Right(vwx540), False, app(app(ty_Either, cbh), app(ty_Maybe, ccf))) -> new_ltEs1(vwx530, vwx540, ccf) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(Left(vwx530), Left(vwx540), False, app(app(ty_Either, app(ty_Maybe, cbd)), cba)) -> new_ltEs1(vwx530, vwx540, cbd) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(@2(vwx530, vwx531), @2(vwx540, vwx541), False, app(app(ty_@2, bfa), app(ty_Maybe, bfg))) -> new_ltEs1(vwx531, vwx541, bfg) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, bbc), bbd), app(ty_Maybe, bcb))) -> new_ltEs1(vwx532, vwx542, bcb) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(Just(vwx530), Just(vwx540), False, app(ty_Maybe, app(ty_Maybe, cab))) -> new_ltEs1(vwx530, vwx540, cab) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), app(app(ty_@2, bec), bed), bbd, bda) -> new_lt0(vwx530, vwx540, bec, bed) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), bbc, app(app(ty_@2, bdb), bdc), bda) -> new_lt0(vwx531, vwx541, bdb, bdc) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), app(app(app(ty_@3, bdh), bea), beb), bbd, bda) -> new_lt(vwx530, vwx540, bdh, bea, beb) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), bbc, app(app(app(ty_@3, bcf), bcg), bch), bda) -> new_lt(vwx531, vwx541, bcf, bcg, bch) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), app(ty_Maybe, bee), bbd, bda) -> new_lt1(vwx530, vwx540, bee) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), bbc, app(ty_Maybe, bdd), bda) -> new_lt1(vwx531, vwx541, bdd) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), app(ty_[], beh), bbd, bda) -> new_lt3(vwx530, vwx540, beh) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), bbc, app(ty_[], bdg), bda) -> new_lt3(vwx531, vwx541, bdg) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), bbc, app(app(ty_Either, bde), bdf), bda) -> new_lt2(vwx531, vwx541, bde, bdf) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_ltEs(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), app(app(ty_Either, bef), beg), bbd, bda) -> new_lt2(vwx530, vwx540, bef, beg) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, bbc), bbd), app(app(app(ty_@3, bbe), bbf), bbg))) -> new_ltEs(vwx532, vwx542, bbe, bbf, bbg) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(@2(vwx530, vwx531), @2(vwx540, vwx541), False, app(app(ty_@2, bfa), app(app(app(ty_@3, bfb), bfc), bfd))) -> new_ltEs(vwx531, vwx541, bfb, bfc, bfd) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(Just(vwx530), Just(vwx540), False, app(ty_Maybe, app(app(app(ty_@3, bhe), bhf), bhg))) -> new_ltEs(vwx530, vwx540, bhe, bhf, bhg) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(Left(vwx530), Left(vwx540), False, app(app(ty_Either, app(app(app(ty_@3, caf), cag), cah)), cba)) -> new_ltEs(vwx530, vwx540, caf, cag, cah) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(Right(vwx530), Right(vwx540), False, app(app(ty_Either, cbh), app(app(app(ty_@3, cca), ccb), ccc))) -> new_ltEs(vwx530, vwx540, cca, ccb, ccc) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(@2(vwx530, vwx531), @2(vwx540, vwx541), False, app(app(ty_@2, app(app(ty_@2, bgg), bgh)), bgf)) -> new_lt0(vwx530, vwx540, bgg, bgh) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, app(app(ty_@2, bec), bed)), bbd), bda)) -> new_lt0(vwx530, vwx540, bec, bed) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, bbc), app(app(ty_@2, bdb), bdc)), bda)) -> new_lt0(vwx531, vwx541, bdb, bdc) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(@2(vwx530, vwx531), @2(vwx540, vwx541), False, app(app(ty_@2, app(app(app(ty_@3, bgc), bgd), bge)), bgf)) -> new_lt(vwx530, vwx540, bgc, bgd, bge) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, bbc), app(app(app(ty_@3, bcf), bcg), bch)), bda)) -> new_lt(vwx531, vwx541, bcf, bcg, bch) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, app(app(app(ty_@3, bdh), bea), beb)), bbd), bda)) -> new_lt(vwx530, vwx540, bdh, bea, beb) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, bbc), app(ty_Maybe, bdd)), bda)) -> new_lt1(vwx531, vwx541, bdd) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, app(ty_Maybe, bee)), bbd), bda)) -> new_lt1(vwx530, vwx540, bee) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(@2(vwx530, vwx531), @2(vwx540, vwx541), False, app(app(ty_@2, app(ty_Maybe, bha)), bgf)) -> new_lt1(vwx530, vwx540, bha) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(Left(vwx530), Left(vwx540), False, app(app(ty_Either, app(app(ty_@2, cbb), cbc)), cba)) -> new_ltEs0(vwx530, vwx540, cbb, cbc) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, bbc), bbd), app(app(ty_@2, bbh), bca))) -> new_ltEs0(vwx532, vwx542, bbh, bca) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(@2(vwx530, vwx531), @2(vwx540, vwx541), False, app(app(ty_@2, bfa), app(app(ty_@2, bfe), bff))) -> new_ltEs0(vwx531, vwx541, bfe, bff) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(Right(vwx530), Right(vwx540), False, app(app(ty_Either, cbh), app(app(ty_@2, ccd), cce))) -> new_ltEs0(vwx530, vwx540, ccd, cce) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(Just(vwx530), Just(vwx540), False, app(ty_Maybe, app(app(ty_@2, bhh), caa))) -> new_ltEs0(vwx530, vwx540, bhh, caa) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, bbc), app(ty_[], bdg)), bda)) -> new_lt3(vwx531, vwx541, bdg) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, app(ty_[], beh)), bbd), bda)) -> new_lt3(vwx530, vwx540, beh) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(@2(vwx530, vwx531), @2(vwx540, vwx541), False, app(app(ty_@2, app(ty_[], bhd)), bgf)) -> new_lt3(vwx530, vwx540, bhd) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, bbc), app(app(ty_Either, bde), bdf)), bda)) -> new_lt2(vwx531, vwx541, bde, bdf) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), False, app(app(app(ty_@3, app(app(ty_Either, bef), beg)), bbd), bda)) -> new_lt2(vwx530, vwx540, bef, beg) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.19/7.02 19.19/7.02 19.19/7.02 *new_compare22(@2(vwx530, vwx531), @2(vwx540, vwx541), False, app(app(ty_@2, app(app(ty_Either, bhb), bhc)), bgf)) -> new_lt2(vwx530, vwx540, bhb, bhc) 19.19/7.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.19/7.02 19.19/7.02 19.19/7.02 ---------------------------------------- 19.19/7.02 19.19/7.02 (22) 19.19/7.02 YES 19.19/7.02 19.19/7.02 ---------------------------------------- 19.19/7.02 19.19/7.02 (23) 19.19/7.02 Obligation: 19.19/7.02 Q DP problem: 19.19/7.02 The TRS P consists of the following rules: 19.19/7.02 19.19/7.02 new_foldl(vwx30, :(vwx310, vwx311), h) -> new_foldl(new_min1(vwx30, vwx310, h), vwx311, h) 19.19/7.02 19.19/7.02 The TRS R consists of the following rules: 19.19/7.02 19.19/7.02 new_lt16(vwx78, vwx81) -> new_esEs24(new_compare14(vwx78, vwx81), LT) 19.19/7.02 new_esEs39(vwx91, vwx93, ty_Char) -> new_esEs21(vwx91, vwx93) 19.19/7.02 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 19.19/7.02 new_lt22(vwx530, vwx540, ty_Integer) -> new_lt16(vwx530, vwx540) 19.19/7.02 new_ltEs23(vwx531, vwx541, app(ty_Ratio, fde)) -> new_ltEs13(vwx531, vwx541, fde) 19.19/7.02 new_compare4(vwx300, vwx3100, ty_Int) -> new_compare5(vwx300, vwx3100) 19.19/7.02 new_esEs39(vwx91, vwx93, app(app(ty_Either, feg), feh)) -> new_esEs15(vwx91, vwx93, feg, feh) 19.19/7.02 new_pePe(True, vwx169) -> True 19.19/7.02 new_ltEs10(False, False) -> True 19.19/7.02 new_esEs8(vwx3001, vwx31001, app(ty_[], dhg)) -> new_esEs22(vwx3001, vwx31001, dhg) 19.19/7.02 new_ltEs9(Just(vwx530), Just(vwx540), ty_Integer) -> new_ltEs14(vwx530, vwx540) 19.19/7.02 new_esEs17(Integer(vwx30000), Integer(vwx310000)) -> new_primEqInt(vwx30000, vwx310000) 19.19/7.02 new_ltEs12(Right(vwx530), Right(vwx540), cbc, app(ty_Ratio, ccd)) -> new_ltEs13(vwx530, vwx540, ccd) 19.19/7.02 new_ltEs14(vwx53, vwx54) -> new_fsEs(new_compare14(vwx53, vwx54)) 19.19/7.02 new_esEs27(vwx30001, vwx310001, ty_Bool) -> new_esEs20(vwx30001, vwx310001) 19.19/7.02 new_ltEs12(Right(vwx530), Right(vwx540), cbc, ty_Float) -> new_ltEs17(vwx530, vwx540) 19.19/7.02 new_esEs6(vwx3002, vwx31002, ty_Bool) -> new_esEs20(vwx3002, vwx31002) 19.19/7.02 new_esEs9(vwx3000, vwx31000, app(ty_Maybe, fhb)) -> new_esEs18(vwx3000, vwx31000, fhb) 19.19/7.02 new_compare16(GT, LT) -> GT 19.19/7.02 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 19.19/7.02 new_ltEs20(vwx67, vwx68, app(app(app(ty_@3, dee), def), deg)) -> new_ltEs5(vwx67, vwx68, dee, def, deg) 19.19/7.02 new_esEs7(vwx3000, vwx31000, app(ty_Ratio, dgh)) -> new_esEs25(vwx3000, vwx31000, dgh) 19.19/7.02 new_esEs15(Left(vwx30000), Left(vwx310000), ty_Float, cgd) -> new_esEs12(vwx30000, vwx310000) 19.19/7.02 new_compare26(vwx60, vwx61, True, eea, eeb) -> EQ 19.19/7.02 new_lt23(vwx91, vwx93, app(app(ty_@2, fed), fee)) -> new_lt11(vwx91, vwx93, fed, fee) 19.19/7.02 new_lt23(vwx91, vwx93, app(ty_Ratio, ffa)) -> new_lt15(vwx91, vwx93, ffa) 19.19/7.02 new_esEs29(vwx79, vwx82, app(ty_[], bab)) -> new_esEs22(vwx79, vwx82, bab) 19.19/7.02 new_compare113(vwx131, vwx132, False, bcb, bcc) -> GT 19.19/7.02 new_lt23(vwx91, vwx93, ty_@0) -> new_lt10(vwx91, vwx93) 19.19/7.02 new_lt6(vwx78, vwx81, app(app(ty_Either, ge), gf)) -> new_lt14(vwx78, vwx81, ge, gf) 19.19/7.02 new_ltEs12(Left(vwx530), Right(vwx540), cbc, cac) -> True 19.19/7.02 new_ltEs23(vwx531, vwx541, ty_Double) -> new_ltEs15(vwx531, vwx541) 19.19/7.02 new_ltEs4(vwx80, vwx83, ty_@0) -> new_ltEs7(vwx80, vwx83) 19.19/7.02 new_compare16(EQ, LT) -> GT 19.19/7.02 new_esEs11(vwx3000, vwx31000, ty_@0) -> new_esEs14(vwx3000, vwx31000) 19.19/7.02 new_esEs36(vwx530, vwx540, ty_@0) -> new_esEs14(vwx530, vwx540) 19.19/7.02 new_esEs29(vwx79, vwx82, ty_Char) -> new_esEs21(vwx79, vwx82) 19.19/7.02 new_ltEs20(vwx67, vwx68, app(ty_Maybe, dfb)) -> new_ltEs9(vwx67, vwx68, dfb) 19.19/7.02 new_ltEs21(vwx60, vwx61, ty_Ordering) -> new_ltEs16(vwx60, vwx61) 19.19/7.02 new_primCompAux1(vwx300, vwx3100, vwx301, vwx3101, h) -> new_primCompAux00(vwx301, vwx3101, new_compare4(vwx300, vwx3100, h), app(ty_[], h)) 19.19/7.02 new_compare4(vwx300, vwx3100, app(app(app(ty_@3, cfh), cga), cgb)) -> new_compare6(vwx300, vwx3100, cfh, cga, cgb) 19.19/7.02 new_ltEs20(vwx67, vwx68, app(ty_[], dff)) -> new_ltEs18(vwx67, vwx68, dff) 19.19/7.02 new_esEs8(vwx3001, vwx31001, ty_Double) -> new_esEs19(vwx3001, vwx31001) 19.19/7.02 new_esEs29(vwx79, vwx82, ty_Double) -> new_esEs19(vwx79, vwx82) 19.19/7.02 new_ltEs24(vwx92, vwx94, ty_Int) -> new_ltEs11(vwx92, vwx94) 19.19/7.02 new_primCompAux00(vwx20, vwx21, EQ, ty_Integer) -> new_compare14(vwx20, vwx21) 19.19/7.02 new_esEs4(vwx3000, vwx31000, app(app(ty_@2, cd), ce)) -> new_esEs23(vwx3000, vwx31000, cd, ce) 19.19/7.02 new_esEs31(vwx30001, vwx310001, app(app(app(ty_@3, bfd), bfe), bff)) -> new_esEs13(vwx30001, vwx310001, bfd, bfe, bff) 19.19/7.02 new_lt23(vwx91, vwx93, ty_Double) -> new_lt17(vwx91, vwx93) 19.19/7.02 new_primEqNat0(Succ(vwx300000), Succ(vwx3100000)) -> new_primEqNat0(vwx300000, vwx3100000) 19.19/7.02 new_compare110(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, True, bbe, bbf, bbg) -> LT 19.19/7.02 new_esEs37(vwx531, vwx541, ty_Bool) -> new_esEs20(vwx531, vwx541) 19.19/7.02 new_compare25(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, True, fc, fd, ff) -> EQ 19.19/7.02 new_not(True) -> False 19.19/7.02 new_esEs28(vwx78, vwx81, ty_Float) -> new_esEs12(vwx78, vwx81) 19.19/7.02 new_esEs7(vwx3000, vwx31000, ty_Float) -> new_esEs12(vwx3000, vwx31000) 19.19/7.02 new_esEs4(vwx3000, vwx31000, app(ty_Maybe, bcd)) -> new_esEs18(vwx3000, vwx31000, bcd) 19.19/7.02 new_esEs15(Left(vwx30000), Left(vwx310000), app(ty_Maybe, ecb), cgd) -> new_esEs18(vwx30000, vwx310000, ecb) 19.19/7.02 new_esEs8(vwx3001, vwx31001, ty_Char) -> new_esEs21(vwx3001, vwx31001) 19.19/7.02 new_ltEs21(vwx60, vwx61, ty_@0) -> new_ltEs7(vwx60, vwx61) 19.19/7.02 new_ltEs22(vwx532, vwx542, ty_Float) -> new_ltEs17(vwx532, vwx542) 19.19/7.02 new_primCompAux00(vwx20, vwx21, EQ, ty_Float) -> new_compare17(vwx20, vwx21) 19.19/7.02 new_ltEs12(Left(vwx530), Left(vwx540), ty_Char, cac) -> new_ltEs6(vwx530, vwx540) 19.19/7.02 new_esEs18(Just(vwx30000), Just(vwx310000), ty_Ordering) -> new_esEs24(vwx30000, vwx310000) 19.19/7.02 new_esEs15(Left(vwx30000), Left(vwx310000), app(app(ty_Either, ebh), eca), cgd) -> new_esEs15(vwx30000, vwx310000, ebh, eca) 19.19/7.02 new_ltEs19(vwx53, vwx54, ty_Int) -> new_ltEs11(vwx53, vwx54) 19.19/7.02 new_primEqNat0(Succ(vwx300000), Zero) -> False 19.19/7.02 new_primEqNat0(Zero, Succ(vwx3100000)) -> False 19.19/7.02 new_esEs14(@0, @0) -> True 19.19/7.02 new_compare115(vwx114, vwx115, False, cfg) -> GT 19.19/7.02 new_esEs31(vwx30001, vwx310001, app(ty_[], bgb)) -> new_esEs22(vwx30001, vwx310001, bgb) 19.19/7.02 new_esEs39(vwx91, vwx93, ty_Ordering) -> new_esEs24(vwx91, vwx93) 19.19/7.02 new_ltEs9(Just(vwx530), Just(vwx540), ty_Float) -> new_ltEs17(vwx530, vwx540) 19.19/7.02 new_esEs18(Just(vwx30000), Just(vwx310000), ty_Integer) -> new_esEs17(vwx30000, vwx310000) 19.19/7.02 new_esEs30(vwx30000, vwx310000, app(ty_Ratio, bfc)) -> new_esEs25(vwx30000, vwx310000, bfc) 19.19/7.02 new_esEs34(vwx30000, vwx310000, ty_Integer) -> new_esEs17(vwx30000, vwx310000) 19.19/7.02 new_ltEs4(vwx80, vwx83, app(app(ty_@2, baf), bag)) -> new_ltEs8(vwx80, vwx83, baf, bag) 19.19/7.02 new_ltEs12(Left(vwx530), Left(vwx540), app(app(ty_@2, cad), cae), cac) -> new_ltEs8(vwx530, vwx540, cad, cae) 19.19/7.02 new_esEs8(vwx3001, vwx31001, app(app(ty_Either, dhd), dhe)) -> new_esEs15(vwx3001, vwx31001, dhd, dhe) 19.19/7.02 new_esEs28(vwx78, vwx81, app(ty_Ratio, gg)) -> new_esEs25(vwx78, vwx81, gg) 19.19/7.02 new_compare28(vwx53, vwx54, True, ddd) -> EQ 19.19/7.02 new_esEs39(vwx91, vwx93, ty_Integer) -> new_esEs17(vwx91, vwx93) 19.19/7.02 new_esEs31(vwx30001, vwx310001, ty_Double) -> new_esEs19(vwx30001, vwx310001) 19.19/7.02 new_esEs33(vwx30000, vwx310000, ty_Float) -> new_esEs12(vwx30000, vwx310000) 19.19/7.02 new_esEs38(vwx530, vwx540, ty_Float) -> new_esEs12(vwx530, vwx540) 19.19/7.02 new_esEs27(vwx30001, vwx310001, ty_Integer) -> new_esEs17(vwx30001, vwx310001) 19.19/7.02 new_primCmpInt(Pos(Succ(vwx30000)), Neg(vwx31000)) -> GT 19.19/7.02 new_lt20(vwx531, vwx541, ty_Char) -> new_lt9(vwx531, vwx541) 19.19/7.02 new_compare18(:(vwx3000, vwx3001), :(vwx31000, vwx31001), dbg) -> new_primCompAux1(vwx3000, vwx31000, vwx3001, vwx31001, dbg) 19.19/7.02 new_compare12(Left(vwx3000), Left(vwx31000), cda, cdb) -> new_compare26(vwx3000, vwx31000, new_esEs10(vwx3000, vwx31000, cda), cda, cdb) 19.19/7.02 new_compare112(vwx158, vwx159, vwx160, vwx161, True, bbh, bca) -> LT 19.19/7.02 new_lt7(vwx79, vwx82, ty_Bool) -> new_lt5(vwx79, vwx82) 19.19/7.02 new_esEs33(vwx30000, vwx310000, ty_Int) -> new_esEs16(vwx30000, vwx310000) 19.19/7.02 new_ltEs12(Left(vwx530), Left(vwx540), app(app(app(ty_@3, bhh), caa), cab), cac) -> new_ltEs5(vwx530, vwx540, bhh, caa, cab) 19.19/7.02 new_ltEs12(Right(vwx530), Right(vwx540), cbc, app(ty_[], cce)) -> new_ltEs18(vwx530, vwx540, cce) 19.19/7.02 new_compare13(:%(vwx3000, vwx3001), :%(vwx31000, vwx31001), ty_Integer) -> new_compare14(new_sr0(vwx3000, vwx31001), new_sr0(vwx31000, vwx3001)) 19.19/7.02 new_esEs15(Left(vwx30000), Left(vwx310000), ty_Int, cgd) -> new_esEs16(vwx30000, vwx310000) 19.19/7.02 new_primPlusNat1(Succ(vwx17100), Succ(vwx31001000)) -> Succ(Succ(new_primPlusNat1(vwx17100, vwx31001000))) 19.19/7.02 new_primCompAux00(vwx20, vwx21, GT, ba) -> GT 19.19/7.02 new_esEs26(vwx30000, vwx310000, ty_@0) -> new_esEs14(vwx30000, vwx310000) 19.19/7.02 new_ltEs22(vwx532, vwx542, ty_Integer) -> new_ltEs14(vwx532, vwx542) 19.19/7.02 new_primCompAux00(vwx20, vwx21, EQ, app(ty_Maybe, bg)) -> new_compare10(vwx20, vwx21, bg) 19.19/7.02 new_primCmpNat0(Zero, Succ(vwx310000)) -> LT 19.19/7.02 new_esEs29(vwx79, vwx82, app(app(app(ty_@3, ha), hb), hc)) -> new_esEs13(vwx79, vwx82, ha, hb, hc) 19.19/7.02 new_ltEs23(vwx531, vwx541, app(app(ty_@2, fch), fda)) -> new_ltEs8(vwx531, vwx541, fch, fda) 19.19/7.02 new_esEs36(vwx530, vwx540, ty_Double) -> new_esEs19(vwx530, vwx540) 19.19/7.02 new_esEs27(vwx30001, vwx310001, ty_Ordering) -> new_esEs24(vwx30001, vwx310001) 19.19/7.02 new_esEs30(vwx30000, vwx310000, app(app(ty_@2, bfa), bfb)) -> new_esEs23(vwx30000, vwx310000, bfa, bfb) 19.19/7.02 new_ltEs19(vwx53, vwx54, ty_@0) -> new_ltEs7(vwx53, vwx54) 19.19/7.02 new_primCompAux00(vwx20, vwx21, EQ, ty_@0) -> new_compare8(vwx20, vwx21) 19.19/7.02 new_esEs29(vwx79, vwx82, ty_Integer) -> new_esEs17(vwx79, vwx82) 19.19/7.02 new_compare10(Nothing, Just(vwx31000), dbe) -> LT 19.19/7.02 new_compare114(vwx121, vwx122, True, ccg, cch) -> LT 19.19/7.02 new_esEs29(vwx79, vwx82, ty_Ordering) -> new_esEs24(vwx79, vwx82) 19.19/7.02 new_lt4(vwx78, vwx81) -> new_esEs24(new_compare17(vwx78, vwx81), LT) 19.19/7.02 new_ltEs21(vwx60, vwx61, app(app(ty_@2, eef), eeg)) -> new_ltEs8(vwx60, vwx61, eef, eeg) 19.19/7.02 new_esEs11(vwx3000, vwx31000, ty_Double) -> new_esEs19(vwx3000, vwx31000) 19.19/7.02 new_esEs11(vwx3000, vwx31000, ty_Int) -> new_esEs16(vwx3000, vwx31000) 19.19/7.02 new_lt17(vwx78, vwx81) -> new_esEs24(new_compare15(vwx78, vwx81), LT) 19.19/7.02 new_ltEs7(vwx53, vwx54) -> new_fsEs(new_compare8(vwx53, vwx54)) 19.19/7.02 new_esEs31(vwx30001, vwx310001, ty_Char) -> new_esEs21(vwx30001, vwx310001) 19.19/7.02 new_esEs26(vwx30000, vwx310000, app(ty_[], de)) -> new_esEs22(vwx30000, vwx310000, de) 19.19/7.02 new_ltEs21(vwx60, vwx61, ty_Int) -> new_ltEs11(vwx60, vwx61) 19.19/7.02 new_ltEs23(vwx531, vwx541, app(ty_[], fdf)) -> new_ltEs18(vwx531, vwx541, fdf) 19.19/7.02 new_esEs32(vwx30002, vwx310002, app(app(ty_@2, bhe), bhf)) -> new_esEs23(vwx30002, vwx310002, bhe, bhf) 19.19/7.02 new_esEs31(vwx30001, vwx310001, app(app(ty_Either, bfg), bfh)) -> new_esEs15(vwx30001, vwx310001, bfg, bfh) 19.19/7.02 new_esEs8(vwx3001, vwx31001, ty_Ordering) -> new_esEs24(vwx3001, vwx31001) 19.19/7.02 new_esEs18(Just(vwx30000), Just(vwx310000), ty_Double) -> new_esEs19(vwx30000, vwx310000) 19.19/7.02 new_ltEs10(True, False) -> False 19.19/7.02 new_lt22(vwx530, vwx540, app(app(ty_Either, fca), fcb)) -> new_lt14(vwx530, vwx540, fca, fcb) 19.19/7.02 new_esEs38(vwx530, vwx540, ty_Int) -> new_esEs16(vwx530, vwx540) 19.19/7.02 new_lt20(vwx531, vwx541, app(ty_Maybe, ehd)) -> new_lt12(vwx531, vwx541, ehd) 19.19/7.02 new_esEs10(vwx3000, vwx31000, app(ty_Maybe, cdh)) -> new_esEs18(vwx3000, vwx31000, cdh) 19.19/7.02 new_esEs19(Double(vwx30000, vwx30001), Double(vwx310000, vwx310001)) -> new_esEs16(new_sr(vwx30000, vwx310001), new_sr(vwx30001, vwx310000)) 19.19/7.02 new_primEqInt(Neg(Succ(vwx300000)), Neg(Succ(vwx3100000))) -> new_primEqNat0(vwx300000, vwx3100000) 19.19/7.02 new_ltEs4(vwx80, vwx83, ty_Ordering) -> new_ltEs16(vwx80, vwx83) 19.19/7.02 new_esEs31(vwx30001, vwx310001, ty_@0) -> new_esEs14(vwx30001, vwx310001) 19.19/7.02 new_ltEs9(Just(vwx530), Just(vwx540), ty_Bool) -> new_ltEs10(vwx530, vwx540) 19.19/7.02 new_primCmpInt(Neg(Zero), Pos(Succ(vwx310000))) -> LT 19.19/7.02 new_esEs36(vwx530, vwx540, app(app(app(ty_@3, efe), eff), efg)) -> new_esEs13(vwx530, vwx540, efe, eff, efg) 19.19/7.02 new_esEs4(vwx3000, vwx31000, app(ty_Ratio, cgf)) -> new_esEs25(vwx3000, vwx31000, cgf) 19.19/7.02 new_esEs8(vwx3001, vwx31001, ty_Integer) -> new_esEs17(vwx3001, vwx31001) 19.19/7.02 new_primMulInt(Pos(vwx30000), Pos(vwx310010)) -> Pos(new_primMulNat0(vwx30000, vwx310010)) 19.19/7.02 new_esEs6(vwx3002, vwx31002, ty_Char) -> new_esEs21(vwx3002, vwx31002) 19.19/7.02 new_ltEs20(vwx67, vwx68, ty_Double) -> new_ltEs15(vwx67, vwx68) 19.19/7.02 new_primCompAux00(vwx20, vwx21, EQ, app(app(ty_@2, be), bf)) -> new_compare9(vwx20, vwx21, be, bf) 19.19/7.02 new_ltEs24(vwx92, vwx94, ty_Float) -> new_ltEs17(vwx92, vwx94) 19.19/7.02 new_lt7(vwx79, vwx82, ty_@0) -> new_lt10(vwx79, vwx82) 19.19/7.02 new_compare27(vwx67, vwx68, False, dec, ded) -> new_compare113(vwx67, vwx68, new_ltEs20(vwx67, vwx68, ded), dec, ded) 19.19/7.02 new_ltEs24(vwx92, vwx94, ty_Bool) -> new_ltEs10(vwx92, vwx94) 19.19/7.02 new_primMulNat0(Succ(vwx300000), Zero) -> Zero 19.19/7.02 new_primMulNat0(Zero, Succ(vwx3100100)) -> Zero 19.19/7.02 new_esEs7(vwx3000, vwx31000, app(app(ty_@2, dgf), dgg)) -> new_esEs23(vwx3000, vwx31000, dgf, dgg) 19.19/7.02 new_ltEs9(Just(vwx530), Just(vwx540), app(app(ty_Either, dch), dda)) -> new_ltEs12(vwx530, vwx540, dch, dda) 19.19/7.02 new_compare15(Double(vwx3000, Pos(vwx30010)), Double(vwx31000, Pos(vwx310010))) -> new_compare5(new_sr(vwx3000, Pos(vwx310010)), new_sr(Pos(vwx30010), vwx31000)) 19.19/7.02 new_esEs26(vwx30000, vwx310000, ty_Int) -> new_esEs16(vwx30000, vwx310000) 19.19/7.02 new_esEs39(vwx91, vwx93, app(app(app(ty_@3, fea), feb), fec)) -> new_esEs13(vwx91, vwx93, fea, feb, fec) 19.19/7.02 new_esEs6(vwx3002, vwx31002, app(app(ty_Either, dad), dae)) -> new_esEs15(vwx3002, vwx31002, dad, dae) 19.19/7.02 new_lt20(vwx531, vwx541, ty_@0) -> new_lt10(vwx531, vwx541) 19.19/7.02 new_compare19(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, False, vwx150, bbe, bbf, bbg) -> new_compare110(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, vwx150, bbe, bbf, bbg) 19.19/7.02 new_lt22(vwx530, vwx540, app(ty_Maybe, fbh)) -> new_lt12(vwx530, vwx540, fbh) 19.19/7.02 new_esEs27(vwx30001, vwx310001, ty_Char) -> new_esEs21(vwx30001, vwx310001) 19.19/7.02 new_esEs15(Right(vwx30000), Right(vwx310000), cgc, ty_Bool) -> new_esEs20(vwx30000, vwx310000) 19.19/7.02 new_ltEs12(Right(vwx530), Right(vwx540), cbc, ty_Bool) -> new_ltEs10(vwx530, vwx540) 19.19/7.02 new_esEs39(vwx91, vwx93, ty_@0) -> new_esEs14(vwx91, vwx93) 19.19/7.02 new_ltEs12(Right(vwx530), Right(vwx540), cbc, app(ty_Maybe, cca)) -> new_ltEs9(vwx530, vwx540, cca) 19.19/7.02 new_esEs30(vwx30000, vwx310000, app(ty_Maybe, beg)) -> new_esEs18(vwx30000, vwx310000, beg) 19.19/7.02 new_lt9(vwx78, vwx81) -> new_esEs24(new_compare7(vwx78, vwx81), LT) 19.19/7.02 new_esEs32(vwx30002, vwx310002, app(ty_Maybe, bhc)) -> new_esEs18(vwx30002, vwx310002, bhc) 19.19/7.02 new_ltEs12(Left(vwx530), Left(vwx540), ty_Integer, cac) -> new_ltEs14(vwx530, vwx540) 19.19/7.02 new_esEs9(vwx3000, vwx31000, app(app(ty_@2, fhd), fhe)) -> new_esEs23(vwx3000, vwx31000, fhd, fhe) 19.19/7.02 new_esEs31(vwx30001, vwx310001, ty_Integer) -> new_esEs17(vwx30001, vwx310001) 19.19/7.02 new_primPlusNat1(Succ(vwx17100), Zero) -> Succ(vwx17100) 19.19/7.02 new_primPlusNat1(Zero, Succ(vwx31001000)) -> Succ(vwx31001000) 19.19/7.02 new_ltEs19(vwx53, vwx54, app(app(ty_@2, ddh), dea)) -> new_ltEs8(vwx53, vwx54, ddh, dea) 19.19/7.02 new_esEs15(Right(vwx30000), Right(vwx310000), cgc, app(app(ty_@2, edf), edg)) -> new_esEs23(vwx30000, vwx310000, edf, edg) 19.19/7.02 new_esEs5(vwx3001, vwx31001, app(ty_[], che)) -> new_esEs22(vwx3001, vwx31001, che) 19.19/7.02 new_esEs39(vwx91, vwx93, ty_Bool) -> new_esEs20(vwx91, vwx93) 19.19/7.02 new_esEs6(vwx3002, vwx31002, app(ty_Maybe, daf)) -> new_esEs18(vwx3002, vwx31002, daf) 19.19/7.02 new_esEs38(vwx530, vwx540, app(ty_Ratio, fcc)) -> new_esEs25(vwx530, vwx540, fcc) 19.19/7.02 new_esEs29(vwx79, vwx82, app(app(ty_Either, hg), hh)) -> new_esEs15(vwx79, vwx82, hg, hh) 19.19/7.02 new_ltEs10(False, True) -> True 19.19/7.02 new_esEs39(vwx91, vwx93, app(ty_[], ffb)) -> new_esEs22(vwx91, vwx93, ffb) 19.19/7.02 new_esEs31(vwx30001, vwx310001, ty_Ordering) -> new_esEs24(vwx30001, vwx310001) 19.19/7.02 new_esEs5(vwx3001, vwx31001, ty_Float) -> new_esEs12(vwx3001, vwx31001) 19.19/7.02 new_esEs5(vwx3001, vwx31001, app(app(ty_Either, chb), chc)) -> new_esEs15(vwx3001, vwx31001, chb, chc) 19.19/7.02 new_esEs5(vwx3001, vwx31001, ty_Char) -> new_esEs21(vwx3001, vwx31001) 19.19/7.02 new_lt7(vwx79, vwx82, app(app(ty_@2, hd), he)) -> new_lt11(vwx79, vwx82, hd, he) 19.19/7.02 new_esEs5(vwx3001, vwx31001, ty_@0) -> new_esEs14(vwx3001, vwx31001) 19.19/7.02 new_esEs29(vwx79, vwx82, ty_@0) -> new_esEs14(vwx79, vwx82) 19.19/7.02 new_min1(:(vwx300, vwx301), :(vwx3100, vwx3101), h) -> new_min10(vwx300, vwx301, vwx3100, vwx3101, new_primCompAux1(vwx300, vwx3100, vwx301, vwx3101, h), h) 19.19/7.02 new_esEs7(vwx3000, vwx31000, app(ty_Maybe, dgd)) -> new_esEs18(vwx3000, vwx31000, dgd) 19.19/7.02 new_lt18(vwx78, vwx81) -> new_esEs24(new_compare16(vwx78, vwx81), LT) 19.19/7.02 new_ltEs19(vwx53, vwx54, ty_Ordering) -> new_ltEs16(vwx53, vwx54) 19.19/7.02 new_lt21(vwx530, vwx540, ty_@0) -> new_lt10(vwx530, vwx540) 19.19/7.02 new_esEs10(vwx3000, vwx31000, app(app(ty_@2, ceb), cec)) -> new_esEs23(vwx3000, vwx31000, ceb, cec) 19.19/7.02 new_esEs6(vwx3002, vwx31002, ty_Integer) -> new_esEs17(vwx3002, vwx31002) 19.19/7.02 new_compare4(vwx300, vwx3100, app(app(ty_@2, dbc), dbd)) -> new_compare9(vwx300, vwx3100, dbc, dbd) 19.19/7.02 new_esEs26(vwx30000, vwx310000, app(app(app(ty_@3, cf), cg), da)) -> new_esEs13(vwx30000, vwx310000, cf, cg, da) 19.19/7.02 new_min1([], [], h) -> [] 19.19/7.02 new_compare18(:(vwx3000, vwx3001), [], dbg) -> GT 19.19/7.02 new_ltEs21(vwx60, vwx61, ty_Double) -> new_ltEs15(vwx60, vwx61) 19.19/7.02 new_ltEs9(Just(vwx530), Just(vwx540), ty_Char) -> new_ltEs6(vwx530, vwx540) 19.19/7.02 new_esEs36(vwx530, vwx540, ty_Int) -> new_esEs16(vwx530, vwx540) 19.19/7.02 new_compare16(LT, LT) -> EQ 19.19/7.02 new_ltEs13(vwx53, vwx54, deb) -> new_fsEs(new_compare13(vwx53, vwx54, deb)) 19.19/7.02 new_esEs30(vwx30000, vwx310000, ty_Float) -> new_esEs12(vwx30000, vwx310000) 19.19/7.02 new_esEs6(vwx3002, vwx31002, ty_Ordering) -> new_esEs24(vwx3002, vwx31002) 19.19/7.02 new_lt6(vwx78, vwx81, app(ty_Maybe, gd)) -> new_lt12(vwx78, vwx81, gd) 19.19/7.02 new_esEs10(vwx3000, vwx31000, ty_Bool) -> new_esEs20(vwx3000, vwx31000) 19.19/7.02 new_esEs27(vwx30001, vwx310001, app(app(app(ty_@3, ea), eb), ec)) -> new_esEs13(vwx30001, vwx310001, ea, eb, ec) 19.19/7.02 new_esEs11(vwx3000, vwx31000, ty_Ordering) -> new_esEs24(vwx3000, vwx31000) 19.19/7.02 new_esEs33(vwx30000, vwx310000, ty_Double) -> new_esEs19(vwx30000, vwx310000) 19.19/7.02 new_lt22(vwx530, vwx540, ty_Float) -> new_lt4(vwx530, vwx540) 19.19/7.02 new_esEs29(vwx79, vwx82, ty_Int) -> new_esEs16(vwx79, vwx82) 19.19/7.02 new_esEs27(vwx30001, vwx310001, ty_Double) -> new_esEs19(vwx30001, vwx310001) 19.19/7.02 new_esEs35(vwx30001, vwx310001, ty_Int) -> new_esEs16(vwx30001, vwx310001) 19.19/7.02 new_esEs33(vwx30000, vwx310000, app(app(app(ty_@3, eac), ead), eae)) -> new_esEs13(vwx30000, vwx310000, eac, ead, eae) 19.19/7.02 new_ltEs22(vwx532, vwx542, app(ty_[], fbb)) -> new_ltEs18(vwx532, vwx542, fbb) 19.19/7.02 new_lt8(vwx78, vwx81, fg, fh, ga) -> new_esEs24(new_compare6(vwx78, vwx81, fg, fh, ga), LT) 19.19/7.02 new_esEs15(Left(vwx30000), Left(vwx310000), app(ty_Ratio, ecf), cgd) -> new_esEs25(vwx30000, vwx310000, ecf) 19.19/7.02 new_compare4(vwx300, vwx3100, ty_Bool) -> new_compare11(vwx300, vwx3100) 19.19/7.02 new_esEs36(vwx530, vwx540, ty_Float) -> new_esEs12(vwx530, vwx540) 19.19/7.02 new_esEs11(vwx3000, vwx31000, ty_Integer) -> new_esEs17(vwx3000, vwx31000) 19.19/7.02 new_esEs38(vwx530, vwx540, app(ty_Maybe, fbh)) -> new_esEs18(vwx530, vwx540, fbh) 19.19/7.02 new_esEs31(vwx30001, vwx310001, ty_Bool) -> new_esEs20(vwx30001, vwx310001) 19.19/7.02 new_esEs11(vwx3000, vwx31000, app(ty_Ratio, cff)) -> new_esEs25(vwx3000, vwx31000, cff) 19.19/7.02 new_esEs6(vwx3002, vwx31002, app(ty_[], dag)) -> new_esEs22(vwx3002, vwx31002, dag) 19.19/7.02 new_lt6(vwx78, vwx81, ty_Ordering) -> new_lt18(vwx78, vwx81) 19.19/7.02 new_esEs32(vwx30002, vwx310002, ty_Ordering) -> new_esEs24(vwx30002, vwx310002) 19.19/7.02 new_ltEs24(vwx92, vwx94, app(app(ty_@2, fff), ffg)) -> new_ltEs8(vwx92, vwx94, fff, ffg) 19.19/7.02 new_esEs15(Right(vwx30000), Right(vwx310000), cgc, ty_Float) -> new_esEs12(vwx30000, vwx310000) 19.19/7.02 new_min1(:(vwx300, vwx301), [], h) -> [] 19.19/7.02 new_min1([], :(vwx3100, vwx3101), h) -> [] 19.19/7.02 new_esEs5(vwx3001, vwx31001, ty_Ordering) -> new_esEs24(vwx3001, vwx31001) 19.19/7.02 new_ltEs12(Left(vwx530), Left(vwx540), ty_Bool, cac) -> new_ltEs10(vwx530, vwx540) 19.19/7.02 new_esEs36(vwx530, vwx540, app(ty_Ratio, ege)) -> new_esEs25(vwx530, vwx540, ege) 19.19/7.02 new_lt23(vwx91, vwx93, ty_Bool) -> new_lt5(vwx91, vwx93) 19.19/7.02 new_esEs11(vwx3000, vwx31000, ty_Float) -> new_esEs12(vwx3000, vwx31000) 19.19/7.02 new_esEs27(vwx30001, vwx310001, app(ty_[], eg)) -> new_esEs22(vwx30001, vwx310001, eg) 19.19/7.02 new_esEs28(vwx78, vwx81, app(app(ty_@2, gb), gc)) -> new_esEs23(vwx78, vwx81, gb, gc) 19.19/7.02 new_compare4(vwx300, vwx3100, app(app(ty_Either, cda), cdb)) -> new_compare12(vwx300, vwx3100, cda, cdb) 19.19/7.02 new_primCmpInt(Pos(Succ(vwx30000)), Pos(vwx31000)) -> new_primCmpNat0(Succ(vwx30000), vwx31000) 19.19/7.02 new_esEs15(Left(vwx30000), Left(vwx310000), ty_@0, cgd) -> new_esEs14(vwx30000, vwx310000) 19.19/7.02 new_compare17(Float(vwx3000, Pos(vwx30010)), Float(vwx31000, Pos(vwx310010))) -> new_compare5(new_sr(vwx3000, Pos(vwx310010)), new_sr(Pos(vwx30010), vwx31000)) 19.19/7.02 new_compare4(vwx300, vwx3100, ty_@0) -> new_compare8(vwx300, vwx3100) 19.19/7.02 new_esEs4(vwx3000, vwx31000, ty_Float) -> new_esEs12(vwx3000, vwx31000) 19.19/7.02 new_esEs32(vwx30002, vwx310002, ty_Integer) -> new_esEs17(vwx30002, vwx310002) 19.19/7.02 new_compare15(Double(vwx3000, Neg(vwx30010)), Double(vwx31000, Neg(vwx310010))) -> new_compare5(new_sr(vwx3000, Neg(vwx310010)), new_sr(Neg(vwx30010), vwx31000)) 19.19/7.02 new_primCompAux00(vwx20, vwx21, EQ, ty_Bool) -> new_compare11(vwx20, vwx21) 19.19/7.02 new_ltEs12(Left(vwx530), Left(vwx540), ty_Double, cac) -> new_ltEs15(vwx530, vwx540) 19.19/7.02 new_esEs18(Just(vwx30000), Just(vwx310000), app(ty_Maybe, bdb)) -> new_esEs18(vwx30000, vwx310000, bdb) 19.19/7.02 new_esEs32(vwx30002, vwx310002, ty_Float) -> new_esEs12(vwx30002, vwx310002) 19.19/7.02 new_esEs4(vwx3000, vwx31000, ty_Integer) -> new_esEs17(vwx3000, vwx31000) 19.19/7.02 new_lt22(vwx530, vwx540, ty_Ordering) -> new_lt18(vwx530, vwx540) 19.19/7.02 new_lt6(vwx78, vwx81, ty_Bool) -> new_lt5(vwx78, vwx81) 19.19/7.02 new_esEs15(Right(vwx30000), Right(vwx310000), cgc, ty_Ordering) -> new_esEs24(vwx30000, vwx310000) 19.19/7.02 new_esEs12(Float(vwx30000, vwx30001), Float(vwx310000, vwx310001)) -> new_esEs16(new_sr(vwx30000, vwx310001), new_sr(vwx30001, vwx310000)) 19.19/7.02 new_lt20(vwx531, vwx541, app(app(app(ty_@3, egg), egh), eha)) -> new_lt8(vwx531, vwx541, egg, egh, eha) 19.19/7.02 new_ltEs17(vwx53, vwx54) -> new_fsEs(new_compare17(vwx53, vwx54)) 19.19/7.02 new_lt19(vwx78, vwx81, gh) -> new_esEs24(new_compare18(vwx78, vwx81, gh), LT) 19.19/7.02 new_esEs4(vwx3000, vwx31000, ty_Ordering) -> new_esEs24(vwx3000, vwx31000) 19.19/7.02 new_lt21(vwx530, vwx540, ty_Char) -> new_lt9(vwx530, vwx540) 19.19/7.02 new_esEs38(vwx530, vwx540, ty_@0) -> new_esEs14(vwx530, vwx540) 19.19/7.02 new_esEs33(vwx30000, vwx310000, app(ty_Maybe, eah)) -> new_esEs18(vwx30000, vwx310000, eah) 19.19/7.02 new_min10(vwx10, vwx11, vwx12, vwx13, EQ, dbh) -> new_min11(vwx10, vwx11, vwx12, vwx13, dbh) 19.19/7.02 new_esEs18(Just(vwx30000), Just(vwx310000), ty_Int) -> new_esEs16(vwx30000, vwx310000) 19.19/7.02 new_lt20(vwx531, vwx541, app(app(ty_Either, ehe), ehf)) -> new_lt14(vwx531, vwx541, ehe, ehf) 19.19/7.02 new_lt23(vwx91, vwx93, ty_Ordering) -> new_lt18(vwx91, vwx93) 19.19/7.02 new_esEs29(vwx79, vwx82, ty_Bool) -> new_esEs20(vwx79, vwx82) 19.19/7.02 new_esEs32(vwx30002, vwx310002, ty_Char) -> new_esEs21(vwx30002, vwx310002) 19.19/7.02 new_esEs10(vwx3000, vwx31000, ty_Int) -> new_esEs16(vwx3000, vwx31000) 19.19/7.02 new_esEs10(vwx3000, vwx31000, ty_Float) -> new_esEs12(vwx3000, vwx31000) 19.19/7.02 new_esEs37(vwx531, vwx541, ty_Char) -> new_esEs21(vwx531, vwx541) 19.19/7.02 new_esEs36(vwx530, vwx540, ty_Bool) -> new_esEs20(vwx530, vwx540) 19.19/7.02 new_compare19(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, True, vwx150, bbe, bbf, bbg) -> new_compare110(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, True, bbe, bbf, bbg) 19.19/7.02 new_esEs24(LT, GT) -> False 19.19/7.02 new_esEs24(GT, LT) -> False 19.19/7.02 new_esEs15(Right(vwx30000), Right(vwx310000), cgc, ty_Integer) -> new_esEs17(vwx30000, vwx310000) 19.19/7.02 new_ltEs12(Right(vwx530), Right(vwx540), cbc, ty_Char) -> new_ltEs6(vwx530, vwx540) 19.19/7.02 new_esEs32(vwx30002, vwx310002, app(app(ty_Either, bha), bhb)) -> new_esEs15(vwx30002, vwx310002, bha, bhb) 19.19/7.02 new_esEs10(vwx3000, vwx31000, ty_Integer) -> new_esEs17(vwx3000, vwx31000) 19.19/7.02 new_ltEs9(Just(vwx530), Just(vwx540), ty_Ordering) -> new_ltEs16(vwx530, vwx540) 19.19/7.02 new_lt21(vwx530, vwx540, app(app(ty_Either, egc), egd)) -> new_lt14(vwx530, vwx540, egc, egd) 19.19/7.02 new_esEs39(vwx91, vwx93, app(ty_Maybe, fef)) -> new_esEs18(vwx91, vwx93, fef) 19.19/7.02 new_esEs30(vwx30000, vwx310000, ty_Bool) -> new_esEs20(vwx30000, vwx310000) 19.19/7.02 new_esEs10(vwx3000, vwx31000, ty_Ordering) -> new_esEs24(vwx3000, vwx31000) 19.19/7.02 new_esEs37(vwx531, vwx541, app(app(ty_Either, ehe), ehf)) -> new_esEs15(vwx531, vwx541, ehe, ehf) 19.19/7.02 new_ltEs9(Just(vwx530), Just(vwx540), app(ty_Maybe, dcg)) -> new_ltEs9(vwx530, vwx540, dcg) 19.19/7.02 new_lt22(vwx530, vwx540, ty_Bool) -> new_lt5(vwx530, vwx540) 19.19/7.02 new_lt7(vwx79, vwx82, ty_Integer) -> new_lt16(vwx79, vwx82) 19.19/7.02 new_esEs26(vwx30000, vwx310000, ty_Double) -> new_esEs19(vwx30000, vwx310000) 19.19/7.02 new_lt6(vwx78, vwx81, ty_Float) -> new_lt4(vwx78, vwx81) 19.19/7.02 new_primCompAux00(vwx20, vwx21, EQ, app(app(ty_Either, bh), ca)) -> new_compare12(vwx20, vwx21, bh, ca) 19.19/7.02 new_lt6(vwx78, vwx81, ty_Integer) -> new_lt16(vwx78, vwx81) 19.19/7.02 new_esEs10(vwx3000, vwx31000, ty_@0) -> new_esEs14(vwx3000, vwx31000) 19.19/7.02 new_lt15(vwx78, vwx81, gg) -> new_esEs24(new_compare13(vwx78, vwx81, gg), LT) 19.19/7.02 new_esEs33(vwx30000, vwx310000, app(ty_Ratio, ebd)) -> new_esEs25(vwx30000, vwx310000, ebd) 19.19/7.02 new_esEs11(vwx3000, vwx31000, app(app(app(ty_@3, cee), cef), ceg)) -> new_esEs13(vwx3000, vwx31000, cee, cef, ceg) 19.19/7.02 new_esEs25(:%(vwx30000, vwx30001), :%(vwx310000, vwx310001), cgf) -> new_asAs(new_esEs34(vwx30000, vwx310000, cgf), new_esEs35(vwx30001, vwx310001, cgf)) 19.19/7.02 new_esEs37(vwx531, vwx541, ty_Integer) -> new_esEs17(vwx531, vwx541) 19.19/7.02 new_compare112(vwx158, vwx159, vwx160, vwx161, False, bbh, bca) -> GT 19.19/7.02 new_compare15(Double(vwx3000, Pos(vwx30010)), Double(vwx31000, Neg(vwx310010))) -> new_compare5(new_sr(vwx3000, Pos(vwx310010)), new_sr(Neg(vwx30010), vwx31000)) 19.19/7.02 new_compare15(Double(vwx3000, Neg(vwx30010)), Double(vwx31000, Pos(vwx310010))) -> new_compare5(new_sr(vwx3000, Neg(vwx310010)), new_sr(Pos(vwx30010), vwx31000)) 19.19/7.02 new_ltEs15(vwx53, vwx54) -> new_fsEs(new_compare15(vwx53, vwx54)) 19.19/7.02 new_esEs32(vwx30002, vwx310002, ty_Bool) -> new_esEs20(vwx30002, vwx310002) 19.19/7.02 new_esEs10(vwx3000, vwx31000, app(ty_Ratio, ced)) -> new_esEs25(vwx3000, vwx31000, ced) 19.19/7.02 new_esEs9(vwx3000, vwx31000, app(ty_[], fhc)) -> new_esEs22(vwx3000, vwx31000, fhc) 19.19/7.02 new_esEs28(vwx78, vwx81, ty_Int) -> new_esEs16(vwx78, vwx81) 19.19/7.02 new_esEs28(vwx78, vwx81, ty_Double) -> new_esEs19(vwx78, vwx81) 19.19/7.02 new_esEs37(vwx531, vwx541, app(ty_Maybe, ehd)) -> new_esEs18(vwx531, vwx541, ehd) 19.19/7.02 new_lt21(vwx530, vwx540, ty_Float) -> new_lt4(vwx530, vwx540) 19.19/7.02 new_compare25(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, False, fc, fd, ff) -> new_compare19(vwx78, vwx79, vwx80, vwx81, vwx82, vwx83, new_lt6(vwx78, vwx81, fc), new_asAs(new_esEs28(vwx78, vwx81, fc), new_pePe(new_lt7(vwx79, vwx82, fd), new_asAs(new_esEs29(vwx79, vwx82, fd), new_ltEs4(vwx80, vwx83, ff)))), fc, fd, ff) 19.19/7.02 new_compare27(vwx67, vwx68, True, dec, ded) -> EQ 19.19/7.02 new_esEs15(Right(vwx30000), Right(vwx310000), cgc, app(ty_[], ede)) -> new_esEs22(vwx30000, vwx310000, ede) 19.19/7.02 new_esEs37(vwx531, vwx541, ty_Ordering) -> new_esEs24(vwx531, vwx541) 19.19/7.02 new_esEs18(Just(vwx30000), Just(vwx310000), ty_Bool) -> new_esEs20(vwx30000, vwx310000) 19.19/7.02 new_esEs36(vwx530, vwx540, ty_Char) -> new_esEs21(vwx530, vwx540) 19.19/7.02 new_esEs18(Just(vwx30000), Just(vwx310000), app(app(app(ty_@3, bce), bcf), bcg)) -> new_esEs13(vwx30000, vwx310000, bce, bcf, bcg) 19.19/7.02 new_primPlusNat0(Succ(vwx1710), vwx3100100) -> Succ(Succ(new_primPlusNat1(vwx1710, vwx3100100))) 19.19/7.02 new_esEs36(vwx530, vwx540, app(app(ty_Either, egc), egd)) -> new_esEs15(vwx530, vwx540, egc, egd) 19.19/7.02 new_esEs15(Left(vwx30000), Left(vwx310000), ty_Char, cgd) -> new_esEs21(vwx30000, vwx310000) 19.19/7.02 new_compare10(Just(vwx3000), Just(vwx31000), dbe) -> new_compare28(vwx3000, vwx31000, new_esEs9(vwx3000, vwx31000, dbe), dbe) 19.19/7.02 new_compare4(vwx300, vwx3100, ty_Char) -> new_compare7(vwx300, vwx3100) 19.19/7.02 new_esEs22(:(vwx30000, vwx30001), :(vwx310000, vwx310001), cge) -> new_asAs(new_esEs33(vwx30000, vwx310000, cge), new_esEs22(vwx30001, vwx310001, cge)) 19.19/7.02 new_esEs35(vwx30001, vwx310001, ty_Integer) -> new_esEs17(vwx30001, vwx310001) 19.19/7.02 new_esEs31(vwx30001, vwx310001, app(ty_Ratio, bge)) -> new_esEs25(vwx30001, vwx310001, bge) 19.19/7.02 new_compare13(:%(vwx3000, vwx3001), :%(vwx31000, vwx31001), ty_Int) -> new_compare5(new_sr(vwx3000, vwx31001), new_sr(vwx31000, vwx3001)) 19.19/7.02 new_lt21(vwx530, vwx540, ty_Integer) -> new_lt16(vwx530, vwx540) 19.19/7.02 new_esEs33(vwx30000, vwx310000, app(app(ty_Either, eaf), eag)) -> new_esEs15(vwx30000, vwx310000, eaf, eag) 19.19/7.02 new_esEs33(vwx30000, vwx310000, ty_Char) -> new_esEs21(vwx30000, vwx310000) 19.19/7.02 new_lt14(vwx78, vwx81, ge, gf) -> new_esEs24(new_compare12(vwx78, vwx81, ge, gf), LT) 19.19/7.02 new_esEs11(vwx3000, vwx31000, ty_Bool) -> new_esEs20(vwx3000, vwx31000) 19.19/7.02 new_ltEs4(vwx80, vwx83, ty_Float) -> new_ltEs17(vwx80, vwx83) 19.19/7.02 new_esEs33(vwx30000, vwx310000, ty_@0) -> new_esEs14(vwx30000, vwx310000) 19.19/7.02 new_esEs37(vwx531, vwx541, ty_Float) -> new_esEs12(vwx531, vwx541) 19.19/7.02 new_primPlusNat1(Zero, Zero) -> Zero 19.19/7.02 new_primCompAux00(vwx20, vwx21, EQ, ty_Ordering) -> new_compare16(vwx20, vwx21) 19.19/7.02 new_esEs10(vwx3000, vwx31000, app(app(ty_Either, cdf), cdg)) -> new_esEs15(vwx3000, vwx31000, cdf, cdg) 19.19/7.02 new_esEs10(vwx3000, vwx31000, ty_Char) -> new_esEs21(vwx3000, vwx31000) 19.19/7.02 new_compare16(GT, GT) -> EQ 19.19/7.02 new_esEs32(vwx30002, vwx310002, ty_Int) -> new_esEs16(vwx30002, vwx310002) 19.19/7.02 new_ltEs21(vwx60, vwx61, ty_Float) -> new_ltEs17(vwx60, vwx61) 19.19/7.02 new_lt21(vwx530, vwx540, app(app(app(ty_@3, efe), eff), efg)) -> new_lt8(vwx530, vwx540, efe, eff, efg) 19.19/7.02 new_esEs31(vwx30001, vwx310001, ty_Int) -> new_esEs16(vwx30001, vwx310001) 19.19/7.02 new_lt21(vwx530, vwx540, ty_Ordering) -> new_lt18(vwx530, vwx540) 19.19/7.02 new_esEs11(vwx3000, vwx31000, app(app(ty_Either, ceh), cfa)) -> new_esEs15(vwx3000, vwx31000, ceh, cfa) 19.19/7.02 new_compare9(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), dbc, dbd) -> new_compare29(vwx3000, vwx3001, vwx31000, vwx31001, new_asAs(new_esEs7(vwx3000, vwx31000, dbc), new_esEs8(vwx3001, vwx31001, dbd)), dbc, dbd) 19.19/7.02 new_compare4(vwx300, vwx3100, ty_Ordering) -> new_compare16(vwx300, vwx3100) 19.19/7.02 new_esEs27(vwx30001, vwx310001, app(app(ty_@2, eh), fa)) -> new_esEs23(vwx30001, vwx310001, eh, fa) 19.19/7.02 new_esEs20(True, True) -> True 19.19/7.02 new_esEs11(vwx3000, vwx31000, ty_Char) -> new_esEs21(vwx3000, vwx31000) 19.19/7.02 new_lt20(vwx531, vwx541, ty_Ordering) -> new_lt18(vwx531, vwx541) 19.19/7.02 new_lt22(vwx530, vwx540, ty_Char) -> new_lt9(vwx530, vwx540) 19.19/7.02 new_primCmpNat0(Succ(vwx30000), Succ(vwx310000)) -> new_primCmpNat0(vwx30000, vwx310000) 19.19/7.02 new_compare10(Just(vwx3000), Nothing, dbe) -> GT 19.19/7.02 new_compare11(True, False) -> GT 19.19/7.02 new_esEs22([], [], cge) -> True 19.19/7.02 new_esEs30(vwx30000, vwx310000, ty_Int) -> new_esEs16(vwx30000, vwx310000) 19.19/7.02 new_esEs26(vwx30000, vwx310000, app(app(ty_@2, df), dg)) -> new_esEs23(vwx30000, vwx310000, df, dg) 19.19/7.02 new_ltEs12(Right(vwx530), Right(vwx540), cbc, ty_@0) -> new_ltEs7(vwx530, vwx540) 19.19/7.02 new_lt20(vwx531, vwx541, ty_Bool) -> new_lt5(vwx531, vwx541) 19.19/7.02 new_lt7(vwx79, vwx82, ty_Char) -> new_lt9(vwx79, vwx82) 19.19/7.02 new_lt23(vwx91, vwx93, app(app(app(ty_@3, fea), feb), fec)) -> new_lt8(vwx91, vwx93, fea, feb, fec) 19.19/7.02 new_esEs18(Just(vwx30000), Just(vwx310000), ty_@0) -> new_esEs14(vwx30000, vwx310000) 19.19/7.02 new_compare12(Left(vwx3000), Right(vwx31000), cda, cdb) -> LT 19.19/7.02 new_esEs32(vwx30002, vwx310002, app(app(app(ty_@3, bgf), bgg), bgh)) -> new_esEs13(vwx30002, vwx310002, bgf, bgg, bgh) 19.19/7.02 new_lt20(vwx531, vwx541, ty_Integer) -> new_lt16(vwx531, vwx541) 19.19/7.02 new_esEs18(Just(vwx30000), Just(vwx310000), ty_Char) -> new_esEs21(vwx30000, vwx310000) 19.19/7.02 new_esEs15(Left(vwx30000), Left(vwx310000), ty_Bool, cgd) -> new_esEs20(vwx30000, vwx310000) 19.19/7.02 new_esEs18(Just(vwx30000), Just(vwx310000), app(app(ty_Either, bch), bda)) -> new_esEs15(vwx30000, vwx310000, bch, bda) 19.19/7.02 new_ltEs20(vwx67, vwx68, ty_Float) -> new_ltEs17(vwx67, vwx68) 19.19/7.02 new_compare29(vwx91, vwx92, vwx93, vwx94, False, fdg, fdh) -> new_compare111(vwx91, vwx92, vwx93, vwx94, new_lt23(vwx91, vwx93, fdg), new_asAs(new_esEs39(vwx91, vwx93, fdg), new_ltEs24(vwx92, vwx94, fdh)), fdg, fdh) 19.19/7.02 new_lt22(vwx530, vwx540, app(app(app(ty_@3, fbc), fbd), fbe)) -> new_lt8(vwx530, vwx540, fbc, fbd, fbe) 19.19/7.02 new_esEs36(vwx530, vwx540, ty_Ordering) -> new_esEs24(vwx530, vwx540) 19.19/7.02 new_compare4(vwx300, vwx3100, ty_Integer) -> new_compare14(vwx300, vwx3100) 19.19/7.02 new_esEs32(vwx30002, vwx310002, app(ty_Ratio, bhg)) -> new_esEs25(vwx30002, vwx310002, bhg) 19.19/7.02 new_esEs36(vwx530, vwx540, ty_Integer) -> new_esEs17(vwx530, vwx540) 19.19/7.02 new_ltEs12(Right(vwx530), Right(vwx540), cbc, ty_Integer) -> new_ltEs14(vwx530, vwx540) 19.19/7.02 new_ltEs12(Right(vwx530), Right(vwx540), cbc, ty_Ordering) -> new_ltEs16(vwx530, vwx540) 19.19/7.02 new_compare16(LT, EQ) -> LT 19.19/7.02 new_esEs24(LT, EQ) -> False 19.19/7.02 new_esEs24(EQ, LT) -> False 19.19/7.02 new_compare14(Integer(vwx3000), Integer(vwx31000)) -> new_primCmpInt(vwx3000, vwx31000) 19.19/7.02 new_ltEs19(vwx53, vwx54, ty_Float) -> new_ltEs17(vwx53, vwx54) 19.19/7.02 new_lt7(vwx79, vwx82, app(app(app(ty_@3, ha), hb), hc)) -> new_lt8(vwx79, vwx82, ha, hb, hc) 19.19/7.02 new_lt23(vwx91, vwx93, ty_Char) -> new_lt9(vwx91, vwx93) 19.19/7.02 new_lt23(vwx91, vwx93, ty_Float) -> new_lt4(vwx91, vwx93) 19.19/7.02 new_ltEs23(vwx531, vwx541, app(app(ty_Either, fdc), fdd)) -> new_ltEs12(vwx531, vwx541, fdc, fdd) 19.19/7.02 new_primCmpInt(Neg(Succ(vwx30000)), Pos(vwx31000)) -> LT 19.19/7.02 new_esEs10(vwx3000, vwx31000, ty_Double) -> new_esEs19(vwx3000, vwx31000) 19.19/7.02 new_ltEs22(vwx532, vwx542, app(app(ty_@2, fad), fae)) -> new_ltEs8(vwx532, vwx542, fad, fae) 19.19/7.02 new_esEs15(Left(vwx30000), Left(vwx310000), ty_Integer, cgd) -> new_esEs17(vwx30000, vwx310000) 19.19/7.02 new_ltEs23(vwx531, vwx541, ty_Bool) -> new_ltEs10(vwx531, vwx541) 19.19/7.02 new_esEs33(vwx30000, vwx310000, ty_Bool) -> new_esEs20(vwx30000, vwx310000) 19.19/7.02 new_ltEs24(vwx92, vwx94, app(ty_[], fgd)) -> new_ltEs18(vwx92, vwx94, fgd) 19.19/7.02 new_ltEs20(vwx67, vwx68, ty_Int) -> new_ltEs11(vwx67, vwx68) 19.19/7.02 new_esEs15(Left(vwx30000), Right(vwx310000), cgc, cgd) -> False 19.19/7.02 new_esEs15(Right(vwx30000), Left(vwx310000), cgc, cgd) -> False 19.19/7.02 new_esEs36(vwx530, vwx540, app(ty_Maybe, egb)) -> new_esEs18(vwx530, vwx540, egb) 19.19/7.02 new_esEs28(vwx78, vwx81, ty_Ordering) -> new_esEs24(vwx78, vwx81) 19.19/7.02 new_esEs30(vwx30000, vwx310000, app(app(ty_Either, bee), bef)) -> new_esEs15(vwx30000, vwx310000, bee, bef) 19.19/7.02 new_esEs7(vwx3000, vwx31000, ty_Ordering) -> new_esEs24(vwx3000, vwx31000) 19.19/7.02 new_lt6(vwx78, vwx81, app(ty_Ratio, gg)) -> new_lt15(vwx78, vwx81, gg) 19.19/7.02 new_esEs18(Just(vwx30000), Just(vwx310000), app(ty_Ratio, bdf)) -> new_esEs25(vwx30000, vwx310000, bdf) 19.19/7.02 new_esEs37(vwx531, vwx541, ty_Int) -> new_esEs16(vwx531, vwx541) 19.19/7.02 new_lt23(vwx91, vwx93, app(app(ty_Either, feg), feh)) -> new_lt14(vwx91, vwx93, feg, feh) 19.19/7.02 new_primCmpInt(Pos(Zero), Neg(Succ(vwx310000))) -> GT 19.19/7.02 new_lt7(vwx79, vwx82, ty_Float) -> new_lt4(vwx79, vwx82) 19.19/7.02 new_compare111(vwx158, vwx159, vwx160, vwx161, False, vwx163, bbh, bca) -> new_compare112(vwx158, vwx159, vwx160, vwx161, vwx163, bbh, bca) 19.19/7.02 new_compare18([], :(vwx31000, vwx31001), dbg) -> LT 19.19/7.02 new_primCmpInt(Neg(Succ(vwx30000)), Neg(vwx31000)) -> new_primCmpNat0(vwx31000, Succ(vwx30000)) 19.19/7.02 new_esEs28(vwx78, vwx81, ty_Integer) -> new_esEs17(vwx78, vwx81) 19.19/7.02 new_ltEs21(vwx60, vwx61, ty_Char) -> new_ltEs6(vwx60, vwx61) 19.19/7.02 new_ltEs12(Left(vwx530), Left(vwx540), app(ty_Ratio, cba), cac) -> new_ltEs13(vwx530, vwx540, cba) 19.19/7.02 new_ltEs19(vwx53, vwx54, app(ty_Maybe, dca)) -> new_ltEs9(vwx53, vwx54, dca) 19.19/7.02 new_esEs38(vwx530, vwx540, ty_Integer) -> new_esEs17(vwx530, vwx540) 19.19/7.02 new_esEs10(vwx3000, vwx31000, app(app(app(ty_@3, cdc), cdd), cde)) -> new_esEs13(vwx3000, vwx31000, cdc, cdd, cde) 19.19/7.02 new_lt20(vwx531, vwx541, ty_Int) -> new_lt13(vwx531, vwx541) 19.19/7.02 new_esEs26(vwx30000, vwx310000, app(ty_Maybe, dd)) -> new_esEs18(vwx30000, vwx310000, dd) 19.19/7.02 new_lt7(vwx79, vwx82, ty_Int) -> new_lt13(vwx79, vwx82) 19.19/7.02 new_esEs24(EQ, EQ) -> True 19.19/7.02 new_ltEs11(vwx53, vwx54) -> new_fsEs(new_compare5(vwx53, vwx54)) 19.19/7.02 new_esEs9(vwx3000, vwx31000, ty_@0) -> new_esEs14(vwx3000, vwx31000) 19.19/7.02 new_esEs39(vwx91, vwx93, app(ty_Ratio, ffa)) -> new_esEs25(vwx91, vwx93, ffa) 19.19/7.02 new_ltEs12(Left(vwx530), Left(vwx540), ty_Int, cac) -> new_ltEs11(vwx530, vwx540) 19.19/7.02 new_compare17(Float(vwx3000, Pos(vwx30010)), Float(vwx31000, Neg(vwx310010))) -> new_compare5(new_sr(vwx3000, Pos(vwx310010)), new_sr(Neg(vwx30010), vwx31000)) 19.19/7.02 new_compare17(Float(vwx3000, Neg(vwx30010)), Float(vwx31000, Pos(vwx310010))) -> new_compare5(new_sr(vwx3000, Neg(vwx310010)), new_sr(Pos(vwx30010), vwx31000)) 19.19/7.02 new_primEqInt(Pos(Succ(vwx300000)), Pos(Zero)) -> False 19.19/7.02 new_primEqInt(Pos(Zero), Pos(Succ(vwx3100000))) -> False 19.19/7.02 new_lt5(vwx78, vwx81) -> new_esEs24(new_compare11(vwx78, vwx81), LT) 19.19/7.02 new_lt6(vwx78, vwx81, app(app(app(ty_@3, fg), fh), ga)) -> new_lt8(vwx78, vwx81, fg, fh, ga) 19.19/7.02 new_esEs10(vwx3000, vwx31000, app(ty_[], cea)) -> new_esEs22(vwx3000, vwx31000, cea) 19.19/7.02 new_esEs31(vwx30001, vwx310001, app(app(ty_@2, bgc), bgd)) -> new_esEs23(vwx30001, vwx310001, bgc, bgd) 19.19/7.02 new_ltEs9(Just(vwx530), Just(vwx540), app(app(ty_@2, dce), dcf)) -> new_ltEs8(vwx530, vwx540, dce, dcf) 19.19/7.02 new_esEs15(Right(vwx30000), Right(vwx310000), cgc, app(ty_Maybe, edd)) -> new_esEs18(vwx30000, vwx310000, edd) 19.19/7.02 new_lt6(vwx78, vwx81, app(app(ty_@2, gb), gc)) -> new_lt11(vwx78, vwx81, gb, gc) 19.19/7.02 new_esEs4(vwx3000, vwx31000, app(app(app(ty_@3, bdg), bdh), bea)) -> new_esEs13(vwx3000, vwx31000, bdg, bdh, bea) 19.19/7.02 new_esEs18(Just(vwx30000), Just(vwx310000), ty_Float) -> new_esEs12(vwx30000, vwx310000) 19.19/7.02 new_esEs30(vwx30000, vwx310000, ty_Char) -> new_esEs21(vwx30000, vwx310000) 19.19/7.02 new_esEs24(GT, GT) -> True 19.19/7.02 new_ltEs19(vwx53, vwx54, app(app(app(ty_@3, dde), ddf), ddg)) -> new_ltEs5(vwx53, vwx54, dde, ddf, ddg) 19.19/7.02 new_ltEs23(vwx531, vwx541, ty_Float) -> new_ltEs17(vwx531, vwx541) 19.19/7.02 new_primCmpNat0(Zero, Zero) -> EQ 19.19/7.02 new_ltEs4(vwx80, vwx83, ty_Char) -> new_ltEs6(vwx80, vwx83) 19.19/7.02 new_esEs30(vwx30000, vwx310000, app(app(app(ty_@3, beb), bec), bed)) -> new_esEs13(vwx30000, vwx310000, beb, bec, bed) 19.19/7.02 new_primCompAux00(vwx20, vwx21, EQ, app(app(app(ty_@3, bb), bc), bd)) -> new_compare6(vwx20, vwx21, bb, bc, bd) 19.19/7.02 new_lt21(vwx530, vwx540, ty_Bool) -> new_lt5(vwx530, vwx540) 19.19/7.02 new_ltEs9(Just(vwx530), Just(vwx540), ty_@0) -> new_ltEs7(vwx530, vwx540) 19.19/7.02 new_ltEs16(GT, EQ) -> False 19.19/7.02 new_esEs5(vwx3001, vwx31001, app(ty_Maybe, chd)) -> new_esEs18(vwx3001, vwx31001, chd) 19.19/7.02 new_esEs7(vwx3000, vwx31000, app(app(ty_Either, dgb), dgc)) -> new_esEs15(vwx3000, vwx31000, dgb, dgc) 19.19/7.02 new_esEs39(vwx91, vwx93, ty_Float) -> new_esEs12(vwx91, vwx93) 19.19/7.02 new_lt6(vwx78, vwx81, ty_Char) -> new_lt9(vwx78, vwx81) 19.19/7.02 new_ltEs12(Right(vwx530), Right(vwx540), cbc, ty_Double) -> new_ltEs15(vwx530, vwx540) 19.19/7.02 new_ltEs22(vwx532, vwx542, ty_@0) -> new_ltEs7(vwx532, vwx542) 19.19/7.02 new_ltEs21(vwx60, vwx61, app(ty_Maybe, eeh)) -> new_ltEs9(vwx60, vwx61, eeh) 19.19/7.02 new_ltEs19(vwx53, vwx54, ty_Char) -> new_ltEs6(vwx53, vwx54) 19.19/7.02 new_esEs36(vwx530, vwx540, app(app(ty_@2, efh), ega)) -> new_esEs23(vwx530, vwx540, efh, ega) 19.19/7.02 new_esEs30(vwx30000, vwx310000, ty_Double) -> new_esEs19(vwx30000, vwx310000) 19.19/7.02 new_compare4(vwx300, vwx3100, app(ty_Maybe, dbe)) -> new_compare10(vwx300, vwx3100, dbe) 19.19/7.02 new_lt12(vwx78, vwx81, gd) -> new_esEs24(new_compare10(vwx78, vwx81, gd), LT) 19.19/7.02 new_fsEs(vwx170) -> new_not(new_esEs24(vwx170, GT)) 19.19/7.02 new_esEs20(False, True) -> False 19.19/7.02 new_esEs20(True, False) -> False 19.19/7.02 new_ltEs18(vwx53, vwx54, ccf) -> new_fsEs(new_compare18(vwx53, vwx54, ccf)) 19.19/7.02 new_ltEs12(Left(vwx530), Left(vwx540), app(ty_[], cbb), cac) -> new_ltEs18(vwx530, vwx540, cbb) 19.19/7.02 new_esEs32(vwx30002, vwx310002, ty_@0) -> new_esEs14(vwx30002, vwx310002) 19.19/7.02 new_compare11(False, True) -> LT 19.19/7.02 new_esEs27(vwx30001, vwx310001, ty_Int) -> new_esEs16(vwx30001, vwx310001) 19.19/7.02 new_lt23(vwx91, vwx93, app(ty_[], ffb)) -> new_lt19(vwx91, vwx93, ffb) 19.19/7.02 new_ltEs24(vwx92, vwx94, app(app(app(ty_@3, ffc), ffd), ffe)) -> new_ltEs5(vwx92, vwx94, ffc, ffd, ffe) 19.19/7.02 new_esEs38(vwx530, vwx540, ty_Ordering) -> new_esEs24(vwx530, vwx540) 19.19/7.02 new_compare6(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), cfh, cga, cgb) -> new_compare25(vwx3000, vwx3001, vwx3002, vwx31000, vwx31001, vwx31002, new_asAs(new_esEs4(vwx3000, vwx31000, cfh), new_asAs(new_esEs5(vwx3001, vwx31001, cga), new_esEs6(vwx3002, vwx31002, cgb))), cfh, cga, cgb) 19.19/7.02 new_ltEs24(vwx92, vwx94, ty_Double) -> new_ltEs15(vwx92, vwx94) 19.19/7.02 new_esEs37(vwx531, vwx541, ty_@0) -> new_esEs14(vwx531, vwx541) 19.19/7.02 new_ltEs16(LT, LT) -> True 19.19/7.02 new_primCompAux00(vwx20, vwx21, EQ, ty_Int) -> new_compare5(vwx20, vwx21) 19.19/7.02 new_esEs29(vwx79, vwx82, app(app(ty_@2, hd), he)) -> new_esEs23(vwx79, vwx82, hd, he) 19.19/7.02 new_compare16(LT, GT) -> LT 19.19/7.02 new_esEs27(vwx30001, vwx310001, ty_Float) -> new_esEs12(vwx30001, vwx310001) 19.19/7.02 new_lt20(vwx531, vwx541, ty_Float) -> new_lt4(vwx531, vwx541) 19.19/7.02 new_esEs29(vwx79, vwx82, app(ty_Ratio, baa)) -> new_esEs25(vwx79, vwx82, baa) 19.19/7.02 new_esEs11(vwx3000, vwx31000, app(ty_Maybe, cfb)) -> new_esEs18(vwx3000, vwx31000, cfb) 19.19/7.02 new_esEs33(vwx30000, vwx310000, ty_Integer) -> new_esEs17(vwx30000, vwx310000) 19.19/7.02 new_primCompAux00(vwx20, vwx21, EQ, ty_Char) -> new_compare7(vwx20, vwx21) 19.19/7.02 new_lt13(vwx78, vwx81) -> new_esEs24(new_compare5(vwx78, vwx81), LT) 19.19/7.02 new_lt7(vwx79, vwx82, ty_Ordering) -> new_lt18(vwx79, vwx82) 19.19/7.02 new_esEs7(vwx3000, vwx31000, app(ty_[], dge)) -> new_esEs22(vwx3000, vwx31000, dge) 19.19/7.02 new_esEs15(Left(vwx30000), Left(vwx310000), ty_Ordering, cgd) -> new_esEs24(vwx30000, vwx310000) 19.19/7.02 new_esEs7(vwx3000, vwx31000, ty_Char) -> new_esEs21(vwx3000, vwx31000) 19.19/7.02 new_esEs24(LT, LT) -> True 19.19/7.02 new_esEs33(vwx30000, vwx310000, ty_Ordering) -> new_esEs24(vwx30000, vwx310000) 19.19/7.02 new_primCompAux00(vwx20, vwx21, EQ, ty_Double) -> new_compare15(vwx20, vwx21) 19.19/7.02 new_esEs9(vwx3000, vwx31000, ty_Int) -> new_esEs16(vwx3000, vwx31000) 19.19/7.02 new_ltEs21(vwx60, vwx61, ty_Integer) -> new_ltEs14(vwx60, vwx61) 19.19/7.02 new_primCmpNat0(Succ(vwx30000), Zero) -> GT 19.19/7.02 new_primCompAux00(vwx20, vwx21, EQ, app(ty_Ratio, cb)) -> new_compare13(vwx20, vwx21, cb) 19.19/7.02 new_esEs27(vwx30001, vwx310001, ty_@0) -> new_esEs14(vwx30001, vwx310001) 19.19/7.02 new_pePe(False, vwx169) -> vwx169 19.19/7.02 new_esEs15(Right(vwx30000), Right(vwx310000), cgc, ty_Char) -> new_esEs21(vwx30000, vwx310000) 19.19/7.02 new_esEs20(False, False) -> True 19.19/7.02 new_esEs28(vwx78, vwx81, app(ty_[], gh)) -> new_esEs22(vwx78, vwx81, gh) 19.19/7.02 new_esEs29(vwx79, vwx82, ty_Float) -> new_esEs12(vwx79, vwx82) 19.19/7.02 new_esEs38(vwx530, vwx540, app(app(ty_Either, fca), fcb)) -> new_esEs15(vwx530, vwx540, fca, fcb) 19.19/7.02 new_ltEs22(vwx532, vwx542, app(ty_Ratio, fba)) -> new_ltEs13(vwx532, vwx542, fba) 19.19/7.02 new_ltEs22(vwx532, vwx542, ty_Double) -> new_ltEs15(vwx532, vwx542) 19.19/7.02 new_lt7(vwx79, vwx82, app(app(ty_Either, hg), hh)) -> new_lt14(vwx79, vwx82, hg, hh) 19.19/7.02 new_ltEs16(LT, GT) -> True 19.19/7.02 new_esEs8(vwx3001, vwx31001, ty_Float) -> new_esEs12(vwx3001, vwx31001) 19.19/7.02 new_esEs4(vwx3000, vwx31000, ty_Char) -> new_esEs21(vwx3000, vwx31000) 19.19/7.02 new_ltEs24(vwx92, vwx94, app(ty_Ratio, fgc)) -> new_ltEs13(vwx92, vwx94, fgc) 19.19/7.02 new_ltEs4(vwx80, vwx83, app(ty_Maybe, bah)) -> new_ltEs9(vwx80, vwx83, bah) 19.19/7.02 new_ltEs16(LT, EQ) -> True 19.19/7.02 new_ltEs16(EQ, LT) -> False 19.19/7.02 new_esEs21(Char(vwx30000), Char(vwx310000)) -> new_primEqNat0(vwx30000, vwx310000) 19.19/7.02 new_esEs28(vwx78, vwx81, app(app(app(ty_@3, fg), fh), ga)) -> new_esEs13(vwx78, vwx81, fg, fh, ga) 19.19/7.02 new_primEqInt(Pos(Zero), Neg(Succ(vwx3100000))) -> False 19.19/7.02 new_primEqInt(Neg(Zero), Pos(Succ(vwx3100000))) -> False 19.19/7.02 new_esEs5(vwx3001, vwx31001, ty_Bool) -> new_esEs20(vwx3001, vwx31001) 19.19/7.02 new_esEs7(vwx3000, vwx31000, ty_Double) -> new_esEs19(vwx3000, vwx31000) 19.19/7.02 new_compare4(vwx300, vwx3100, ty_Float) -> new_compare17(vwx300, vwx3100) 19.19/7.02 new_lt22(vwx530, vwx540, app(app(ty_@2, fbf), fbg)) -> new_lt11(vwx530, vwx540, fbf, fbg) 19.19/7.02 new_esEs26(vwx30000, vwx310000, ty_Bool) -> new_esEs20(vwx30000, vwx310000) 19.19/7.02 new_compare12(Right(vwx3000), Left(vwx31000), cda, cdb) -> GT 19.19/7.02 new_compare11(True, True) -> EQ 19.19/7.02 new_compare26(vwx60, vwx61, False, eea, eeb) -> new_compare114(vwx60, vwx61, new_ltEs21(vwx60, vwx61, eea), eea, eeb) 19.19/7.02 new_lt23(vwx91, vwx93, ty_Integer) -> new_lt16(vwx91, vwx93) 19.19/7.02 new_compare111(vwx158, vwx159, vwx160, vwx161, True, vwx163, bbh, bca) -> new_compare112(vwx158, vwx159, vwx160, vwx161, True, bbh, bca) 19.19/7.02 new_esEs4(vwx3000, vwx31000, app(app(ty_Either, cgc), cgd)) -> new_esEs15(vwx3000, vwx31000, cgc, cgd) 19.19/7.02 new_ltEs16(GT, LT) -> False 19.19/7.02 new_ltEs12(Left(vwx530), Left(vwx540), app(app(ty_Either, cag), cah), cac) -> new_ltEs12(vwx530, vwx540, cag, cah) 19.19/7.02 new_esEs34(vwx30000, vwx310000, ty_Int) -> new_esEs16(vwx30000, vwx310000) 19.19/7.02 new_compare16(EQ, EQ) -> EQ 19.19/7.02 new_lt22(vwx530, vwx540, ty_@0) -> new_lt10(vwx530, vwx540) 19.19/7.02 new_compare12(Right(vwx3000), Right(vwx31000), cda, cdb) -> new_compare27(vwx3000, vwx31000, new_esEs11(vwx3000, vwx31000, cdb), cda, cdb) 19.19/7.02 new_ltEs12(Right(vwx530), Right(vwx540), cbc, app(app(app(ty_@3, cbd), cbe), cbf)) -> new_ltEs5(vwx530, vwx540, cbd, cbe, cbf) 19.19/7.02 new_compare114(vwx121, vwx122, False, ccg, cch) -> GT 19.19/7.02 new_esEs27(vwx30001, vwx310001, app(ty_Ratio, fb)) -> new_esEs25(vwx30001, vwx310001, fb) 19.19/7.02 new_esEs38(vwx530, vwx540, app(ty_[], fcd)) -> new_esEs22(vwx530, vwx540, fcd) 19.19/7.02 new_compare5(vwx300, vwx3100) -> new_primCmpInt(vwx300, vwx3100) 19.19/7.02 new_esEs23(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), cd, ce) -> new_asAs(new_esEs26(vwx30000, vwx310000, cd), new_esEs27(vwx30001, vwx310001, ce)) 19.19/7.02 new_esEs6(vwx3002, vwx31002, ty_@0) -> new_esEs14(vwx3002, vwx31002) 19.19/7.02 new_esEs38(vwx530, vwx540, ty_Char) -> new_esEs21(vwx530, vwx540) 19.19/7.02 new_esEs28(vwx78, vwx81, ty_Bool) -> new_esEs20(vwx78, vwx81) 19.19/7.02 new_ltEs12(Right(vwx530), Right(vwx540), cbc, app(app(ty_@2, cbg), cbh)) -> new_ltEs8(vwx530, vwx540, cbg, cbh) 19.19/7.02 new_primPlusNat0(Zero, vwx3100100) -> Succ(vwx3100100) 19.19/7.02 new_ltEs19(vwx53, vwx54, app(ty_[], ccf)) -> new_ltEs18(vwx53, vwx54, ccf) 19.19/7.02 new_ltEs20(vwx67, vwx68, ty_@0) -> new_ltEs7(vwx67, vwx68) 19.19/7.02 new_esEs8(vwx3001, vwx31001, app(ty_Maybe, dhf)) -> new_esEs18(vwx3001, vwx31001, dhf) 19.19/7.02 new_esEs18(Just(vwx30000), Just(vwx310000), app(app(ty_@2, bdd), bde)) -> new_esEs23(vwx30000, vwx310000, bdd, bde) 19.19/7.02 new_esEs29(vwx79, vwx82, app(ty_Maybe, hf)) -> new_esEs18(vwx79, vwx82, hf) 19.19/7.02 new_esEs32(vwx30002, vwx310002, ty_Double) -> new_esEs19(vwx30002, vwx310002) 19.19/7.02 new_esEs15(Left(vwx30000), Left(vwx310000), app(ty_[], ecc), cgd) -> new_esEs22(vwx30000, vwx310000, ecc) 19.19/7.02 new_esEs11(vwx3000, vwx31000, app(app(ty_@2, cfd), cfe)) -> new_esEs23(vwx3000, vwx31000, cfd, cfe) 19.19/7.02 new_esEs15(Left(vwx30000), Left(vwx310000), app(app(app(ty_@3, ebe), ebf), ebg), cgd) -> new_esEs13(vwx30000, vwx310000, ebe, ebf, ebg) 19.19/7.02 new_esEs15(Right(vwx30000), Right(vwx310000), cgc, ty_@0) -> new_esEs14(vwx30000, vwx310000) 19.19/7.02 new_esEs31(vwx30001, vwx310001, app(ty_Maybe, bga)) -> new_esEs18(vwx30001, vwx310001, bga) 19.19/7.02 new_esEs16(vwx3000, vwx31000) -> new_primEqInt(vwx3000, vwx31000) 19.19/7.02 new_ltEs16(EQ, GT) -> True 19.19/7.02 new_esEs38(vwx530, vwx540, ty_Bool) -> new_esEs20(vwx530, vwx540) 19.19/7.02 new_ltEs16(EQ, EQ) -> True 19.19/7.02 new_esEs5(vwx3001, vwx31001, ty_Integer) -> new_esEs17(vwx3001, vwx31001) 19.19/7.02 new_ltEs19(vwx53, vwx54, ty_Integer) -> new_ltEs14(vwx53, vwx54) 19.19/7.02 new_esEs30(vwx30000, vwx310000, app(ty_[], beh)) -> new_esEs22(vwx30000, vwx310000, beh) 19.19/7.02 new_ltEs4(vwx80, vwx83, ty_Integer) -> new_ltEs14(vwx80, vwx83) 19.19/7.02 new_esEs4(vwx3000, vwx31000, app(ty_[], cge)) -> new_esEs22(vwx3000, vwx31000, cge) 19.19/7.02 new_esEs37(vwx531, vwx541, app(ty_Ratio, ehg)) -> new_esEs25(vwx531, vwx541, ehg) 19.19/7.02 new_esEs38(vwx530, vwx540, app(app(app(ty_@3, fbc), fbd), fbe)) -> new_esEs13(vwx530, vwx540, fbc, fbd, fbe) 19.19/7.02 new_esEs8(vwx3001, vwx31001, app(app(ty_@2, dhh), eaa)) -> new_esEs23(vwx3001, vwx31001, dhh, eaa) 19.19/7.02 new_esEs28(vwx78, vwx81, app(app(ty_Either, ge), gf)) -> new_esEs15(vwx78, vwx81, ge, gf) 19.19/7.02 new_esEs31(vwx30001, vwx310001, ty_Float) -> new_esEs12(vwx30001, vwx310001) 19.19/7.02 new_esEs30(vwx30000, vwx310000, ty_Ordering) -> new_esEs24(vwx30000, vwx310000) 19.19/7.02 new_esEs30(vwx30000, vwx310000, ty_@0) -> new_esEs14(vwx30000, vwx310000) 19.19/7.02 new_esEs7(vwx3000, vwx31000, ty_Integer) -> new_esEs17(vwx3000, vwx31000) 19.19/7.02 new_esEs37(vwx531, vwx541, app(app(app(ty_@3, egg), egh), eha)) -> new_esEs13(vwx531, vwx541, egg, egh, eha) 19.19/7.02 new_esEs30(vwx30000, vwx310000, ty_Integer) -> new_esEs17(vwx30000, vwx310000) 19.19/7.02 new_esEs4(vwx3000, vwx31000, ty_@0) -> new_esEs14(vwx3000, vwx31000) 19.19/7.02 new_ltEs4(vwx80, vwx83, app(app(ty_Either, bba), bbb)) -> new_ltEs12(vwx80, vwx83, bba, bbb) 19.19/7.02 new_esEs22(:(vwx30000, vwx30001), [], cge) -> False 19.19/7.02 new_esEs22([], :(vwx310000, vwx310001), cge) -> False 19.19/7.02 new_ltEs12(Left(vwx530), Left(vwx540), ty_Ordering, cac) -> new_ltEs16(vwx530, vwx540) 19.19/7.02 new_ltEs20(vwx67, vwx68, ty_Ordering) -> new_ltEs16(vwx67, vwx68) 19.19/7.02 new_ltEs21(vwx60, vwx61, app(ty_[], efd)) -> new_ltEs18(vwx60, vwx61, efd) 19.19/7.02 new_ltEs23(vwx531, vwx541, ty_Int) -> new_ltEs11(vwx531, vwx541) 19.19/7.02 new_esEs18(Nothing, Nothing, bcd) -> True 19.19/7.02 new_lt6(vwx78, vwx81, ty_@0) -> new_lt10(vwx78, vwx81) 19.19/7.02 new_ltEs20(vwx67, vwx68, app(app(ty_@2, deh), dfa)) -> new_ltEs8(vwx67, vwx68, deh, dfa) 19.19/7.02 new_primMulInt(Neg(vwx30000), Neg(vwx310010)) -> Pos(new_primMulNat0(vwx30000, vwx310010)) 19.19/7.02 new_primCmpInt(Pos(Zero), Pos(Succ(vwx310000))) -> new_primCmpNat0(Zero, Succ(vwx310000)) 19.19/7.02 new_esEs18(Nothing, Just(vwx310000), bcd) -> False 19.19/7.02 new_esEs18(Just(vwx30000), Nothing, bcd) -> False 19.19/7.02 new_esEs33(vwx30000, vwx310000, app(app(ty_@2, ebb), ebc)) -> new_esEs23(vwx30000, vwx310000, ebb, ebc) 19.19/7.02 new_esEs6(vwx3002, vwx31002, ty_Float) -> new_esEs12(vwx3002, vwx31002) 19.19/7.02 new_lt21(vwx530, vwx540, app(ty_Maybe, egb)) -> new_lt12(vwx530, vwx540, egb) 19.19/7.02 new_esEs15(Left(vwx30000), Left(vwx310000), ty_Double, cgd) -> new_esEs19(vwx30000, vwx310000) 19.19/7.02 new_esEs28(vwx78, vwx81, ty_Char) -> new_esEs21(vwx78, vwx81) 19.19/7.02 new_compare115(vwx114, vwx115, True, cfg) -> LT 19.19/7.02 new_esEs15(Left(vwx30000), Left(vwx310000), app(app(ty_@2, ecd), ece), cgd) -> new_esEs23(vwx30000, vwx310000, ecd, ece) 19.19/7.02 new_ltEs12(Left(vwx530), Left(vwx540), ty_@0, cac) -> new_ltEs7(vwx530, vwx540) 19.19/7.02 new_esEs9(vwx3000, vwx31000, ty_Double) -> new_esEs19(vwx3000, vwx31000) 19.19/7.02 new_esEs26(vwx30000, vwx310000, app(ty_Ratio, dh)) -> new_esEs25(vwx30000, vwx310000, dh) 19.19/7.02 new_compare113(vwx131, vwx132, True, bcb, bcc) -> LT 19.19/7.02 new_esEs7(vwx3000, vwx31000, ty_@0) -> new_esEs14(vwx3000, vwx31000) 19.19/7.02 new_ltEs9(Just(vwx530), Just(vwx540), app(app(app(ty_@3, dcb), dcc), dcd)) -> new_ltEs5(vwx530, vwx540, dcb, dcc, dcd) 19.19/7.02 new_ltEs5(@3(vwx530, vwx531, vwx532), @3(vwx540, vwx541, vwx542), dde, ddf, ddg) -> new_pePe(new_lt21(vwx530, vwx540, dde), new_asAs(new_esEs36(vwx530, vwx540, dde), new_pePe(new_lt20(vwx531, vwx541, ddf), new_asAs(new_esEs37(vwx531, vwx541, ddf), new_ltEs22(vwx532, vwx542, ddg))))) 19.19/7.02 new_ltEs6(vwx53, vwx54) -> new_fsEs(new_compare7(vwx53, vwx54)) 19.19/7.02 new_primMulInt(Pos(vwx30000), Neg(vwx310010)) -> Neg(new_primMulNat0(vwx30000, vwx310010)) 19.19/7.02 new_primMulInt(Neg(vwx30000), Pos(vwx310010)) -> Neg(new_primMulNat0(vwx30000, vwx310010)) 19.19/7.02 new_ltEs12(Right(vwx530), Right(vwx540), cbc, app(app(ty_Either, ccb), ccc)) -> new_ltEs12(vwx530, vwx540, ccb, ccc) 19.19/7.02 new_lt21(vwx530, vwx540, app(app(ty_@2, efh), ega)) -> new_lt11(vwx530, vwx540, efh, ega) 19.19/7.02 new_esEs28(vwx78, vwx81, app(ty_Maybe, gd)) -> new_esEs18(vwx78, vwx81, gd) 19.19/7.02 new_ltEs12(Right(vwx530), Left(vwx540), cbc, cac) -> False 19.19/7.02 new_esEs6(vwx3002, vwx31002, ty_Double) -> new_esEs19(vwx3002, vwx31002) 19.19/7.02 new_esEs15(Right(vwx30000), Right(vwx310000), cgc, app(ty_Ratio, edh)) -> new_esEs25(vwx30000, vwx310000, edh) 19.19/7.02 new_ltEs12(Left(vwx530), Left(vwx540), ty_Float, cac) -> new_ltEs17(vwx530, vwx540) 19.19/7.02 new_esEs9(vwx3000, vwx31000, ty_Ordering) -> new_esEs24(vwx3000, vwx31000) 19.19/7.02 new_primCompAux00(vwx20, vwx21, EQ, app(ty_[], cc)) -> new_compare18(vwx20, vwx21, cc) 19.19/7.02 new_esEs8(vwx3001, vwx31001, ty_Int) -> new_esEs16(vwx3001, vwx31001) 19.19/7.02 new_min11(vwx10, vwx11, vwx12, vwx13, dbh) -> :(vwx10, vwx11) 19.19/7.02 new_ltEs22(vwx532, vwx542, app(app(app(ty_@3, faa), fab), fac)) -> new_ltEs5(vwx532, vwx542, faa, fab, fac) 19.19/7.02 new_lt21(vwx530, vwx540, app(ty_[], egf)) -> new_lt19(vwx530, vwx540, egf) 19.19/7.02 new_esEs8(vwx3001, vwx31001, ty_Bool) -> new_esEs20(vwx3001, vwx31001) 19.19/7.02 new_ltEs23(vwx531, vwx541, ty_Ordering) -> new_ltEs16(vwx531, vwx541) 19.19/7.02 new_compare110(vwx143, vwx144, vwx145, vwx146, vwx147, vwx148, False, bbe, bbf, bbg) -> GT 19.19/7.02 new_sr0(Integer(vwx30000), Integer(vwx310010)) -> Integer(new_primMulInt(vwx30000, vwx310010)) 19.19/7.02 new_ltEs20(vwx67, vwx68, ty_Integer) -> new_ltEs14(vwx67, vwx68) 19.19/7.02 new_min10(vwx10, vwx11, vwx12, vwx13, GT, dbh) -> :(vwx12, vwx13) 19.19/7.02 new_esEs28(vwx78, vwx81, ty_@0) -> new_esEs14(vwx78, vwx81) 19.19/7.02 new_esEs6(vwx3002, vwx31002, app(app(app(ty_@3, daa), dab), dac)) -> new_esEs13(vwx3002, vwx31002, daa, dab, dac) 19.19/7.02 new_ltEs21(vwx60, vwx61, app(ty_Ratio, efc)) -> new_ltEs13(vwx60, vwx61, efc) 19.19/7.02 new_esEs9(vwx3000, vwx31000, ty_Float) -> new_esEs12(vwx3000, vwx31000) 19.19/7.02 new_ltEs21(vwx60, vwx61, ty_Bool) -> new_ltEs10(vwx60, vwx61) 19.19/7.02 new_ltEs9(Nothing, Just(vwx540), dca) -> True 19.19/7.02 new_compare4(vwx300, vwx3100, app(ty_Ratio, dbf)) -> new_compare13(vwx300, vwx3100, dbf) 19.19/7.02 new_ltEs21(vwx60, vwx61, app(app(ty_Either, efa), efb)) -> new_ltEs12(vwx60, vwx61, efa, efb) 19.19/7.02 new_asAs(True, vwx109) -> vwx109 19.19/7.02 new_esEs4(vwx3000, vwx31000, ty_Bool) -> new_esEs20(vwx3000, vwx31000) 19.19/7.02 new_ltEs22(vwx532, vwx542, ty_Int) -> new_ltEs11(vwx532, vwx542) 19.19/7.02 new_lt7(vwx79, vwx82, app(ty_Maybe, hf)) -> new_lt12(vwx79, vwx82, hf) 19.19/7.02 new_esEs26(vwx30000, vwx310000, ty_Ordering) -> new_esEs24(vwx30000, vwx310000) 19.19/7.02 new_ltEs12(Right(vwx530), Right(vwx540), cbc, ty_Int) -> new_ltEs11(vwx530, vwx540) 19.19/7.02 new_ltEs23(vwx531, vwx541, ty_Char) -> new_ltEs6(vwx531, vwx541) 19.19/7.02 new_esEs26(vwx30000, vwx310000, ty_Integer) -> new_esEs17(vwx30000, vwx310000) 19.19/7.02 new_ltEs19(vwx53, vwx54, ty_Double) -> new_ltEs15(vwx53, vwx54) 19.19/7.02 new_ltEs9(Just(vwx530), Just(vwx540), ty_Int) -> new_ltEs11(vwx530, vwx540) 19.19/7.02 new_esEs33(vwx30000, vwx310000, app(ty_[], eba)) -> new_esEs22(vwx30000, vwx310000, eba) 19.19/7.02 new_lt22(vwx530, vwx540, ty_Int) -> new_lt13(vwx530, vwx540) 19.19/7.02 new_ltEs23(vwx531, vwx541, app(ty_Maybe, fdb)) -> new_ltEs9(vwx531, vwx541, fdb) 19.19/7.02 new_esEs9(vwx3000, vwx31000, app(ty_Ratio, fhf)) -> new_esEs25(vwx3000, vwx31000, fhf) 19.19/7.02 new_esEs27(vwx30001, vwx310001, app(app(ty_Either, ed), ee)) -> new_esEs15(vwx30001, vwx310001, ed, ee) 19.19/7.02 new_sr(vwx3000, vwx31001) -> new_primMulInt(vwx3000, vwx31001) 19.19/7.02 new_ltEs16(GT, GT) -> True 19.19/7.02 new_compare10(Nothing, Nothing, dbe) -> EQ 19.19/7.02 new_primMulNat0(Zero, Zero) -> Zero 19.19/7.02 new_ltEs10(True, True) -> True 19.19/7.02 new_esEs4(vwx3000, vwx31000, ty_Int) -> new_esEs16(vwx3000, vwx31000) 19.19/7.02 new_ltEs4(vwx80, vwx83, app(app(app(ty_@3, bac), bad), bae)) -> new_ltEs5(vwx80, vwx83, bac, bad, bae) 19.19/7.02 new_compare17(Float(vwx3000, Neg(vwx30010)), Float(vwx31000, Neg(vwx310010))) -> new_compare5(new_sr(vwx3000, Neg(vwx310010)), new_sr(Neg(vwx30010), vwx31000)) 19.19/7.02 new_lt23(vwx91, vwx93, app(ty_Maybe, fef)) -> new_lt12(vwx91, vwx93, fef) 19.19/7.02 new_ltEs22(vwx532, vwx542, app(ty_Maybe, faf)) -> new_ltEs9(vwx532, vwx542, faf) 19.19/7.02 new_esEs37(vwx531, vwx541, ty_Double) -> new_esEs19(vwx531, vwx541) 19.19/7.02 new_esEs26(vwx30000, vwx310000, app(app(ty_Either, db), dc)) -> new_esEs15(vwx30000, vwx310000, db, dc) 19.19/7.02 new_ltEs19(vwx53, vwx54, app(ty_Ratio, deb)) -> new_ltEs13(vwx53, vwx54, deb) 19.19/7.02 new_esEs26(vwx30000, vwx310000, ty_Char) -> new_esEs21(vwx30000, vwx310000) 19.19/7.02 new_compare4(vwx300, vwx3100, app(ty_[], dbg)) -> new_compare18(vwx300, vwx3100, dbg) 19.19/7.02 new_lt20(vwx531, vwx541, app(ty_Ratio, ehg)) -> new_lt15(vwx531, vwx541, ehg) 19.19/7.02 new_ltEs4(vwx80, vwx83, ty_Bool) -> new_ltEs10(vwx80, vwx83) 19.19/7.02 new_ltEs19(vwx53, vwx54, app(app(ty_Either, cbc), cac)) -> new_ltEs12(vwx53, vwx54, cbc, cac) 19.19/7.02 new_esEs26(vwx30000, vwx310000, ty_Float) -> new_esEs12(vwx30000, vwx310000) 19.19/7.02 new_esEs24(EQ, GT) -> False 19.19/7.02 new_esEs24(GT, EQ) -> False 19.19/7.02 new_compare16(EQ, GT) -> LT 19.19/7.02 new_esEs37(vwx531, vwx541, app(ty_[], ehh)) -> new_esEs22(vwx531, vwx541, ehh) 19.19/7.02 new_esEs32(vwx30002, vwx310002, app(ty_[], bhd)) -> new_esEs22(vwx30002, vwx310002, bhd) 19.19/7.02 new_esEs5(vwx3001, vwx31001, app(app(app(ty_@3, cgg), cgh), cha)) -> new_esEs13(vwx3001, vwx31001, cgg, cgh, cha) 19.19/7.02 new_compare4(vwx300, vwx3100, ty_Double) -> new_compare15(vwx300, vwx3100) 19.19/7.02 new_esEs6(vwx3002, vwx31002, app(app(ty_@2, dah), dba)) -> new_esEs23(vwx3002, vwx31002, dah, dba) 19.19/7.02 new_primEqInt(Neg(Succ(vwx300000)), Neg(Zero)) -> False 19.19/7.02 new_primEqInt(Neg(Zero), Neg(Succ(vwx3100000))) -> False 19.19/7.02 new_ltEs4(vwx80, vwx83, app(ty_[], bbd)) -> new_ltEs18(vwx80, vwx83, bbd) 19.19/7.02 new_ltEs20(vwx67, vwx68, app(app(ty_Either, dfc), dfd)) -> new_ltEs12(vwx67, vwx68, dfc, dfd) 19.19/7.02 new_ltEs20(vwx67, vwx68, app(ty_Ratio, dfe)) -> new_ltEs13(vwx67, vwx68, dfe) 19.19/7.02 new_primEqInt(Pos(Succ(vwx300000)), Pos(Succ(vwx3100000))) -> new_primEqNat0(vwx300000, vwx3100000) 19.19/7.02 new_esEs39(vwx91, vwx93, ty_Int) -> new_esEs16(vwx91, vwx93) 19.19/7.02 new_ltEs24(vwx92, vwx94, ty_Char) -> new_ltEs6(vwx92, vwx94) 19.19/7.02 new_min10(vwx10, vwx11, vwx12, vwx13, LT, dbh) -> new_min11(vwx10, vwx11, vwx12, vwx13, dbh) 19.19/7.02 new_esEs15(Right(vwx30000), Right(vwx310000), cgc, ty_Int) -> new_esEs16(vwx30000, vwx310000) 19.19/7.02 new_ltEs4(vwx80, vwx83, ty_Double) -> new_ltEs15(vwx80, vwx83) 19.19/7.02 new_primEqInt(Pos(Succ(vwx300000)), Neg(vwx310000)) -> False 19.19/7.02 new_primEqInt(Neg(Succ(vwx300000)), Pos(vwx310000)) -> False 19.19/7.02 new_lt20(vwx531, vwx541, app(app(ty_@2, ehb), ehc)) -> new_lt11(vwx531, vwx541, ehb, ehc) 19.19/7.02 new_lt21(vwx530, vwx540, app(ty_Ratio, ege)) -> new_lt15(vwx530, vwx540, ege) 19.19/7.02 new_primCmpInt(Neg(Zero), Neg(Succ(vwx310000))) -> new_primCmpNat0(Succ(vwx310000), Zero) 19.19/7.02 new_esEs13(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), bdg, bdh, bea) -> new_asAs(new_esEs30(vwx30000, vwx310000, bdg), new_asAs(new_esEs31(vwx30001, vwx310001, bdh), new_esEs32(vwx30002, vwx310002, bea))) 19.19/7.02 new_esEs9(vwx3000, vwx31000, ty_Integer) -> new_esEs17(vwx3000, vwx31000) 19.19/7.02 new_esEs5(vwx3001, vwx31001, app(ty_Ratio, chh)) -> new_esEs25(vwx3001, vwx31001, chh) 19.19/7.02 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 19.19/7.02 new_ltEs22(vwx532, vwx542, ty_Ordering) -> new_ltEs16(vwx532, vwx542) 19.19/7.02 new_lt20(vwx531, vwx541, app(ty_[], ehh)) -> new_lt19(vwx531, vwx541, ehh) 19.19/7.02 new_lt7(vwx79, vwx82, ty_Double) -> new_lt17(vwx79, vwx82) 19.19/7.02 new_ltEs22(vwx532, vwx542, ty_Char) -> new_ltEs6(vwx532, vwx542) 19.19/7.02 new_lt7(vwx79, vwx82, app(ty_Ratio, baa)) -> new_lt15(vwx79, vwx82, baa) 19.19/7.02 new_primCompAux00(vwx20, vwx21, LT, ba) -> LT 19.19/7.02 new_esEs7(vwx3000, vwx31000, ty_Bool) -> new_esEs20(vwx3000, vwx31000) 19.19/7.02 new_esEs7(vwx3000, vwx31000, app(app(app(ty_@3, dfg), dfh), dga)) -> new_esEs13(vwx3000, vwx31000, dfg, dfh, dga) 19.19/7.02 new_esEs39(vwx91, vwx93, app(app(ty_@2, fed), fee)) -> new_esEs23(vwx91, vwx93, fed, fee) 19.19/7.02 new_ltEs24(vwx92, vwx94, app(app(ty_Either, fga), fgb)) -> new_ltEs12(vwx92, vwx94, fga, fgb) 19.19/7.02 new_esEs6(vwx3002, vwx31002, app(ty_Ratio, dbb)) -> new_esEs25(vwx3002, vwx31002, dbb) 19.19/7.02 new_lt21(vwx530, vwx540, ty_Int) -> new_lt13(vwx530, vwx540) 19.19/7.02 new_esEs11(vwx3000, vwx31000, app(ty_[], cfc)) -> new_esEs22(vwx3000, vwx31000, cfc) 19.19/7.02 new_lt23(vwx91, vwx93, ty_Int) -> new_lt13(vwx91, vwx93) 19.19/7.02 new_not(False) -> True 19.19/7.02 new_lt6(vwx78, vwx81, ty_Int) -> new_lt13(vwx78, vwx81) 19.19/7.02 new_ltEs9(Just(vwx530), Just(vwx540), ty_Double) -> new_ltEs15(vwx530, vwx540) 19.19/7.02 new_esEs36(vwx530, vwx540, app(ty_[], egf)) -> new_esEs22(vwx530, vwx540, egf) 19.19/7.02 new_ltEs22(vwx532, vwx542, app(app(ty_Either, fag), fah)) -> new_ltEs12(vwx532, vwx542, fag, fah) 19.19/7.02 new_ltEs22(vwx532, vwx542, ty_Bool) -> new_ltEs10(vwx532, vwx542) 19.19/7.02 new_esEs8(vwx3001, vwx31001, ty_@0) -> new_esEs14(vwx3001, vwx31001) 19.19/7.02 new_lt22(vwx530, vwx540, ty_Double) -> new_lt17(vwx530, vwx540) 19.19/7.02 new_ltEs23(vwx531, vwx541, app(app(app(ty_@3, fce), fcf), fcg)) -> new_ltEs5(vwx531, vwx541, fce, fcf, fcg) 19.19/7.02 new_esEs5(vwx3001, vwx31001, app(app(ty_@2, chf), chg)) -> new_esEs23(vwx3001, vwx31001, chf, chg) 19.19/7.02 new_esEs7(vwx3000, vwx31000, ty_Int) -> new_esEs16(vwx3000, vwx31000) 19.19/7.02 new_esEs27(vwx30001, vwx310001, app(ty_Maybe, ef)) -> new_esEs18(vwx30001, vwx310001, ef) 19.19/7.02 new_ltEs24(vwx92, vwx94, ty_Ordering) -> new_ltEs16(vwx92, vwx94) 19.19/7.02 new_ltEs23(vwx531, vwx541, ty_@0) -> new_ltEs7(vwx531, vwx541) 19.19/7.02 new_compare28(vwx53, vwx54, False, ddd) -> new_compare115(vwx53, vwx54, new_ltEs19(vwx53, vwx54, ddd), ddd) 19.19/7.02 new_lt11(vwx78, vwx81, gb, gc) -> new_esEs24(new_compare9(vwx78, vwx81, gb, gc), LT) 19.19/7.02 new_ltEs23(vwx531, vwx541, ty_Integer) -> new_ltEs14(vwx531, vwx541) 19.19/7.02 new_lt22(vwx530, vwx540, app(ty_Ratio, fcc)) -> new_lt15(vwx530, vwx540, fcc) 19.19/7.02 new_esEs9(vwx3000, vwx31000, app(app(ty_Either, fgh), fha)) -> new_esEs15(vwx3000, vwx31000, fgh, fha) 19.19/7.02 new_esEs9(vwx3000, vwx31000, app(app(app(ty_@3, fge), fgf), fgg)) -> new_esEs13(vwx3000, vwx31000, fge, fgf, fgg) 19.19/7.02 new_ltEs20(vwx67, vwx68, ty_Char) -> new_ltEs6(vwx67, vwx68) 19.19/7.02 new_esEs37(vwx531, vwx541, app(app(ty_@2, ehb), ehc)) -> new_esEs23(vwx531, vwx541, ehb, ehc) 19.19/7.02 new_lt7(vwx79, vwx82, app(ty_[], bab)) -> new_lt19(vwx79, vwx82, bab) 19.19/7.02 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 19.19/7.02 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 19.19/7.02 new_lt20(vwx531, vwx541, ty_Double) -> new_lt17(vwx531, vwx541) 19.19/7.02 new_ltEs9(Just(vwx530), Just(vwx540), app(ty_Ratio, ddb)) -> new_ltEs13(vwx530, vwx540, ddb) 19.19/7.02 new_esEs5(vwx3001, vwx31001, ty_Int) -> new_esEs16(vwx3001, vwx31001) 19.19/7.02 new_esEs5(vwx3001, vwx31001, ty_Double) -> new_esEs19(vwx3001, vwx31001) 19.19/7.02 new_lt22(vwx530, vwx540, app(ty_[], fcd)) -> new_lt19(vwx530, vwx540, fcd) 19.19/7.02 new_esEs38(vwx530, vwx540, ty_Double) -> new_esEs19(vwx530, vwx540) 19.19/7.02 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 19.19/7.02 new_primMulNat0(Succ(vwx300000), Succ(vwx3100100)) -> new_primPlusNat0(new_primMulNat0(vwx300000, Succ(vwx3100100)), vwx3100100) 19.19/7.02 new_esEs15(Right(vwx30000), Right(vwx310000), cgc, ty_Double) -> new_esEs19(vwx30000, vwx310000) 19.19/7.02 new_compare7(Char(vwx3000), Char(vwx31000)) -> new_primCmpNat0(vwx3000, vwx31000) 19.19/7.02 new_esEs15(Right(vwx30000), Right(vwx310000), cgc, app(app(ty_Either, edb), edc)) -> new_esEs15(vwx30000, vwx310000, edb, edc) 19.19/7.02 new_esEs15(Right(vwx30000), Right(vwx310000), cgc, app(app(app(ty_@3, ecg), ech), eda)) -> new_esEs13(vwx30000, vwx310000, ecg, ech, eda) 19.19/7.02 new_ltEs4(vwx80, vwx83, app(ty_Ratio, bbc)) -> new_ltEs13(vwx80, vwx83, bbc) 19.19/7.02 new_ltEs4(vwx80, vwx83, ty_Int) -> new_ltEs11(vwx80, vwx83) 19.19/7.02 new_compare29(vwx91, vwx92, vwx93, vwx94, True, fdg, fdh) -> EQ 19.19/7.02 new_ltEs12(Left(vwx530), Left(vwx540), app(ty_Maybe, caf), cac) -> new_ltEs9(vwx530, vwx540, caf) 19.19/7.02 new_compare11(False, False) -> EQ 19.19/7.02 new_ltEs24(vwx92, vwx94, ty_Integer) -> new_ltEs14(vwx92, vwx94) 19.19/7.02 new_lt6(vwx78, vwx81, app(ty_[], gh)) -> new_lt19(vwx78, vwx81, gh) 19.19/7.02 new_esEs9(vwx3000, vwx31000, ty_Char) -> new_esEs21(vwx3000, vwx31000) 19.19/7.02 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 19.19/7.02 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 19.19/7.02 new_compare8(@0, @0) -> EQ 19.19/7.02 new_lt10(vwx78, vwx81) -> new_esEs24(new_compare8(vwx78, vwx81), LT) 19.19/7.02 new_compare18([], [], dbg) -> EQ 19.19/7.02 new_esEs4(vwx3000, vwx31000, ty_Double) -> new_esEs19(vwx3000, vwx31000) 19.19/7.02 new_ltEs8(@2(vwx530, vwx531), @2(vwx540, vwx541), ddh, dea) -> new_pePe(new_lt22(vwx530, vwx540, ddh), new_asAs(new_esEs38(vwx530, vwx540, ddh), new_ltEs23(vwx531, vwx541, dea))) 19.19/7.02 new_esEs9(vwx3000, vwx31000, ty_Bool) -> new_esEs20(vwx3000, vwx31000) 19.19/7.02 new_ltEs9(Just(vwx530), Just(vwx540), app(ty_[], ddc)) -> new_ltEs18(vwx530, vwx540, ddc) 19.19/7.02 new_primEqNat0(Zero, Zero) -> True 19.19/7.02 new_ltEs9(Just(vwx530), Nothing, dca) -> False 19.19/7.02 new_ltEs9(Nothing, Nothing, dca) -> True 19.19/7.02 new_ltEs19(vwx53, vwx54, ty_Bool) -> new_ltEs10(vwx53, vwx54) 19.19/7.02 new_lt21(vwx530, vwx540, ty_Double) -> new_lt17(vwx530, vwx540) 19.19/7.02 new_esEs6(vwx3002, vwx31002, ty_Int) -> new_esEs16(vwx3002, vwx31002) 19.19/7.02 new_asAs(False, vwx109) -> False 19.19/7.02 new_esEs8(vwx3001, vwx31001, app(ty_Ratio, eab)) -> new_esEs25(vwx3001, vwx31001, eab) 19.19/7.02 new_ltEs24(vwx92, vwx94, app(ty_Maybe, ffh)) -> new_ltEs9(vwx92, vwx94, ffh) 19.19/7.02 new_esEs38(vwx530, vwx540, app(app(ty_@2, fbf), fbg)) -> new_esEs23(vwx530, vwx540, fbf, fbg) 19.19/7.02 new_esEs39(vwx91, vwx93, ty_Double) -> new_esEs19(vwx91, vwx93) 19.19/7.02 new_lt6(vwx78, vwx81, ty_Double) -> new_lt17(vwx78, vwx81) 19.19/7.02 new_esEs18(Just(vwx30000), Just(vwx310000), app(ty_[], bdc)) -> new_esEs22(vwx30000, vwx310000, bdc) 19.19/7.02 new_ltEs20(vwx67, vwx68, ty_Bool) -> new_ltEs10(vwx67, vwx68) 19.19/7.02 new_ltEs24(vwx92, vwx94, ty_@0) -> new_ltEs7(vwx92, vwx94) 19.19/7.02 new_esEs8(vwx3001, vwx31001, app(app(app(ty_@3, dha), dhb), dhc)) -> new_esEs13(vwx3001, vwx31001, dha, dhb, dhc) 19.19/7.02 new_compare16(GT, EQ) -> GT 19.19/7.02 new_ltEs21(vwx60, vwx61, app(app(app(ty_@3, eec), eed), eee)) -> new_ltEs5(vwx60, vwx61, eec, eed, eee) 19.19/7.02 19.19/7.02 The set Q consists of the following terms: 19.19/7.02 19.19/7.02 new_ltEs9(Just(x0), Just(x1), ty_Int) 19.19/7.02 new_lt6(x0, x1, app(ty_[], x2)) 19.19/7.02 new_esEs15(Right(x0), Right(x1), x2, ty_Float) 19.19/7.02 new_esEs33(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.02 new_ltEs20(x0, x1, ty_Int) 19.19/7.02 new_compare14(Integer(x0), Integer(x1)) 19.19/7.02 new_primMulInt(Neg(x0), Neg(x1)) 19.19/7.02 new_lt22(x0, x1, app(ty_[], x2)) 19.19/7.02 new_esEs31(x0, x1, ty_Integer) 19.19/7.02 new_ltEs21(x0, x1, ty_Float) 19.19/7.02 new_esEs39(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.02 new_primPlusNat1(Zero, Zero) 19.19/7.02 new_compare10(Just(x0), Nothing, x1) 19.19/7.02 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 19.19/7.02 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 19.19/7.02 new_esEs6(x0, x1, ty_Integer) 19.19/7.02 new_lt20(x0, x1, ty_Int) 19.19/7.02 new_esEs39(x0, x1, ty_Integer) 19.19/7.02 new_compare7(Char(x0), Char(x1)) 19.19/7.02 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 19.19/7.02 new_esEs15(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 19.19/7.02 new_esEs5(x0, x1, app(ty_Maybe, x2)) 19.19/7.02 new_esEs27(x0, x1, ty_Int) 19.19/7.02 new_esEs4(x0, x1, ty_@0) 19.19/7.02 new_esEs38(x0, x1, ty_Char) 19.19/7.02 new_primMulInt(Pos(x0), Neg(x1)) 19.19/7.02 new_primMulInt(Neg(x0), Pos(x1)) 19.19/7.02 new_esEs26(x0, x1, ty_Char) 19.19/7.02 new_esEs26(x0, x1, ty_Double) 19.19/7.02 new_primEqInt(Pos(Zero), Pos(Zero)) 19.19/7.02 new_esEs4(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_esEs28(x0, x1, app(ty_Maybe, x2)) 19.19/7.02 new_esEs15(Left(x0), Left(x1), ty_Char, x2) 19.19/7.02 new_esEs4(x0, x1, ty_Bool) 19.19/7.02 new_esEs6(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_esEs7(x0, x1, app(ty_Maybe, x2)) 19.19/7.02 new_esEs20(False, True) 19.19/7.02 new_esEs20(True, False) 19.19/7.02 new_ltEs23(x0, x1, app(ty_[], x2)) 19.19/7.02 new_ltEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.02 new_esEs31(x0, x1, app(ty_Maybe, x2)) 19.19/7.02 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.02 new_ltEs9(Nothing, Just(x0), x1) 19.19/7.02 new_esEs36(x0, x1, ty_@0) 19.19/7.02 new_lt7(x0, x1, ty_Integer) 19.19/7.02 new_lt23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.02 new_esEs29(x0, x1, app(ty_[], x2)) 19.19/7.02 new_esEs36(x0, x1, ty_Int) 19.19/7.02 new_primEqInt(Neg(Zero), Neg(Zero)) 19.19/7.02 new_compare18([], :(x0, x1), x2) 19.19/7.02 new_esEs4(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_esEs11(x0, x1, app(ty_[], x2)) 19.19/7.02 new_ltEs12(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 19.19/7.02 new_esEs30(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_ltEs16(GT, EQ) 19.19/7.02 new_ltEs16(EQ, GT) 19.19/7.02 new_lt23(x0, x1, app(ty_Maybe, x2)) 19.19/7.02 new_esEs36(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.02 new_lt21(x0, x1, ty_Int) 19.19/7.02 new_esEs6(x0, x1, ty_@0) 19.19/7.02 new_compare10(Nothing, Nothing, x0) 19.19/7.02 new_primCompAux00(x0, x1, EQ, ty_Double) 19.19/7.02 new_lt21(x0, x1, app(ty_[], x2)) 19.19/7.02 new_esEs37(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_esEs39(x0, x1, ty_@0) 19.19/7.02 new_ltEs16(LT, LT) 19.19/7.02 new_esEs37(x0, x1, ty_Char) 19.19/7.02 new_esEs27(x0, x1, ty_@0) 19.19/7.02 new_primCompAux00(x0, x1, EQ, app(ty_Maybe, x2)) 19.19/7.02 new_compare16(LT, LT) 19.19/7.02 new_esEs4(x0, x1, ty_Int) 19.19/7.02 new_lt20(x0, x1, app(ty_[], x2)) 19.19/7.02 new_esEs28(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.02 new_ltEs23(x0, x1, ty_Float) 19.19/7.02 new_compare15(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 19.19/7.02 new_compare15(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 19.19/7.02 new_primCompAux00(x0, x1, EQ, app(app(ty_Either, x2), x3)) 19.19/7.02 new_esEs10(x0, x1, ty_Char) 19.19/7.02 new_esEs39(x0, x1, ty_Float) 19.19/7.02 new_lt22(x0, x1, ty_Integer) 19.19/7.02 new_compare113(x0, x1, False, x2, x3) 19.19/7.02 new_esEs39(x0, x1, ty_Bool) 19.19/7.02 new_esEs15(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 19.19/7.02 new_compare17(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 19.19/7.02 new_esEs6(x0, x1, ty_Float) 19.19/7.02 new_lt19(x0, x1, x2) 19.19/7.02 new_esEs8(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_ltEs10(False, False) 19.19/7.02 new_lt20(x0, x1, ty_@0) 19.19/7.02 new_primEqInt(Pos(Zero), Neg(Zero)) 19.19/7.02 new_primEqInt(Neg(Zero), Pos(Zero)) 19.19/7.02 new_compare27(x0, x1, False, x2, x3) 19.19/7.02 new_compare19(x0, x1, x2, x3, x4, x5, False, x6, x7, x8, x9) 19.19/7.02 new_ltEs12(Right(x0), Right(x1), x2, ty_Char) 19.19/7.02 new_lt6(x0, x1, ty_Char) 19.19/7.02 new_primMulInt(Pos(x0), Pos(x1)) 19.19/7.02 new_esEs33(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_esEs28(x0, x1, ty_Char) 19.19/7.02 new_esEs32(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.02 new_esEs28(x0, x1, ty_Double) 19.19/7.02 new_esEs35(x0, x1, ty_Int) 19.19/7.02 new_esEs26(x0, x1, ty_Ordering) 19.19/7.02 new_esEs30(x0, x1, ty_Char) 19.19/7.02 new_compare25(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 19.19/7.02 new_ltEs9(Just(x0), Just(x1), ty_@0) 19.19/7.02 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 19.19/7.02 new_esEs10(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_ltEs4(x0, x1, ty_Double) 19.19/7.02 new_esEs15(Right(x0), Right(x1), x2, ty_Integer) 19.19/7.02 new_ltEs4(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.02 new_esEs32(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_compare4(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 19.19/7.02 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 19.19/7.02 new_esEs38(x0, x1, ty_Ordering) 19.19/7.02 new_esEs18(Just(x0), Just(x1), app(ty_Maybe, x2)) 19.19/7.02 new_esEs30(x0, x1, app(ty_[], x2)) 19.19/7.02 new_primMulNat0(Succ(x0), Succ(x1)) 19.19/7.02 new_esEs36(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.02 new_esEs8(x0, x1, ty_Double) 19.19/7.02 new_esEs25(:%(x0, x1), :%(x2, x3), x4) 19.19/7.02 new_ltEs4(x0, x1, ty_Float) 19.19/7.02 new_ltEs22(x0, x1, ty_Double) 19.19/7.02 new_ltEs21(x0, x1, ty_@0) 19.19/7.02 new_lt6(x0, x1, ty_Ordering) 19.19/7.02 new_primCompAux00(x0, x1, LT, x2) 19.19/7.02 new_ltEs20(x0, x1, ty_Integer) 19.19/7.02 new_esEs24(EQ, GT) 19.19/7.02 new_esEs24(GT, EQ) 19.19/7.02 new_esEs33(x0, x1, ty_Double) 19.19/7.02 new_ltEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.02 new_esEs39(x0, x1, app(ty_[], x2)) 19.19/7.02 new_esEs6(x0, x1, app(ty_[], x2)) 19.19/7.02 new_lt6(x0, x1, app(ty_Maybe, x2)) 19.19/7.02 new_ltEs21(x0, x1, ty_Bool) 19.19/7.02 new_min10(x0, x1, x2, x3, LT, x4) 19.19/7.02 new_compare4(x0, x1, ty_Int) 19.19/7.02 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 19.19/7.02 new_ltEs12(Left(x0), Right(x1), x2, x3) 19.19/7.02 new_ltEs12(Right(x0), Left(x1), x2, x3) 19.19/7.02 new_esEs8(x0, x1, ty_Ordering) 19.19/7.02 new_lt7(x0, x1, ty_Int) 19.19/7.02 new_esEs36(x0, x1, ty_Integer) 19.19/7.02 new_ltEs19(x0, x1, ty_Ordering) 19.19/7.02 new_esEs15(Left(x0), Left(x1), ty_Double, x2) 19.19/7.02 new_compare4(x0, x1, app(ty_[], x2)) 19.19/7.02 new_esEs15(Left(x0), Right(x1), x2, x3) 19.19/7.02 new_esEs15(Right(x0), Left(x1), x2, x3) 19.19/7.02 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 19.19/7.02 new_ltEs16(LT, EQ) 19.19/7.02 new_ltEs16(EQ, LT) 19.19/7.02 new_esEs15(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 19.19/7.02 new_esEs33(x0, x1, ty_Ordering) 19.19/7.02 new_lt22(x0, x1, ty_Bool) 19.19/7.02 new_compare28(x0, x1, True, x2) 19.19/7.02 new_esEs28(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_esEs9(x0, x1, ty_Integer) 19.19/7.02 new_ltEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.02 new_ltEs23(x0, x1, ty_Integer) 19.19/7.02 new_lt20(x0, x1, ty_Bool) 19.19/7.02 new_ltEs20(x0, x1, app(ty_[], x2)) 19.19/7.02 new_ltEs19(x0, x1, ty_Double) 19.19/7.02 new_lt7(x0, x1, ty_Float) 19.19/7.02 new_primCompAux00(x0, x1, EQ, ty_Ordering) 19.19/7.02 new_ltEs23(x0, x1, ty_Ordering) 19.19/7.02 new_ltEs9(Just(x0), Just(x1), ty_Bool) 19.19/7.02 new_esEs5(x0, x1, ty_Char) 19.19/7.02 new_ltEs24(x0, x1, ty_Int) 19.19/7.02 new_esEs7(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_ltEs24(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.02 new_esEs4(x0, x1, ty_Integer) 19.19/7.02 new_esEs38(x0, x1, ty_Double) 19.19/7.02 new_compare11(True, False) 19.19/7.02 new_compare11(False, True) 19.19/7.02 new_esEs27(x0, x1, ty_Bool) 19.19/7.02 new_esEs4(x0, x1, app(ty_[], x2)) 19.19/7.02 new_ltEs18(x0, x1, x2) 19.19/7.02 new_ltEs13(x0, x1, x2) 19.19/7.02 new_esEs32(x0, x1, ty_Ordering) 19.19/7.02 new_lt22(x0, x1, ty_Int) 19.19/7.02 new_ltEs22(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.02 new_esEs36(x0, x1, ty_Bool) 19.19/7.02 new_ltEs23(x0, x1, ty_Bool) 19.19/7.02 new_lt7(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.02 new_lt22(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.02 new_lt21(x0, x1, app(ty_Maybe, x2)) 19.19/7.02 new_esEs9(x0, x1, ty_Float) 19.19/7.02 new_ltEs12(Left(x0), Left(x1), ty_Float, x2) 19.19/7.02 new_compare16(EQ, LT) 19.19/7.02 new_compare16(LT, EQ) 19.19/7.02 new_esEs33(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.02 new_esEs9(x0, x1, ty_Bool) 19.19/7.02 new_primCompAux00(x0, x1, EQ, app(ty_Ratio, x2)) 19.19/7.02 new_esEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.02 new_ltEs21(x0, x1, ty_Integer) 19.19/7.02 new_esEs31(x0, x1, ty_@0) 19.19/7.02 new_esEs18(Just(x0), Just(x1), ty_Double) 19.19/7.02 new_ltEs21(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.02 new_esEs10(x0, x1, ty_Ordering) 19.19/7.02 new_lt22(x0, x1, ty_Float) 19.19/7.02 new_ltEs20(x0, x1, ty_Bool) 19.19/7.02 new_compare13(:%(x0, x1), :%(x2, x3), ty_Integer) 19.19/7.02 new_esEs27(x0, x1, app(ty_[], x2)) 19.19/7.02 new_lt21(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.02 new_esEs7(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.02 new_esEs35(x0, x1, ty_Integer) 19.19/7.02 new_lt8(x0, x1, x2, x3, x4) 19.19/7.02 new_esEs38(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.02 new_lt7(x0, x1, ty_Bool) 19.19/7.02 new_compare16(EQ, EQ) 19.19/7.02 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.02 new_compare111(x0, x1, x2, x3, False, x4, x5, x6) 19.19/7.02 new_esEs29(x0, x1, ty_@0) 19.19/7.02 new_esEs15(Right(x0), Right(x1), x2, ty_@0) 19.19/7.02 new_ltEs9(Just(x0), Just(x1), ty_Integer) 19.19/7.02 new_ltEs12(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 19.19/7.02 new_min10(x0, x1, x2, x3, EQ, x4) 19.19/7.02 new_ltEs17(x0, x1) 19.19/7.02 new_lt20(x0, x1, ty_Integer) 19.19/7.02 new_esEs9(x0, x1, ty_Char) 19.19/7.02 new_esEs27(x0, x1, ty_Integer) 19.19/7.02 new_esEs24(LT, GT) 19.19/7.02 new_esEs24(GT, LT) 19.19/7.02 new_esEs5(x0, x1, app(ty_[], x2)) 19.19/7.02 new_esEs11(x0, x1, app(ty_Maybe, x2)) 19.19/7.02 new_esEs15(Right(x0), Right(x1), x2, ty_Double) 19.19/7.02 new_ltEs9(Just(x0), Just(x1), app(ty_Maybe, x2)) 19.19/7.02 new_lt7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.02 new_esEs33(x0, x1, ty_@0) 19.19/7.02 new_esEs8(x0, x1, ty_Bool) 19.19/7.02 new_esEs18(Just(x0), Just(x1), ty_Integer) 19.19/7.02 new_primCompAux00(x0, x1, EQ, app(app(ty_@2, x2), x3)) 19.19/7.02 new_lt23(x0, x1, app(ty_[], x2)) 19.19/7.02 new_ltEs20(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.02 new_esEs8(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.02 new_esEs17(Integer(x0), Integer(x1)) 19.19/7.02 new_ltEs21(x0, x1, ty_Double) 19.19/7.02 new_esEs8(x0, x1, app(ty_[], x2)) 19.19/7.02 new_primCompAux00(x0, x1, EQ, ty_Integer) 19.19/7.02 new_esEs29(x0, x1, ty_Float) 19.19/7.02 new_esEs28(x0, x1, ty_Float) 19.19/7.02 new_ltEs23(x0, x1, ty_Char) 19.19/7.02 new_esEs18(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 19.19/7.02 new_ltEs20(x0, x1, app(ty_Maybe, x2)) 19.19/7.02 new_esEs30(x0, x1, app(ty_Maybe, x2)) 19.19/7.02 new_lt4(x0, x1) 19.19/7.02 new_compare4(x0, x1, ty_@0) 19.19/7.02 new_ltEs12(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 19.19/7.02 new_esEs10(x0, x1, app(ty_[], x2)) 19.19/7.02 new_ltEs10(True, False) 19.19/7.02 new_ltEs10(False, True) 19.19/7.02 new_ltEs12(Left(x0), Left(x1), ty_Ordering, x2) 19.19/7.02 new_esEs13(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 19.19/7.02 new_ltEs23(x0, x1, ty_Int) 19.19/7.02 new_lt16(x0, x1) 19.19/7.02 new_esEs11(x0, x1, ty_Char) 19.19/7.02 new_esEs7(x0, x1, ty_Char) 19.19/7.02 new_sr0(Integer(x0), Integer(x1)) 19.19/7.02 new_ltEs12(Left(x0), Left(x1), ty_Double, x2) 19.19/7.02 new_compare113(x0, x1, True, x2, x3) 19.19/7.02 new_compare4(x0, x1, ty_Integer) 19.19/7.02 new_esEs7(x0, x1, ty_Bool) 19.19/7.02 new_compare25(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 19.19/7.02 new_asAs(True, x0) 19.19/7.02 new_esEs37(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_compare16(GT, LT) 19.19/7.02 new_compare16(LT, GT) 19.19/7.02 new_compare11(True, True) 19.19/7.02 new_esEs15(Left(x0), Left(x1), app(ty_[], x2), x3) 19.19/7.02 new_not(True) 19.19/7.02 new_primCompAux00(x0, x1, EQ, ty_Bool) 19.19/7.02 new_esEs30(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.02 new_esEs18(Just(x0), Just(x1), ty_Float) 19.19/7.02 new_ltEs21(x0, x1, ty_Char) 19.19/7.02 new_esEs36(x0, x1, app(ty_Maybe, x2)) 19.19/7.02 new_esEs28(x0, x1, app(ty_[], x2)) 19.19/7.02 new_esEs18(Just(x0), Just(x1), app(ty_[], x2)) 19.19/7.02 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.02 new_esEs31(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.02 new_lt23(x0, x1, ty_Bool) 19.19/7.02 new_ltEs4(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_esEs11(x0, x1, ty_Integer) 19.19/7.02 new_primPlusNat0(Zero, x0) 19.19/7.02 new_esEs16(x0, x1) 19.19/7.02 new_esEs32(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.02 new_esEs7(x0, x1, ty_Int) 19.19/7.02 new_esEs31(x0, x1, ty_Ordering) 19.19/7.02 new_esEs11(x0, x1, ty_Bool) 19.19/7.02 new_esEs29(x0, x1, ty_Integer) 19.19/7.02 new_esEs7(x0, x1, ty_@0) 19.19/7.02 new_esEs15(Left(x0), Left(x1), ty_Float, x2) 19.19/7.02 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_compare4(x0, x1, ty_Char) 19.19/7.02 new_ltEs9(Just(x0), Just(x1), ty_Float) 19.19/7.02 new_lt23(x0, x1, ty_Char) 19.19/7.02 new_esEs11(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.02 new_lt22(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_esEs38(x0, x1, app(ty_[], x2)) 19.19/7.02 new_esEs28(x0, x1, ty_@0) 19.19/7.02 new_lt23(x0, x1, ty_@0) 19.19/7.02 new_lt6(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.02 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 19.19/7.02 new_compare115(x0, x1, False, x2) 19.19/7.02 new_esEs26(x0, x1, ty_Integer) 19.19/7.02 new_lt23(x0, x1, ty_Int) 19.19/7.02 new_primEqNat0(Succ(x0), Zero) 19.19/7.02 new_ltEs22(x0, x1, ty_Ordering) 19.19/7.02 new_esEs8(x0, x1, ty_Integer) 19.19/7.02 new_ltEs12(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 19.19/7.02 new_esEs30(x0, x1, ty_Double) 19.19/7.02 new_ltEs20(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_ltEs21(x0, x1, ty_Int) 19.19/7.02 new_compare13(:%(x0, x1), :%(x2, x3), ty_Int) 19.19/7.02 new_compare4(x0, x1, ty_Bool) 19.19/7.02 new_esEs27(x0, x1, ty_Float) 19.19/7.02 new_esEs6(x0, x1, ty_Char) 19.19/7.02 new_esEs18(Just(x0), Just(x1), ty_Char) 19.19/7.02 new_esEs8(x0, x1, ty_Float) 19.19/7.02 new_compare12(Left(x0), Left(x1), x2, x3) 19.19/7.02 new_ltEs4(x0, x1, ty_Ordering) 19.19/7.02 new_esEs29(x0, x1, ty_Bool) 19.19/7.02 new_compare110(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 19.19/7.02 new_ltEs22(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_primCompAux00(x0, x1, EQ, ty_Char) 19.19/7.02 new_ltEs24(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 19.19/7.02 new_esEs20(True, True) 19.19/7.02 new_esEs30(x0, x1, ty_Ordering) 19.19/7.02 new_ltEs24(x0, x1, app(ty_Maybe, x2)) 19.19/7.02 new_esEs11(x0, x1, ty_Float) 19.19/7.02 new_esEs28(x0, x1, ty_Bool) 19.19/7.02 new_primCompAux00(x0, x1, EQ, ty_Int) 19.19/7.02 new_esEs8(x0, x1, ty_Int) 19.19/7.02 new_esEs39(x0, x1, app(ty_Maybe, x2)) 19.19/7.02 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 19.19/7.02 new_lt6(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_esEs6(x0, x1, ty_Int) 19.19/7.02 new_lt14(x0, x1, x2, x3) 19.19/7.02 new_esEs18(Just(x0), Just(x1), ty_Int) 19.19/7.02 new_ltEs22(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_compare115(x0, x1, True, x2) 19.19/7.02 new_esEs33(x0, x1, app(ty_[], x2)) 19.19/7.02 new_esEs22([], [], x0) 19.19/7.02 new_esEs15(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 19.19/7.02 new_esEs11(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_primCompAux00(x0, x1, GT, x2) 19.19/7.02 new_compare112(x0, x1, x2, x3, False, x4, x5) 19.19/7.02 new_primCmpNat0(Succ(x0), Zero) 19.19/7.02 new_esEs26(x0, x1, ty_Bool) 19.19/7.02 new_compare18(:(x0, x1), [], x2) 19.19/7.02 new_esEs15(Right(x0), Right(x1), x2, ty_Bool) 19.19/7.02 new_primCompAux00(x0, x1, EQ, ty_Float) 19.19/7.02 new_primEqNat0(Zero, Zero) 19.19/7.02 new_lt6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.02 new_ltEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.02 new_esEs11(x0, x1, ty_Int) 19.19/7.02 new_primCompAux1(x0, x1, x2, x3, x4) 19.19/7.02 new_lt7(x0, x1, ty_@0) 19.19/7.02 new_not(False) 19.19/7.02 new_esEs8(x0, x1, ty_Char) 19.19/7.02 new_esEs6(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_ltEs24(x0, x1, app(ty_[], x2)) 19.19/7.02 new_ltEs23(x0, x1, ty_Double) 19.19/7.02 new_esEs15(Left(x0), Left(x1), ty_Integer, x2) 19.19/7.02 new_esEs24(GT, GT) 19.19/7.02 new_esEs29(x0, x1, ty_Char) 19.19/7.02 new_esEs36(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_esEs27(x0, x1, app(ty_Maybe, x2)) 19.19/7.02 new_esEs38(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.02 new_esEs15(Right(x0), Right(x1), x2, ty_Char) 19.19/7.02 new_esEs29(x0, x1, app(ty_Maybe, x2)) 19.19/7.02 new_esEs9(x0, x1, ty_@0) 19.19/7.02 new_esEs31(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_esEs24(LT, EQ) 19.19/7.02 new_esEs24(EQ, LT) 19.19/7.02 new_esEs6(x0, x1, ty_Bool) 19.19/7.02 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_esEs28(x0, x1, ty_Integer) 19.19/7.02 new_lt23(x0, x1, ty_Integer) 19.19/7.02 new_ltEs20(x0, x1, ty_@0) 19.19/7.02 new_esEs15(Left(x0), Left(x1), ty_Bool, x2) 19.19/7.02 new_esEs21(Char(x0), Char(x1)) 19.19/7.02 new_esEs15(Right(x0), Right(x1), x2, ty_Int) 19.19/7.02 new_ltEs6(x0, x1) 19.19/7.02 new_esEs7(x0, x1, ty_Integer) 19.19/7.02 new_ltEs21(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_esEs18(Just(x0), Just(x1), ty_Bool) 19.19/7.02 new_pePe(True, x0) 19.19/7.02 new_ltEs10(True, True) 19.19/7.02 new_compare4(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.02 new_esEs29(x0, x1, ty_Int) 19.19/7.02 new_lt22(x0, x1, ty_@0) 19.19/7.02 new_compare9(@2(x0, x1), @2(x2, x3), x4, x5) 19.19/7.02 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.02 new_esEs34(x0, x1, ty_Int) 19.19/7.02 new_lt21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.02 new_esEs26(x0, x1, ty_Float) 19.19/7.02 new_esEs38(x0, x1, app(ty_Maybe, x2)) 19.19/7.02 new_esEs11(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_lt9(x0, x1) 19.19/7.02 new_esEs30(x0, x1, ty_Bool) 19.19/7.02 new_esEs29(x0, x1, ty_Ordering) 19.19/7.02 new_primCmpNat0(Zero, Succ(x0)) 19.19/7.02 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 19.19/7.02 new_lt13(x0, x1) 19.19/7.02 new_esEs27(x0, x1, ty_Char) 19.19/7.02 new_esEs18(Just(x0), Nothing, x1) 19.19/7.02 new_lt20(x0, x1, ty_Ordering) 19.19/7.02 new_esEs8(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.02 new_esEs30(x0, x1, ty_@0) 19.19/7.02 new_esEs29(x0, x1, ty_Double) 19.19/7.02 new_ltEs9(Just(x0), Nothing, x1) 19.19/7.02 new_esEs5(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_esEs5(x0, x1, ty_Bool) 19.19/7.02 new_esEs37(x0, x1, app(ty_[], x2)) 19.19/7.02 new_ltEs12(Right(x0), Right(x1), x2, ty_Integer) 19.19/7.02 new_esEs26(x0, x1, ty_Int) 19.19/7.02 new_ltEs9(Just(x0), Just(x1), ty_Char) 19.19/7.02 new_ltEs22(x0, x1, app(ty_Maybe, x2)) 19.19/7.02 new_esEs4(x0, x1, app(ty_Maybe, x2)) 19.19/7.02 new_ltEs12(Right(x0), Right(x1), x2, ty_Bool) 19.19/7.02 new_ltEs12(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 19.19/7.02 new_esEs9(x0, x1, app(ty_[], x2)) 19.19/7.02 new_esEs5(x0, x1, ty_@0) 19.19/7.02 new_ltEs9(Just(x0), Just(x1), ty_Double) 19.19/7.02 new_lt20(x0, x1, ty_Char) 19.19/7.02 new_lt21(x0, x1, ty_Ordering) 19.19/7.02 new_lt5(x0, x1) 19.19/7.02 new_compare16(GT, GT) 19.19/7.02 new_lt6(x0, x1, ty_@0) 19.19/7.02 new_esEs32(x0, x1, ty_Integer) 19.19/7.02 new_esEs30(x0, x1, ty_Integer) 19.19/7.02 new_compare18(:(x0, x1), :(x2, x3), x4) 19.19/7.02 new_esEs15(Left(x0), Left(x1), ty_@0, x2) 19.19/7.02 new_lt17(x0, x1) 19.19/7.02 new_compare19(x0, x1, x2, x3, x4, x5, True, x6, x7, x8, x9) 19.19/7.02 new_ltEs12(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 19.19/7.02 new_lt20(x0, x1, ty_Double) 19.19/7.02 new_ltEs23(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_lt23(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_esEs36(x0, x1, ty_Char) 19.19/7.02 new_ltEs23(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_primCompAux00(x0, x1, EQ, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.02 new_compare18([], [], x0) 19.19/7.02 new_lt7(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 19.19/7.02 new_esEs7(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_ltEs21(x0, x1, app(ty_Maybe, x2)) 19.19/7.02 new_esEs6(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.02 new_esEs8(x0, x1, app(ty_Maybe, x2)) 19.19/7.02 new_ltEs5(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 19.19/7.02 new_esEs22(:(x0, x1), [], x2) 19.19/7.02 new_esEs37(x0, x1, ty_@0) 19.19/7.02 new_lt21(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_esEs4(x0, x1, ty_Char) 19.19/7.02 new_ltEs21(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_esEs10(x0, x1, ty_Bool) 19.19/7.02 new_lt6(x0, x1, ty_Integer) 19.19/7.02 new_compare111(x0, x1, x2, x3, True, x4, x5, x6) 19.19/7.02 new_esEs18(Nothing, Nothing, x0) 19.19/7.02 new_esEs28(x0, x1, ty_Int) 19.19/7.02 new_esEs8(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_ltEs24(x0, x1, ty_Double) 19.19/7.02 new_esEs26(x0, x1, app(ty_Maybe, x2)) 19.19/7.02 new_esEs24(EQ, EQ) 19.19/7.02 new_esEs37(x0, x1, ty_Integer) 19.19/7.02 new_esEs34(x0, x1, ty_Integer) 19.19/7.02 new_ltEs15(x0, x1) 19.19/7.02 new_ltEs24(x0, x1, ty_Ordering) 19.19/7.02 new_esEs15(Left(x0), Left(x1), ty_Int, x2) 19.19/7.02 new_esEs10(x0, x1, ty_Int) 19.19/7.02 new_ltEs9(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 19.19/7.02 new_esEs15(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 19.19/7.02 new_esEs27(x0, x1, ty_Double) 19.19/7.02 new_esEs32(x0, x1, ty_Float) 19.19/7.02 new_lt23(x0, x1, ty_Float) 19.19/7.02 new_esEs15(Right(x0), Right(x1), x2, app(ty_[], x3)) 19.19/7.02 new_lt6(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_esEs32(x0, x1, ty_Bool) 19.19/7.02 new_compare10(Nothing, Just(x0), x1) 19.19/7.02 new_ltEs7(x0, x1) 19.19/7.02 new_esEs19(Double(x0, x1), Double(x2, x3)) 19.19/7.02 new_esEs36(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_ltEs12(Right(x0), Right(x1), x2, ty_@0) 19.19/7.02 new_ltEs20(x0, x1, ty_Ordering) 19.19/7.02 new_compare12(Left(x0), Right(x1), x2, x3) 19.19/7.02 new_compare12(Right(x0), Left(x1), x2, x3) 19.19/7.02 new_esEs39(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_esEs32(x0, x1, ty_@0) 19.19/7.02 new_esEs30(x0, x1, ty_Int) 19.19/7.02 new_esEs5(x0, x1, ty_Integer) 19.19/7.02 new_compare4(x0, x1, ty_Double) 19.19/7.02 new_lt21(x0, x1, ty_Double) 19.19/7.02 new_esEs38(x0, x1, ty_Integer) 19.19/7.02 new_esEs37(x0, x1, ty_Bool) 19.19/7.02 new_min1([], :(x0, x1), x2) 19.19/7.02 new_lt21(x0, x1, ty_Char) 19.19/7.02 new_compare8(@0, @0) 19.19/7.02 new_esEs37(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.02 new_compare112(x0, x1, x2, x3, True, x4, x5) 19.19/7.02 new_lt6(x0, x1, ty_Bool) 19.19/7.02 new_esEs10(x0, x1, ty_@0) 19.19/7.02 new_ltEs12(Right(x0), Right(x1), x2, ty_Int) 19.19/7.02 new_ltEs9(Just(x0), Just(x1), app(ty_[], x2)) 19.19/7.02 new_esEs20(False, False) 19.19/7.02 new_esEs7(x0, x1, ty_Float) 19.19/7.02 new_primPlusNat1(Succ(x0), Succ(x1)) 19.19/7.02 new_compare15(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 19.19/7.02 new_compare12(Right(x0), Right(x1), x2, x3) 19.19/7.02 new_lt7(x0, x1, ty_Char) 19.19/7.02 new_lt7(x0, x1, app(ty_Maybe, x2)) 19.19/7.02 new_esEs30(x0, x1, ty_Float) 19.19/7.02 new_esEs29(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_esEs38(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_ltEs24(x0, x1, ty_Char) 19.19/7.02 new_esEs39(x0, x1, ty_Char) 19.19/7.02 new_lt12(x0, x1, x2) 19.19/7.02 new_min1(:(x0, x1), :(x2, x3), x4) 19.19/7.02 new_esEs37(x0, x1, ty_Float) 19.19/7.02 new_esEs5(x0, x1, ty_Float) 19.19/7.02 new_min11(x0, x1, x2, x3, x4) 19.19/7.02 new_primPlusNat1(Succ(x0), Zero) 19.19/7.02 new_ltEs12(Right(x0), Right(x1), x2, ty_Float) 19.19/7.02 new_ltEs12(Right(x0), Right(x1), x2, app(ty_[], x3)) 19.19/7.02 new_ltEs16(GT, GT) 19.19/7.02 new_esEs18(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 19.19/7.02 new_esEs4(x0, x1, ty_Ordering) 19.19/7.02 new_lt22(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_esEs7(x0, x1, ty_Double) 19.19/7.02 new_esEs11(x0, x1, ty_Ordering) 19.19/7.02 new_primEqNat0(Succ(x0), Succ(x1)) 19.19/7.02 new_fsEs(x0) 19.19/7.02 new_esEs37(x0, x1, app(ty_Maybe, x2)) 19.19/7.02 new_esEs11(x0, x1, ty_Double) 19.19/7.02 new_esEs39(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.02 new_esEs5(x0, x1, ty_Int) 19.19/7.02 new_esEs37(x0, x1, ty_Int) 19.19/7.02 new_pePe(False, x0) 19.19/7.02 new_lt21(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_esEs26(x0, x1, app(ty_[], x2)) 19.19/7.02 new_compare4(x0, x1, ty_Float) 19.19/7.02 new_primCompAux00(x0, x1, EQ, ty_@0) 19.19/7.02 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 19.19/7.02 new_esEs11(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.02 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 19.19/7.02 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 19.19/7.02 new_primCmpInt(Neg(Zero), Neg(Zero)) 19.19/7.02 new_esEs36(x0, x1, ty_Ordering) 19.19/7.02 new_esEs15(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 19.19/7.02 new_esEs18(Just(x0), Just(x1), ty_@0) 19.19/7.02 new_ltEs20(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_ltEs24(x0, x1, ty_Float) 19.19/7.02 new_esEs6(x0, x1, ty_Double) 19.19/7.02 new_esEs15(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 19.19/7.02 new_sr(x0, x1) 19.19/7.02 new_esEs10(x0, x1, ty_Integer) 19.19/7.02 new_primMulNat0(Zero, Succ(x0)) 19.19/7.02 new_esEs27(x0, x1, ty_Ordering) 19.19/7.02 new_primCmpInt(Pos(Zero), Neg(Zero)) 19.19/7.02 new_primCmpInt(Neg(Zero), Pos(Zero)) 19.19/7.02 new_ltEs19(x0, x1, ty_@0) 19.19/7.02 new_esEs15(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 19.19/7.02 new_ltEs9(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 19.19/7.02 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 19.19/7.02 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 19.19/7.02 new_compare17(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 19.19/7.02 new_compare17(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 19.19/7.02 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_ltEs11(x0, x1) 19.19/7.02 new_compare4(x0, x1, app(ty_Maybe, x2)) 19.19/7.02 new_compare26(x0, x1, False, x2, x3) 19.19/7.02 new_esEs31(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_lt22(x0, x1, ty_Char) 19.19/7.02 new_ltEs21(x0, x1, ty_Ordering) 19.19/7.02 new_ltEs9(Just(x0), Just(x1), ty_Ordering) 19.19/7.02 new_esEs9(x0, x1, ty_Int) 19.19/7.02 new_ltEs12(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 19.19/7.02 new_esEs26(x0, x1, ty_@0) 19.19/7.02 new_esEs37(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.02 new_ltEs20(x0, x1, ty_Char) 19.19/7.02 new_esEs15(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 19.19/7.02 new_esEs28(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.02 new_ltEs4(x0, x1, app(ty_Maybe, x2)) 19.19/7.02 new_compare4(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_asAs(False, x0) 19.19/7.02 new_esEs29(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_esEs39(x0, x1, ty_Ordering) 19.19/7.02 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.02 new_esEs9(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_ltEs22(x0, x1, ty_@0) 19.19/7.02 new_esEs7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.02 new_esEs38(x0, x1, ty_@0) 19.19/7.02 new_esEs10(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_primCompAux00(x0, x1, EQ, app(ty_[], x2)) 19.19/7.02 new_esEs33(x0, x1, app(ty_Maybe, x2)) 19.19/7.02 new_lt22(x0, x1, app(ty_Maybe, x2)) 19.19/7.02 new_esEs31(x0, x1, ty_Double) 19.19/7.02 new_ltEs9(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 19.19/7.02 new_esEs28(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_ltEs4(x0, x1, ty_Bool) 19.19/7.02 new_ltEs21(x0, x1, app(ty_[], x2)) 19.19/7.02 new_ltEs19(x0, x1, ty_Integer) 19.19/7.02 new_esEs7(x0, x1, app(ty_[], x2)) 19.19/7.02 new_esEs10(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.02 new_ltEs16(EQ, EQ) 19.19/7.02 new_compare110(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 19.19/7.02 new_ltEs12(Left(x0), Left(x1), ty_Char, x2) 19.19/7.02 new_esEs30(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.02 new_esEs15(Right(x0), Right(x1), x2, ty_Ordering) 19.19/7.02 new_ltEs24(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_esEs38(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_ltEs22(x0, x1, ty_Bool) 19.19/7.02 new_compare6(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 19.19/7.02 new_compare5(x0, x1) 19.19/7.02 new_ltEs4(x0, x1, ty_@0) 19.19/7.02 new_primMulNat0(Zero, Zero) 19.19/7.02 new_esEs24(LT, LT) 19.19/7.02 new_esEs18(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 19.19/7.02 new_ltEs12(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 19.19/7.02 new_esEs27(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_esEs8(x0, x1, ty_@0) 19.19/7.02 new_ltEs24(x0, x1, ty_Integer) 19.19/7.02 new_esEs31(x0, x1, app(ty_[], x2)) 19.19/7.02 new_primMulNat0(Succ(x0), Zero) 19.19/7.02 new_lt21(x0, x1, ty_Float) 19.19/7.02 new_ltEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.02 new_lt7(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_ltEs4(x0, x1, ty_Integer) 19.19/7.02 new_esEs5(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_ltEs20(x0, x1, ty_Float) 19.19/7.02 new_esEs33(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_esEs11(x0, x1, ty_@0) 19.19/7.02 new_lt10(x0, x1) 19.19/7.02 new_esEs29(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.02 new_esEs32(x0, x1, app(ty_[], x2)) 19.19/7.02 new_ltEs12(Left(x0), Left(x1), ty_Int, x2) 19.19/7.02 new_compare4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.02 new_ltEs23(x0, x1, ty_@0) 19.19/7.02 new_lt21(x0, x1, ty_Integer) 19.19/7.02 new_esEs9(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.02 new_esEs33(x0, x1, ty_Integer) 19.19/7.02 new_ltEs23(x0, x1, app(ty_Maybe, x2)) 19.19/7.02 new_ltEs24(x0, x1, ty_Bool) 19.19/7.02 new_lt23(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_ltEs22(x0, x1, app(ty_[], x2)) 19.19/7.02 new_esEs15(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 19.19/7.02 new_esEs33(x0, x1, ty_Char) 19.19/7.02 new_compare29(x0, x1, x2, x3, False, x4, x5) 19.19/7.02 new_esEs33(x0, x1, ty_Int) 19.19/7.02 new_compare29(x0, x1, x2, x3, True, x4, x5) 19.19/7.02 new_ltEs22(x0, x1, ty_Integer) 19.19/7.02 new_lt7(x0, x1, ty_Ordering) 19.19/7.02 new_esEs39(x0, x1, ty_Double) 19.19/7.02 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 19.19/7.02 new_ltEs19(x0, x1, ty_Bool) 19.19/7.02 new_esEs36(x0, x1, ty_Float) 19.19/7.02 new_esEs9(x0, x1, ty_Ordering) 19.19/7.02 new_ltEs12(Left(x0), Left(x1), ty_Bool, x2) 19.19/7.02 new_esEs9(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_esEs22(:(x0, x1), :(x2, x3), x4) 19.19/7.02 new_esEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.02 new_esEs30(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_lt18(x0, x1) 19.19/7.02 new_lt21(x0, x1, ty_Bool) 19.19/7.02 new_ltEs4(x0, x1, ty_Int) 19.19/7.02 new_ltEs4(x0, x1, app(ty_[], x2)) 19.19/7.02 new_lt15(x0, x1, x2) 19.19/7.02 new_ltEs12(Right(x0), Right(x1), x2, ty_Double) 19.19/7.02 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_esEs4(x0, x1, ty_Float) 19.19/7.02 new_ltEs8(@2(x0, x1), @2(x2, x3), x4, x5) 19.19/7.02 new_esEs32(x0, x1, ty_Int) 19.19/7.02 new_lt6(x0, x1, ty_Double) 19.19/7.02 new_ltEs16(LT, GT) 19.19/7.02 new_ltEs16(GT, LT) 19.19/7.02 new_lt23(x0, x1, ty_Double) 19.19/7.02 new_esEs39(x0, x1, ty_Int) 19.19/7.02 new_primEqNat0(Zero, Succ(x0)) 19.19/7.02 new_ltEs4(x0, x1, ty_Char) 19.19/7.02 new_esEs32(x0, x1, ty_Double) 19.19/7.02 new_esEs33(x0, x1, ty_Bool) 19.19/7.02 new_esEs10(x0, x1, ty_Float) 19.19/7.02 new_esEs32(x0, x1, ty_Char) 19.19/7.02 new_lt20(x0, x1, ty_Float) 19.19/7.02 new_compare114(x0, x1, True, x2, x3) 19.19/7.02 new_primCmpInt(Pos(Zero), Pos(Zero)) 19.19/7.02 new_lt22(x0, x1, ty_Ordering) 19.19/7.02 new_esEs6(x0, x1, app(ty_Maybe, x2)) 19.19/7.02 new_lt7(x0, x1, app(ty_[], x2)) 19.19/7.02 new_ltEs12(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 19.19/7.02 new_ltEs12(Left(x0), Left(x1), ty_Integer, x2) 19.19/7.02 new_ltEs22(x0, x1, ty_Float) 19.19/7.02 new_esEs4(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.02 new_esEs14(@0, @0) 19.19/7.02 new_esEs31(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.02 new_esEs31(x0, x1, ty_Int) 19.19/7.02 new_compare4(x0, x1, ty_Ordering) 19.19/7.02 new_esEs12(Float(x0, x1), Float(x2, x3)) 19.19/7.02 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.02 new_ltEs12(Right(x0), Right(x1), x2, ty_Ordering) 19.19/7.02 new_esEs37(x0, x1, ty_Double) 19.19/7.02 new_esEs10(x0, x1, ty_Double) 19.19/7.02 new_lt21(x0, x1, ty_@0) 19.19/7.02 new_esEs39(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_ltEs9(Just(x0), Just(x1), app(ty_Ratio, x2)) 19.19/7.02 new_esEs5(x0, x1, ty_Ordering) 19.19/7.02 new_lt6(x0, x1, ty_Int) 19.19/7.02 new_compare10(Just(x0), Just(x1), x2) 19.19/7.02 new_esEs22([], :(x0, x1), x2) 19.19/7.02 new_ltEs12(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 19.19/7.02 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.02 new_min1(:(x0, x1), [], x2) 19.19/7.02 new_lt20(x0, x1, app(ty_Ratio, x2)) 19.19/7.02 new_compare27(x0, x1, True, x2, x3) 19.19/7.03 new_ltEs19(x0, x1, app(ty_[], x2)) 19.19/7.03 new_esEs31(x0, x1, ty_Float) 19.19/7.03 new_ltEs12(Left(x0), Left(x1), app(ty_[], x2), x3) 19.19/7.03 new_lt6(x0, x1, ty_Float) 19.19/7.03 new_esEs4(x0, x1, ty_Double) 19.19/7.03 new_ltEs19(x0, x1, ty_Char) 19.19/7.03 new_esEs18(Just(x0), Just(x1), ty_Ordering) 19.19/7.03 new_esEs18(Nothing, Just(x0), x1) 19.19/7.03 new_ltEs24(x0, x1, ty_@0) 19.19/7.03 new_ltEs19(x0, x1, ty_Int) 19.19/7.03 new_esEs37(x0, x1, ty_Ordering) 19.19/7.03 new_esEs5(x0, x1, ty_Double) 19.19/7.03 new_primPlusNat0(Succ(x0), x1) 19.19/7.03 new_primPlusNat1(Zero, Succ(x0)) 19.19/7.03 new_esEs23(@2(x0, x1), @2(x2, x3), x4, x5) 19.19/7.03 new_esEs33(x0, x1, ty_Float) 19.19/7.03 new_compare26(x0, x1, True, x2, x3) 19.19/7.03 new_esEs38(x0, x1, ty_Float) 19.19/7.03 new_compare114(x0, x1, False, x2, x3) 19.19/7.03 new_lt22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.03 new_esEs26(x0, x1, app(ty_Ratio, x2)) 19.19/7.03 new_lt7(x0, x1, ty_Double) 19.19/7.03 new_esEs38(x0, x1, ty_Bool) 19.19/7.03 new_ltEs23(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.03 new_lt23(x0, x1, ty_Ordering) 19.19/7.03 new_ltEs22(x0, x1, ty_Char) 19.19/7.03 new_compare11(False, False) 19.19/7.03 new_ltEs12(Left(x0), Left(x1), ty_@0, x2) 19.19/7.03 new_esEs18(Just(x0), Just(x1), app(ty_Ratio, x2)) 19.19/7.03 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.03 new_ltEs14(x0, x1) 19.19/7.03 new_esEs7(x0, x1, ty_Ordering) 19.19/7.03 new_esEs36(x0, x1, ty_Double) 19.19/7.03 new_esEs6(x0, x1, ty_Ordering) 19.19/7.03 new_esEs15(Left(x0), Left(x1), ty_Ordering, x2) 19.19/7.03 new_esEs6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.03 new_lt11(x0, x1, x2, x3) 19.19/7.03 new_ltEs19(x0, x1, ty_Float) 19.19/7.03 new_lt20(x0, x1, app(ty_Maybe, x2)) 19.19/7.03 new_compare15(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 19.19/7.03 new_ltEs4(x0, x1, app(app(ty_Either, x2), x3)) 19.19/7.03 new_esEs5(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.03 new_compare28(x0, x1, False, x2) 19.19/7.03 new_esEs32(x0, x1, app(ty_Maybe, x2)) 19.19/7.03 new_ltEs22(x0, x1, ty_Int) 19.19/7.03 new_lt22(x0, x1, ty_Double) 19.19/7.03 new_esEs31(x0, x1, ty_Bool) 19.19/7.03 new_esEs36(x0, x1, app(ty_[], x2)) 19.19/7.03 new_esEs29(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.03 new_lt23(x0, x1, app(app(ty_@2, x2), x3)) 19.19/7.03 new_esEs38(x0, x1, ty_Int) 19.19/7.03 new_esEs28(x0, x1, ty_Ordering) 19.19/7.03 new_esEs9(x0, x1, app(ty_Maybe, x2)) 19.19/7.03 new_min10(x0, x1, x2, x3, GT, x4) 19.19/7.03 new_compare16(EQ, GT) 19.19/7.03 new_compare16(GT, EQ) 19.19/7.03 new_min1([], [], x0) 19.19/7.03 new_esEs9(x0, x1, ty_Double) 19.19/7.03 new_ltEs9(Nothing, Nothing, x0) 19.19/7.03 new_compare17(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 19.19/7.03 new_esEs10(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.03 new_primCmpNat0(Succ(x0), Succ(x1)) 19.19/7.03 new_primCmpNat0(Zero, Zero) 19.19/7.03 new_esEs10(x0, x1, app(ty_Maybe, x2)) 19.19/7.03 new_ltEs20(x0, x1, ty_Double) 19.19/7.03 new_esEs32(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.03 new_esEs31(x0, x1, ty_Char) 19.19/7.03 new_esEs9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.03 new_ltEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.19/7.03 19.19/7.03 We have to consider all minimal (P,Q,R)-chains. 19.19/7.03 ---------------------------------------- 19.19/7.03 19.19/7.03 (24) QDPSizeChangeProof (EQUIVALENT) 19.19/7.03 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.19/7.03 19.19/7.03 From the DPs we obtained the following set of size-change graphs: 19.19/7.03 *new_foldl(vwx30, :(vwx310, vwx311), h) -> new_foldl(new_min1(vwx30, vwx310, h), vwx311, h) 19.19/7.03 The graph contains the following edges 2 > 2, 3 >= 3 19.19/7.03 19.19/7.03 19.19/7.03 ---------------------------------------- 19.19/7.03 19.19/7.03 (25) 19.19/7.03 YES 19.19/7.03 19.19/7.03 ---------------------------------------- 19.19/7.03 19.19/7.03 (26) 19.19/7.03 Obligation: 19.19/7.03 Q DP problem: 19.19/7.03 The TRS P consists of the following rules: 19.19/7.03 19.19/7.03 new_esEs0(Left(vwx30000), Left(vwx310000), app(ty_Maybe, ff), fb) -> new_esEs1(vwx30000, vwx310000, ff) 19.19/7.03 new_esEs3(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), app(app(ty_Either, bcc), bcd), bcb) -> new_esEs0(vwx30000, vwx310000, bcc, bcd) 19.19/7.03 new_esEs1(Just(vwx30000), Just(vwx310000), app(app(ty_Either, hg), hh)) -> new_esEs0(vwx30000, vwx310000, hg, hh) 19.19/7.03 new_esEs2(:(vwx30000, vwx30001), :(vwx310000, vwx310001), bbf) -> new_esEs2(vwx30001, vwx310001, bbf) 19.19/7.03 new_esEs3(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), bda, app(app(ty_Either, bde), bdf)) -> new_esEs0(vwx30001, vwx310001, bde, bdf) 19.19/7.03 new_esEs(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), cc, bc, app(app(ty_@2, ee), ef)) -> new_esEs3(vwx30002, vwx310002, ee, ef) 19.19/7.03 new_esEs(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), app(app(ty_@2, ca), cb), bc, bd) -> new_esEs3(vwx30000, vwx310000, ca, cb) 19.19/7.03 new_esEs(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), cc, bc, app(app(app(ty_@3, df), dg), dh)) -> new_esEs(vwx30002, vwx310002, df, dg, dh) 19.19/7.03 new_esEs2(:(vwx30000, vwx30001), :(vwx310000, vwx310001), app(app(app(ty_@3, bae), baf), bag)) -> new_esEs(vwx30000, vwx310000, bae, baf, bag) 19.19/7.03 new_esEs0(Right(vwx30000), Right(vwx310000), gb, app(app(ty_Either, gf), gg)) -> new_esEs0(vwx30000, vwx310000, gf, gg) 19.19/7.03 new_esEs(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), app(ty_Maybe, bg), bc, bd) -> new_esEs1(vwx30000, vwx310000, bg) 19.19/7.03 new_esEs(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), app(ty_[], bh), bc, bd) -> new_esEs2(vwx30000, vwx310000, bh) 19.19/7.03 new_esEs(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), cc, app(ty_Maybe, db), bd) -> new_esEs1(vwx30001, vwx310001, db) 19.19/7.03 new_esEs1(Just(vwx30000), Just(vwx310000), app(app(ty_@2, bac), bad)) -> new_esEs3(vwx30000, vwx310000, bac, bad) 19.19/7.03 new_esEs3(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), app(ty_Maybe, bce), bcb) -> new_esEs1(vwx30000, vwx310000, bce) 19.19/7.03 new_esEs(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), cc, app(ty_[], dc), bd) -> new_esEs2(vwx30001, vwx310001, dc) 19.19/7.03 new_esEs2(:(vwx30000, vwx30001), :(vwx310000, vwx310001), app(app(ty_@2, bbd), bbe)) -> new_esEs3(vwx30000, vwx310000, bbd, bbe) 19.19/7.03 new_esEs3(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), bda, app(app(app(ty_@3, bdb), bdc), bdd)) -> new_esEs(vwx30001, vwx310001, bdb, bdc, bdd) 19.19/7.03 new_esEs3(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), bda, app(app(ty_@2, bea), beb)) -> new_esEs3(vwx30001, vwx310001, bea, beb) 19.19/7.03 new_esEs(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), cc, app(app(app(ty_@3, cd), ce), cf), bd) -> new_esEs(vwx30001, vwx310001, cd, ce, cf) 19.19/7.03 new_esEs3(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), bda, app(ty_Maybe, bdg)) -> new_esEs1(vwx30001, vwx310001, bdg) 19.19/7.03 new_esEs0(Left(vwx30000), Left(vwx310000), app(app(ty_@2, fh), ga), fb) -> new_esEs3(vwx30000, vwx310000, fh, ga) 19.19/7.03 new_esEs(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), cc, bc, app(ty_[], ed)) -> new_esEs2(vwx30002, vwx310002, ed) 19.19/7.03 new_esEs0(Left(vwx30000), Left(vwx310000), app(ty_[], fg), fb) -> new_esEs2(vwx30000, vwx310000, fg) 19.19/7.03 new_esEs1(Just(vwx30000), Just(vwx310000), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx30000, vwx310000, hd, he, hf) 19.19/7.03 new_esEs0(Right(vwx30000), Right(vwx310000), gb, app(app(ty_@2, hb), hc)) -> new_esEs3(vwx30000, vwx310000, hb, hc) 19.19/7.03 new_esEs(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), app(app(ty_Either, be), bf), bc, bd) -> new_esEs0(vwx30000, vwx310000, be, bf) 19.19/7.03 new_esEs0(Left(vwx30000), Left(vwx310000), app(app(ty_Either, fc), fd), fb) -> new_esEs0(vwx30000, vwx310000, fc, fd) 19.19/7.03 new_esEs2(:(vwx30000, vwx30001), :(vwx310000, vwx310001), app(app(ty_Either, bah), bba)) -> new_esEs0(vwx30000, vwx310000, bah, bba) 19.19/7.03 new_esEs(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), cc, app(app(ty_Either, cg), da), bd) -> new_esEs0(vwx30001, vwx310001, cg, da) 19.19/7.03 new_esEs(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), cc, bc, app(ty_Maybe, ec)) -> new_esEs1(vwx30002, vwx310002, ec) 19.19/7.03 new_esEs3(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), app(ty_[], bcf), bcb) -> new_esEs2(vwx30000, vwx310000, bcf) 19.19/7.03 new_esEs0(Right(vwx30000), Right(vwx310000), gb, app(app(app(ty_@3, gc), gd), ge)) -> new_esEs(vwx30000, vwx310000, gc, gd, ge) 19.19/7.03 new_esEs3(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), app(app(app(ty_@3, bbg), bbh), bca), bcb) -> new_esEs(vwx30000, vwx310000, bbg, bbh, bca) 19.19/7.03 new_esEs3(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), app(app(ty_@2, bcg), bch), bcb) -> new_esEs3(vwx30000, vwx310000, bcg, bch) 19.19/7.03 new_esEs(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), app(app(app(ty_@3, h), ba), bb), bc, bd) -> new_esEs(vwx30000, vwx310000, h, ba, bb) 19.19/7.03 new_esEs3(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), bda, app(ty_[], bdh)) -> new_esEs2(vwx30001, vwx310001, bdh) 19.19/7.03 new_esEs0(Right(vwx30000), Right(vwx310000), gb, app(ty_Maybe, gh)) -> new_esEs1(vwx30000, vwx310000, gh) 19.19/7.03 new_esEs1(Just(vwx30000), Just(vwx310000), app(ty_[], bab)) -> new_esEs2(vwx30000, vwx310000, bab) 19.19/7.03 new_esEs2(:(vwx30000, vwx30001), :(vwx310000, vwx310001), app(ty_[], bbc)) -> new_esEs2(vwx30000, vwx310000, bbc) 19.19/7.03 new_esEs0(Right(vwx30000), Right(vwx310000), gb, app(ty_[], ha)) -> new_esEs2(vwx30000, vwx310000, ha) 19.19/7.03 new_esEs1(Just(vwx30000), Just(vwx310000), app(ty_Maybe, baa)) -> new_esEs1(vwx30000, vwx310000, baa) 19.19/7.03 new_esEs(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), cc, bc, app(app(ty_Either, ea), eb)) -> new_esEs0(vwx30002, vwx310002, ea, eb) 19.19/7.03 new_esEs(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), cc, app(app(ty_@2, dd), de), bd) -> new_esEs3(vwx30001, vwx310001, dd, de) 19.19/7.03 new_esEs0(Left(vwx30000), Left(vwx310000), app(app(app(ty_@3, eg), eh), fa), fb) -> new_esEs(vwx30000, vwx310000, eg, eh, fa) 19.19/7.03 new_esEs2(:(vwx30000, vwx30001), :(vwx310000, vwx310001), app(ty_Maybe, bbb)) -> new_esEs1(vwx30000, vwx310000, bbb) 19.19/7.03 19.19/7.03 R is empty. 19.19/7.03 Q is empty. 19.19/7.03 We have to consider all minimal (P,Q,R)-chains. 19.19/7.03 ---------------------------------------- 19.19/7.03 19.19/7.03 (27) QDPSizeChangeProof (EQUIVALENT) 19.19/7.03 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.19/7.03 19.19/7.03 From the DPs we obtained the following set of size-change graphs: 19.19/7.03 *new_esEs1(Just(vwx30000), Just(vwx310000), app(app(ty_Either, hg), hh)) -> new_esEs0(vwx30000, vwx310000, hg, hh) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs1(Just(vwx30000), Just(vwx310000), app(app(ty_@2, bac), bad)) -> new_esEs3(vwx30000, vwx310000, bac, bad) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs1(Just(vwx30000), Just(vwx310000), app(ty_Maybe, baa)) -> new_esEs1(vwx30000, vwx310000, baa) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs1(Just(vwx30000), Just(vwx310000), app(ty_[], bab)) -> new_esEs2(vwx30000, vwx310000, bab) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs1(Just(vwx30000), Just(vwx310000), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx30000, vwx310000, hd, he, hf) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs2(:(vwx30000, vwx30001), :(vwx310000, vwx310001), app(app(ty_Either, bah), bba)) -> new_esEs0(vwx30000, vwx310000, bah, bba) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs2(:(vwx30000, vwx30001), :(vwx310000, vwx310001), app(app(ty_@2, bbd), bbe)) -> new_esEs3(vwx30000, vwx310000, bbd, bbe) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs2(:(vwx30000, vwx30001), :(vwx310000, vwx310001), app(ty_Maybe, bbb)) -> new_esEs1(vwx30000, vwx310000, bbb) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs2(:(vwx30000, vwx30001), :(vwx310000, vwx310001), app(app(app(ty_@3, bae), baf), bag)) -> new_esEs(vwx30000, vwx310000, bae, baf, bag) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs0(Right(vwx30000), Right(vwx310000), gb, app(app(ty_Either, gf), gg)) -> new_esEs0(vwx30000, vwx310000, gf, gg) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs0(Left(vwx30000), Left(vwx310000), app(app(ty_Either, fc), fd), fb) -> new_esEs0(vwx30000, vwx310000, fc, fd) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs3(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), app(app(ty_Either, bcc), bcd), bcb) -> new_esEs0(vwx30000, vwx310000, bcc, bcd) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs3(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), bda, app(app(ty_Either, bde), bdf)) -> new_esEs0(vwx30001, vwx310001, bde, bdf) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), app(app(ty_Either, be), bf), bc, bd) -> new_esEs0(vwx30000, vwx310000, be, bf) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), cc, app(app(ty_Either, cg), da), bd) -> new_esEs0(vwx30001, vwx310001, cg, da) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), cc, bc, app(app(ty_Either, ea), eb)) -> new_esEs0(vwx30002, vwx310002, ea, eb) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs0(Left(vwx30000), Left(vwx310000), app(app(ty_@2, fh), ga), fb) -> new_esEs3(vwx30000, vwx310000, fh, ga) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs0(Right(vwx30000), Right(vwx310000), gb, app(app(ty_@2, hb), hc)) -> new_esEs3(vwx30000, vwx310000, hb, hc) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs0(Left(vwx30000), Left(vwx310000), app(ty_Maybe, ff), fb) -> new_esEs1(vwx30000, vwx310000, ff) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs0(Right(vwx30000), Right(vwx310000), gb, app(ty_Maybe, gh)) -> new_esEs1(vwx30000, vwx310000, gh) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs0(Left(vwx30000), Left(vwx310000), app(ty_[], fg), fb) -> new_esEs2(vwx30000, vwx310000, fg) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs0(Right(vwx30000), Right(vwx310000), gb, app(ty_[], ha)) -> new_esEs2(vwx30000, vwx310000, ha) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs0(Right(vwx30000), Right(vwx310000), gb, app(app(app(ty_@3, gc), gd), ge)) -> new_esEs(vwx30000, vwx310000, gc, gd, ge) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs0(Left(vwx30000), Left(vwx310000), app(app(app(ty_@3, eg), eh), fa), fb) -> new_esEs(vwx30000, vwx310000, eg, eh, fa) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs3(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), bda, app(app(ty_@2, bea), beb)) -> new_esEs3(vwx30001, vwx310001, bea, beb) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs3(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), app(app(ty_@2, bcg), bch), bcb) -> new_esEs3(vwx30000, vwx310000, bcg, bch) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), cc, bc, app(app(ty_@2, ee), ef)) -> new_esEs3(vwx30002, vwx310002, ee, ef) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), app(app(ty_@2, ca), cb), bc, bd) -> new_esEs3(vwx30000, vwx310000, ca, cb) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), cc, app(app(ty_@2, dd), de), bd) -> new_esEs3(vwx30001, vwx310001, dd, de) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs3(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), app(ty_Maybe, bce), bcb) -> new_esEs1(vwx30000, vwx310000, bce) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs3(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), bda, app(ty_Maybe, bdg)) -> new_esEs1(vwx30001, vwx310001, bdg) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), app(ty_Maybe, bg), bc, bd) -> new_esEs1(vwx30000, vwx310000, bg) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), cc, app(ty_Maybe, db), bd) -> new_esEs1(vwx30001, vwx310001, db) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), cc, bc, app(ty_Maybe, ec)) -> new_esEs1(vwx30002, vwx310002, ec) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs2(:(vwx30000, vwx30001), :(vwx310000, vwx310001), bbf) -> new_esEs2(vwx30001, vwx310001, bbf) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs2(:(vwx30000, vwx30001), :(vwx310000, vwx310001), app(ty_[], bbc)) -> new_esEs2(vwx30000, vwx310000, bbc) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs3(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), app(ty_[], bcf), bcb) -> new_esEs2(vwx30000, vwx310000, bcf) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs3(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), bda, app(ty_[], bdh)) -> new_esEs2(vwx30001, vwx310001, bdh) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), app(ty_[], bh), bc, bd) -> new_esEs2(vwx30000, vwx310000, bh) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), cc, app(ty_[], dc), bd) -> new_esEs2(vwx30001, vwx310001, dc) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), cc, bc, app(ty_[], ed)) -> new_esEs2(vwx30002, vwx310002, ed) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs3(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), bda, app(app(app(ty_@3, bdb), bdc), bdd)) -> new_esEs(vwx30001, vwx310001, bdb, bdc, bdd) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs3(@2(vwx30000, vwx30001), @2(vwx310000, vwx310001), app(app(app(ty_@3, bbg), bbh), bca), bcb) -> new_esEs(vwx30000, vwx310000, bbg, bbh, bca) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), cc, bc, app(app(app(ty_@3, df), dg), dh)) -> new_esEs(vwx30002, vwx310002, df, dg, dh) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), cc, app(app(app(ty_@3, cd), ce), cf), bd) -> new_esEs(vwx30001, vwx310001, cd, ce, cf) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.19/7.03 19.19/7.03 19.19/7.03 *new_esEs(@3(vwx30000, vwx30001, vwx30002), @3(vwx310000, vwx310001, vwx310002), app(app(app(ty_@3, h), ba), bb), bc, bd) -> new_esEs(vwx30000, vwx310000, h, ba, bb) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.19/7.03 19.19/7.03 19.19/7.03 ---------------------------------------- 19.19/7.03 19.19/7.03 (28) 19.19/7.03 YES 19.19/7.03 19.19/7.03 ---------------------------------------- 19.19/7.03 19.19/7.03 (29) 19.19/7.03 Obligation: 19.19/7.03 Q DP problem: 19.19/7.03 The TRS P consists of the following rules: 19.19/7.03 19.19/7.03 new_primMulNat(Succ(vwx300000), Succ(vwx3100100)) -> new_primMulNat(vwx300000, Succ(vwx3100100)) 19.19/7.03 19.19/7.03 R is empty. 19.19/7.03 Q is empty. 19.19/7.03 We have to consider all minimal (P,Q,R)-chains. 19.19/7.03 ---------------------------------------- 19.19/7.03 19.19/7.03 (30) QDPSizeChangeProof (EQUIVALENT) 19.19/7.03 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.19/7.03 19.19/7.03 From the DPs we obtained the following set of size-change graphs: 19.19/7.03 *new_primMulNat(Succ(vwx300000), Succ(vwx3100100)) -> new_primMulNat(vwx300000, Succ(vwx3100100)) 19.19/7.03 The graph contains the following edges 1 > 1, 2 >= 2 19.19/7.03 19.19/7.03 19.19/7.03 ---------------------------------------- 19.19/7.03 19.19/7.03 (31) 19.19/7.03 YES 19.19/7.03 19.19/7.03 ---------------------------------------- 19.19/7.03 19.19/7.03 (32) 19.19/7.03 Obligation: 19.19/7.03 Q DP problem: 19.19/7.03 The TRS P consists of the following rules: 19.19/7.03 19.19/7.03 new_primPlusNat(Succ(vwx17100), Succ(vwx31001000)) -> new_primPlusNat(vwx17100, vwx31001000) 19.19/7.03 19.19/7.03 R is empty. 19.19/7.03 Q is empty. 19.19/7.03 We have to consider all minimal (P,Q,R)-chains. 19.19/7.03 ---------------------------------------- 19.19/7.03 19.19/7.03 (33) QDPSizeChangeProof (EQUIVALENT) 19.19/7.03 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.19/7.03 19.19/7.03 From the DPs we obtained the following set of size-change graphs: 19.19/7.03 *new_primPlusNat(Succ(vwx17100), Succ(vwx31001000)) -> new_primPlusNat(vwx17100, vwx31001000) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2 19.19/7.03 19.19/7.03 19.19/7.03 ---------------------------------------- 19.19/7.03 19.19/7.03 (34) 19.19/7.03 YES 19.19/7.03 19.19/7.03 ---------------------------------------- 19.19/7.03 19.19/7.03 (35) 19.19/7.03 Obligation: 19.19/7.03 Q DP problem: 19.19/7.03 The TRS P consists of the following rules: 19.19/7.03 19.19/7.03 new_primEqNat(Succ(vwx300000), Succ(vwx3100000)) -> new_primEqNat(vwx300000, vwx3100000) 19.19/7.03 19.19/7.03 R is empty. 19.19/7.03 Q is empty. 19.19/7.03 We have to consider all minimal (P,Q,R)-chains. 19.19/7.03 ---------------------------------------- 19.19/7.03 19.19/7.03 (36) QDPSizeChangeProof (EQUIVALENT) 19.19/7.03 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.19/7.03 19.19/7.03 From the DPs we obtained the following set of size-change graphs: 19.19/7.03 *new_primEqNat(Succ(vwx300000), Succ(vwx3100000)) -> new_primEqNat(vwx300000, vwx3100000) 19.19/7.03 The graph contains the following edges 1 > 1, 2 > 2 19.19/7.03 19.19/7.03 19.19/7.03 ---------------------------------------- 19.19/7.03 19.19/7.03 (37) 19.19/7.03 YES 19.28/7.09 EOF