13.92/5.38 YES 16.57/6.16 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 16.57/6.16 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 16.57/6.16 16.57/6.16 16.57/6.16 H-Termination with start terms of the given HASKELL could be proven: 16.57/6.16 16.57/6.16 (0) HASKELL 16.57/6.16 (1) CR [EQUIVALENT, 0 ms] 16.57/6.16 (2) HASKELL 16.57/6.16 (3) IFR [EQUIVALENT, 0 ms] 16.57/6.16 (4) HASKELL 16.57/6.16 (5) BR [EQUIVALENT, 0 ms] 16.57/6.16 (6) HASKELL 16.57/6.16 (7) COR [EQUIVALENT, 14 ms] 16.57/6.16 (8) HASKELL 16.57/6.16 (9) LetRed [EQUIVALENT, 0 ms] 16.57/6.16 (10) HASKELL 16.57/6.16 (11) NumRed [SOUND, 0 ms] 16.57/6.16 (12) HASKELL 16.57/6.16 (13) Narrow [SOUND, 0 ms] 16.57/6.16 (14) AND 16.57/6.16 (15) QDP 16.57/6.16 (16) QDPSizeChangeProof [EQUIVALENT, 0 ms] 16.57/6.16 (17) YES 16.57/6.16 (18) QDP 16.57/6.16 (19) QDPSizeChangeProof [EQUIVALENT, 0 ms] 16.57/6.16 (20) YES 16.57/6.16 (21) QDP 16.57/6.16 (22) DependencyGraphProof [EQUIVALENT, 0 ms] 16.57/6.16 (23) QDP 16.57/6.16 (24) QDPSizeChangeProof [EQUIVALENT, 68 ms] 16.57/6.16 (25) YES 16.57/6.16 (26) QDP 16.57/6.16 (27) QDPSizeChangeProof [EQUIVALENT, 0 ms] 16.57/6.16 (28) YES 16.57/6.16 (29) QDP 16.57/6.16 (30) QDPSizeChangeProof [EQUIVALENT, 25 ms] 16.57/6.16 (31) YES 16.57/6.16 (32) QDP 16.57/6.16 (33) QDPSizeChangeProof [EQUIVALENT, 0 ms] 16.57/6.16 (34) YES 16.57/6.16 (35) QDP 16.57/6.16 (36) QDPSizeChangeProof [EQUIVALENT, 0 ms] 16.57/6.16 (37) YES 16.57/6.16 16.57/6.16 16.57/6.16 ---------------------------------------- 16.57/6.16 16.57/6.16 (0) 16.57/6.16 Obligation: 16.57/6.16 mainModule Main 16.57/6.16 module Main where { 16.57/6.16 import qualified Prelude; 16.57/6.16 } 16.57/6.16 16.57/6.16 ---------------------------------------- 16.57/6.16 16.57/6.16 (1) CR (EQUIVALENT) 16.57/6.16 Case Reductions: 16.57/6.16 The following Case expression 16.57/6.16 "case compare x y of { 16.57/6.16 EQ -> o; 16.57/6.16 LT -> LT; 16.57/6.16 GT -> GT} 16.57/6.16 " 16.57/6.16 is transformed to 16.57/6.16 "primCompAux0 o EQ = o; 16.57/6.16 primCompAux0 o LT = LT; 16.57/6.16 primCompAux0 o GT = GT; 16.57/6.16 " 16.57/6.16 16.57/6.16 ---------------------------------------- 16.57/6.16 16.57/6.16 (2) 16.57/6.16 Obligation: 16.57/6.16 mainModule Main 16.57/6.16 module Main where { 16.57/6.16 import qualified Prelude; 16.57/6.16 } 16.57/6.16 16.57/6.16 ---------------------------------------- 16.57/6.16 16.57/6.16 (3) IFR (EQUIVALENT) 16.57/6.16 If Reductions: 16.57/6.16 The following If expression 16.57/6.16 "if primGEqNatS x y then Succ (primDivNatS (primMinusNatS x y) (Succ y)) else Zero" 16.57/6.16 is transformed to 16.57/6.16 "primDivNatS0 x y True = Succ (primDivNatS (primMinusNatS x y) (Succ y)); 16.57/6.16 primDivNatS0 x y False = Zero; 16.57/6.16 " 16.57/6.16 The following If expression 16.57/6.16 "if primGEqNatS x y then primModNatS (primMinusNatS x y) (Succ y) else Succ x" 16.57/6.16 is transformed to 16.57/6.16 "primModNatS0 x y True = primModNatS (primMinusNatS x y) (Succ y); 16.57/6.16 primModNatS0 x y False = Succ x; 16.57/6.16 " 16.57/6.16 16.57/6.16 ---------------------------------------- 16.57/6.16 16.57/6.16 (4) 16.57/6.16 Obligation: 16.57/6.16 mainModule Main 16.57/6.16 module Main where { 16.57/6.16 import qualified Prelude; 16.57/6.16 } 16.57/6.16 16.57/6.16 ---------------------------------------- 16.57/6.16 16.57/6.16 (5) BR (EQUIVALENT) 16.57/6.16 Replaced joker patterns by fresh variables and removed binding patterns. 16.57/6.16 ---------------------------------------- 16.57/6.16 16.57/6.16 (6) 16.57/6.16 Obligation: 16.57/6.16 mainModule Main 16.57/6.16 module Main where { 16.57/6.16 import qualified Prelude; 16.57/6.16 } 16.57/6.16 16.57/6.16 ---------------------------------------- 16.57/6.16 16.57/6.16 (7) COR (EQUIVALENT) 16.57/6.16 Cond Reductions: 16.57/6.16 The following Function with conditions 16.57/6.16 "compare x y|x == yEQ|x <= yLT|otherwiseGT; 16.57/6.16 " 16.57/6.16 is transformed to 16.57/6.16 "compare x y = compare3 x y; 16.57/6.16 " 16.57/6.16 "compare0 x y True = GT; 16.57/6.16 " 16.57/6.16 "compare1 x y True = LT; 16.57/6.16 compare1 x y False = compare0 x y otherwise; 16.57/6.16 " 16.57/6.16 "compare2 x y True = EQ; 16.57/6.16 compare2 x y False = compare1 x y (x <= y); 16.57/6.16 " 16.57/6.16 "compare3 x y = compare2 x y (x == y); 16.57/6.16 " 16.57/6.16 The following Function with conditions 16.57/6.16 "min x y|x <= yx|otherwisey; 16.57/6.16 " 16.57/6.16 is transformed to 16.57/6.16 "min x y = min2 x y; 16.57/6.16 " 16.57/6.16 "min0 x y True = y; 16.57/6.16 " 16.57/6.16 "min1 x y True = x; 16.57/6.16 min1 x y False = min0 x y otherwise; 16.57/6.16 " 16.57/6.16 "min2 x y = min1 x y (x <= y); 16.57/6.16 " 16.57/6.16 The following Function with conditions 16.57/6.16 "absReal x|x >= 0x|otherwise`negate` x; 16.57/6.16 " 16.57/6.16 is transformed to 16.57/6.16 "absReal x = absReal2 x; 16.57/6.16 " 16.57/6.16 "absReal0 x True = `negate` x; 16.57/6.16 " 16.57/6.16 "absReal1 x True = x; 16.57/6.16 absReal1 x False = absReal0 x otherwise; 16.57/6.16 " 16.57/6.16 "absReal2 x = absReal1 x (x >= 0); 16.57/6.16 " 16.57/6.16 The following Function with conditions 16.57/6.16 "gcd' x 0 = x; 16.57/6.16 gcd' x y = gcd' y (x `rem` y); 16.57/6.16 " 16.57/6.16 is transformed to 16.57/6.16 "gcd' x zx = gcd'2 x zx; 16.57/6.16 gcd' x y = gcd'0 x y; 16.57/6.16 " 16.57/6.16 "gcd'0 x y = gcd' y (x `rem` y); 16.57/6.16 " 16.57/6.16 "gcd'1 True x zx = x; 16.57/6.16 gcd'1 zy zz vuu = gcd'0 zz vuu; 16.57/6.16 " 16.57/6.16 "gcd'2 x zx = gcd'1 (zx == 0) x zx; 16.57/6.16 gcd'2 vuv vuw = gcd'0 vuv vuw; 16.57/6.16 " 16.57/6.16 The following Function with conditions 16.57/6.16 "gcd 0 0 = error []; 16.57/6.16 gcd x y = gcd' (abs x) (abs y) where { 16.57/6.16 gcd' x 0 = x; 16.57/6.16 gcd' x y = gcd' y (x `rem` y); 16.57/6.16 } 16.57/6.16 ; 16.57/6.16 " 16.57/6.16 is transformed to 16.57/6.16 "gcd vux vuy = gcd3 vux vuy; 16.57/6.16 gcd x y = gcd0 x y; 16.57/6.16 " 16.57/6.16 "gcd0 x y = gcd' (abs x) (abs y) where { 16.57/6.16 gcd' x zx = gcd'2 x zx; 16.57/6.16 gcd' x y = gcd'0 x y; 16.57/6.16 ; 16.57/6.16 gcd'0 x y = gcd' y (x `rem` y); 16.57/6.16 ; 16.57/6.16 gcd'1 True x zx = x; 16.57/6.16 gcd'1 zy zz vuu = gcd'0 zz vuu; 16.57/6.16 ; 16.57/6.16 gcd'2 x zx = gcd'1 (zx == 0) x zx; 16.57/6.16 gcd'2 vuv vuw = gcd'0 vuv vuw; 16.57/6.16 } 16.57/6.16 ; 16.57/6.16 " 16.57/6.16 "gcd1 True vux vuy = error []; 16.57/6.16 gcd1 vuz vvu vvv = gcd0 vvu vvv; 16.57/6.16 " 16.57/6.16 "gcd2 True vux vuy = gcd1 (vuy == 0) vux vuy; 16.57/6.16 gcd2 vvw vvx vvy = gcd0 vvx vvy; 16.57/6.16 " 16.57/6.16 "gcd3 vux vuy = gcd2 (vux == 0) vux vuy; 16.57/6.16 gcd3 vvz vwu = gcd0 vvz vwu; 16.57/6.16 " 16.57/6.16 The following Function with conditions 16.57/6.16 "undefined |Falseundefined; 16.57/6.16 " 16.57/6.16 is transformed to 16.57/6.16 "undefined = undefined1; 16.57/6.16 " 16.57/6.16 "undefined0 True = undefined; 16.57/6.16 " 16.57/6.16 "undefined1 = undefined0 False; 16.57/6.16 " 16.57/6.16 The following Function with conditions 16.57/6.16 "reduce x y|y == 0error []|otherwisex `quot` d :% (y `quot` d) where { 16.57/6.16 d = gcd x y; 16.57/6.16 } 16.57/6.16 ; 16.57/6.16 " 16.57/6.16 is transformed to 16.57/6.16 "reduce x y = reduce2 x y; 16.57/6.16 " 16.57/6.16 "reduce2 x y = reduce1 x y (y == 0) where { 16.57/6.16 d = gcd x y; 16.57/6.16 ; 16.57/6.16 reduce0 x y True = x `quot` d :% (y `quot` d); 16.57/6.16 ; 16.57/6.16 reduce1 x y True = error []; 16.57/6.16 reduce1 x y False = reduce0 x y otherwise; 16.57/6.16 } 16.57/6.16 ; 16.57/6.16 " 16.57/6.16 16.57/6.16 ---------------------------------------- 16.57/6.16 16.57/6.16 (8) 16.57/6.16 Obligation: 16.57/6.16 mainModule Main 16.57/6.16 module Main where { 16.57/6.16 import qualified Prelude; 16.57/6.16 } 16.57/6.16 16.57/6.16 ---------------------------------------- 16.57/6.16 16.57/6.16 (9) LetRed (EQUIVALENT) 16.57/6.16 Let/Where Reductions: 16.57/6.16 The bindings of the following Let/Where expression 16.57/6.16 "gcd' (abs x) (abs y) where { 16.57/6.16 gcd' x zx = gcd'2 x zx; 16.57/6.16 gcd' x y = gcd'0 x y; 16.57/6.16 ; 16.57/6.16 gcd'0 x y = gcd' y (x `rem` y); 16.57/6.16 ; 16.57/6.16 gcd'1 True x zx = x; 16.57/6.16 gcd'1 zy zz vuu = gcd'0 zz vuu; 16.57/6.16 ; 16.57/6.16 gcd'2 x zx = gcd'1 (zx == 0) x zx; 16.57/6.16 gcd'2 vuv vuw = gcd'0 vuv vuw; 16.57/6.16 } 16.57/6.16 " 16.57/6.16 are unpacked to the following functions on top level 16.57/6.16 "gcd0Gcd'0 x y = gcd0Gcd' y (x `rem` y); 16.57/6.16 " 16.57/6.16 "gcd0Gcd'1 True x zx = x; 16.57/6.16 gcd0Gcd'1 zy zz vuu = gcd0Gcd'0 zz vuu; 16.57/6.16 " 16.57/6.16 "gcd0Gcd'2 x zx = gcd0Gcd'1 (zx == 0) x zx; 16.57/6.16 gcd0Gcd'2 vuv vuw = gcd0Gcd'0 vuv vuw; 16.57/6.16 " 16.57/6.16 "gcd0Gcd' x zx = gcd0Gcd'2 x zx; 16.57/6.16 gcd0Gcd' x y = gcd0Gcd'0 x y; 16.57/6.16 " 16.57/6.16 The bindings of the following Let/Where expression 16.57/6.16 "reduce1 x y (y == 0) where { 16.57/6.16 d = gcd x y; 16.57/6.16 ; 16.57/6.16 reduce0 x y True = x `quot` d :% (y `quot` d); 16.57/6.16 ; 16.57/6.16 reduce1 x y True = error []; 16.57/6.16 reduce1 x y False = reduce0 x y otherwise; 16.57/6.16 } 16.57/6.16 " 16.57/6.16 are unpacked to the following functions on top level 16.57/6.16 "reduce2Reduce1 vwv vww x y True = error []; 16.57/6.16 reduce2Reduce1 vwv vww x y False = reduce2Reduce0 vwv vww x y otherwise; 16.57/6.16 " 16.57/6.16 "reduce2Reduce0 vwv vww x y True = x `quot` reduce2D vwv vww :% (y `quot` reduce2D vwv vww); 16.57/6.16 " 16.57/6.16 "reduce2D vwv vww = gcd vwv vww; 16.57/6.16 " 16.57/6.16 16.57/6.16 ---------------------------------------- 16.57/6.16 16.57/6.16 (10) 16.57/6.16 Obligation: 16.57/6.16 mainModule Main 16.57/6.16 module Main where { 16.57/6.16 import qualified Prelude; 16.57/6.16 } 16.57/6.16 16.57/6.16 ---------------------------------------- 16.57/6.16 16.57/6.16 (11) NumRed (SOUND) 16.57/6.16 Num Reduction:All numbers are transformed to their corresponding representation with Succ, Pred and Zero. 16.57/6.16 ---------------------------------------- 16.57/6.16 16.57/6.16 (12) 16.57/6.16 Obligation: 16.57/6.16 mainModule Main 16.57/6.16 module Main where { 16.57/6.16 import qualified Prelude; 16.57/6.16 } 16.57/6.16 16.57/6.16 ---------------------------------------- 16.57/6.16 16.57/6.16 (13) Narrow (SOUND) 16.57/6.16 Haskell To QDPs 16.57/6.16 16.57/6.16 digraph dp_graph { 16.57/6.16 node [outthreshold=100, inthreshold=100];1[label="minimum",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 16.57/6.16 3[label="minimum vwx3",fontsize=16,color="black",shape="triangle"];3 -> 4[label="",style="solid", color="black", weight=3]; 16.57/6.16 4[label="foldl1 min vwx3",fontsize=16,color="burlywood",shape="box"];2957[label="vwx3/vwx30 : vwx31",fontsize=10,color="white",style="solid",shape="box"];4 -> 2957[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 2957 -> 5[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 2958[label="vwx3/[]",fontsize=10,color="white",style="solid",shape="box"];4 -> 2958[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 2958 -> 6[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 5[label="foldl1 min (vwx30 : vwx31)",fontsize=16,color="black",shape="box"];5 -> 7[label="",style="solid", color="black", weight=3]; 16.57/6.16 6[label="foldl1 min []",fontsize=16,color="black",shape="box"];6 -> 8[label="",style="solid", color="black", weight=3]; 16.57/6.16 7[label="foldl min vwx30 vwx31",fontsize=16,color="burlywood",shape="triangle"];2959[label="vwx31/vwx310 : vwx311",fontsize=10,color="white",style="solid",shape="box"];7 -> 2959[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 2959 -> 9[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 2960[label="vwx31/[]",fontsize=10,color="white",style="solid",shape="box"];7 -> 2960[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 2960 -> 10[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 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]; 16.57/6.16 10[label="foldl min vwx30 []",fontsize=16,color="black",shape="box"];10 -> 12[label="",style="solid", color="black", weight=3]; 16.57/6.16 11 -> 7[label="",style="dashed", color="red", weight=0]; 16.57/6.16 11[label="foldl min (min vwx30 vwx310) vwx311",fontsize=16,color="magenta"];11 -> 13[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 11 -> 14[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 12[label="vwx30",fontsize=16,color="green",shape="box"];13[label="vwx311",fontsize=16,color="green",shape="box"];14[label="min vwx30 vwx310",fontsize=16,color="black",shape="box"];14 -> 15[label="",style="solid", color="black", weight=3]; 16.57/6.16 15[label="min2 vwx30 vwx310",fontsize=16,color="black",shape="box"];15 -> 16[label="",style="solid", color="black", weight=3]; 16.57/6.16 16[label="min1 vwx30 vwx310 (vwx30 <= vwx310)",fontsize=16,color="burlywood",shape="box"];2961[label="vwx30/(vwx300,vwx301)",fontsize=10,color="white",style="solid",shape="box"];16 -> 2961[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 2961 -> 17[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 17[label="min1 (vwx300,vwx301) vwx310 ((vwx300,vwx301) <= vwx310)",fontsize=16,color="burlywood",shape="box"];2962[label="vwx310/(vwx3100,vwx3101)",fontsize=10,color="white",style="solid",shape="box"];17 -> 2962[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 2962 -> 18[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 18[label="min1 (vwx300,vwx301) (vwx3100,vwx3101) ((vwx300,vwx301) <= (vwx3100,vwx3101))",fontsize=16,color="black",shape="box"];18 -> 19[label="",style="solid", color="black", weight=3]; 16.57/6.16 19 -> 249[label="",style="dashed", color="red", weight=0]; 16.57/6.16 19[label="min1 (vwx300,vwx301) (vwx3100,vwx3101) (vwx300 < vwx3100 || vwx300 == vwx3100 && vwx301 <= vwx3101)",fontsize=16,color="magenta"];19 -> 250[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 19 -> 251[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 19 -> 252[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 19 -> 253[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 19 -> 254[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 250[label="vwx301",fontsize=16,color="green",shape="box"];251 -> 1066[label="",style="dashed", color="red", weight=0]; 16.57/6.16 251[label="vwx300 < vwx3100 || vwx300 == vwx3100 && vwx301 <= vwx3101",fontsize=16,color="magenta"];251 -> 1067[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 251 -> 1068[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 252[label="vwx3101",fontsize=16,color="green",shape="box"];253[label="vwx300",fontsize=16,color="green",shape="box"];254[label="vwx3100",fontsize=16,color="green",shape="box"];249[label="min1 (vwx32,vwx33) (vwx34,vwx35) vwx36",fontsize=16,color="burlywood",shape="triangle"];2963[label="vwx36/False",fontsize=10,color="white",style="solid",shape="box"];249 -> 2963[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 2963 -> 291[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 2964[label="vwx36/True",fontsize=10,color="white",style="solid",shape="box"];249 -> 2964[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 2964 -> 292[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1067[label="vwx300 < vwx3100",fontsize=16,color="blue",shape="box"];2965[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1067 -> 2965[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2965 -> 1071[label="",style="solid", color="blue", weight=3]; 16.57/6.16 2966[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1067 -> 2966[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2966 -> 1072[label="",style="solid", color="blue", weight=3]; 16.57/6.16 2967[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1067 -> 2967[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2967 -> 1073[label="",style="solid", color="blue", weight=3]; 16.57/6.16 2968[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1067 -> 2968[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2968 -> 1074[label="",style="solid", color="blue", weight=3]; 16.57/6.16 2969[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1067 -> 2969[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2969 -> 1075[label="",style="solid", color="blue", weight=3]; 16.57/6.16 2970[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1067 -> 2970[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2970 -> 1076[label="",style="solid", color="blue", weight=3]; 16.57/6.16 2971[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1067 -> 2971[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2971 -> 1077[label="",style="solid", color="blue", weight=3]; 16.57/6.16 2972[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1067 -> 2972[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2972 -> 1078[label="",style="solid", color="blue", weight=3]; 16.57/6.16 2973[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1067 -> 2973[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2973 -> 1079[label="",style="solid", color="blue", weight=3]; 16.57/6.16 2974[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1067 -> 2974[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2974 -> 1080[label="",style="solid", color="blue", weight=3]; 16.57/6.16 2975[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1067 -> 2975[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2975 -> 1081[label="",style="solid", color="blue", weight=3]; 16.57/6.16 2976[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1067 -> 2976[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2976 -> 1082[label="",style="solid", color="blue", weight=3]; 16.57/6.16 2977[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1067 -> 2977[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2977 -> 1083[label="",style="solid", color="blue", weight=3]; 16.57/6.16 2978[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1067 -> 2978[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2978 -> 1084[label="",style="solid", color="blue", weight=3]; 16.57/6.16 1068 -> 1381[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1068[label="vwx300 == vwx3100 && vwx301 <= vwx3101",fontsize=16,color="magenta"];1068 -> 1382[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1068 -> 1383[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1066[label="vwx105 || vwx106",fontsize=16,color="burlywood",shape="triangle"];2979[label="vwx105/False",fontsize=10,color="white",style="solid",shape="box"];1066 -> 2979[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 2979 -> 1089[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 2980[label="vwx105/True",fontsize=10,color="white",style="solid",shape="box"];1066 -> 2980[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 2980 -> 1090[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 291[label="min1 (vwx32,vwx33) (vwx34,vwx35) False",fontsize=16,color="black",shape="box"];291 -> 309[label="",style="solid", color="black", weight=3]; 16.57/6.16 292[label="min1 (vwx32,vwx33) (vwx34,vwx35) True",fontsize=16,color="black",shape="box"];292 -> 310[label="",style="solid", color="black", weight=3]; 16.57/6.16 1071[label="vwx300 < vwx3100",fontsize=16,color="black",shape="triangle"];1071 -> 1091[label="",style="solid", color="black", weight=3]; 16.57/6.16 1072[label="vwx300 < vwx3100",fontsize=16,color="black",shape="triangle"];1072 -> 1092[label="",style="solid", color="black", weight=3]; 16.57/6.16 1073[label="vwx300 < vwx3100",fontsize=16,color="black",shape="triangle"];1073 -> 1093[label="",style="solid", color="black", weight=3]; 16.57/6.16 1074[label="vwx300 < vwx3100",fontsize=16,color="black",shape="triangle"];1074 -> 1094[label="",style="solid", color="black", weight=3]; 16.57/6.16 1075[label="vwx300 < vwx3100",fontsize=16,color="black",shape="triangle"];1075 -> 1095[label="",style="solid", color="black", weight=3]; 16.57/6.16 1076[label="vwx300 < vwx3100",fontsize=16,color="black",shape="triangle"];1076 -> 1096[label="",style="solid", color="black", weight=3]; 16.57/6.16 1077[label="vwx300 < vwx3100",fontsize=16,color="black",shape="triangle"];1077 -> 1097[label="",style="solid", color="black", weight=3]; 16.57/6.16 1078[label="vwx300 < vwx3100",fontsize=16,color="black",shape="triangle"];1078 -> 1098[label="",style="solid", color="black", weight=3]; 16.57/6.16 1079[label="vwx300 < vwx3100",fontsize=16,color="black",shape="triangle"];1079 -> 1099[label="",style="solid", color="black", weight=3]; 16.57/6.16 1080[label="vwx300 < vwx3100",fontsize=16,color="black",shape="triangle"];1080 -> 1100[label="",style="solid", color="black", weight=3]; 16.57/6.16 1081[label="vwx300 < vwx3100",fontsize=16,color="black",shape="triangle"];1081 -> 1101[label="",style="solid", color="black", weight=3]; 16.57/6.16 1082[label="vwx300 < vwx3100",fontsize=16,color="black",shape="triangle"];1082 -> 1102[label="",style="solid", color="black", weight=3]; 16.57/6.16 1083[label="vwx300 < vwx3100",fontsize=16,color="black",shape="triangle"];1083 -> 1103[label="",style="solid", color="black", weight=3]; 16.57/6.16 1084[label="vwx300 < vwx3100",fontsize=16,color="black",shape="triangle"];1084 -> 1104[label="",style="solid", color="black", weight=3]; 16.57/6.16 1382[label="vwx301 <= vwx3101",fontsize=16,color="blue",shape="box"];2981[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1382 -> 2981[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2981 -> 1386[label="",style="solid", color="blue", weight=3]; 16.57/6.16 2982[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1382 -> 2982[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2982 -> 1387[label="",style="solid", color="blue", weight=3]; 16.57/6.16 2983[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1382 -> 2983[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2983 -> 1388[label="",style="solid", color="blue", weight=3]; 16.57/6.16 2984[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1382 -> 2984[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2984 -> 1389[label="",style="solid", color="blue", weight=3]; 16.57/6.16 2985[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1382 -> 2985[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2985 -> 1390[label="",style="solid", color="blue", weight=3]; 16.57/6.16 2986[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1382 -> 2986[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2986 -> 1391[label="",style="solid", color="blue", weight=3]; 16.57/6.16 2987[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1382 -> 2987[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2987 -> 1392[label="",style="solid", color="blue", weight=3]; 16.57/6.16 2988[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1382 -> 2988[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2988 -> 1393[label="",style="solid", color="blue", weight=3]; 16.57/6.16 2989[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1382 -> 2989[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2989 -> 1394[label="",style="solid", color="blue", weight=3]; 16.57/6.16 2990[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1382 -> 2990[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2990 -> 1395[label="",style="solid", color="blue", weight=3]; 16.57/6.16 2991[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1382 -> 2991[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2991 -> 1396[label="",style="solid", color="blue", weight=3]; 16.57/6.16 2992[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1382 -> 2992[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2992 -> 1397[label="",style="solid", color="blue", weight=3]; 16.57/6.16 2993[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1382 -> 2993[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2993 -> 1398[label="",style="solid", color="blue", weight=3]; 16.57/6.16 2994[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1382 -> 2994[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2994 -> 1399[label="",style="solid", color="blue", weight=3]; 16.57/6.16 1383[label="vwx300 == vwx3100",fontsize=16,color="blue",shape="box"];2995[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1383 -> 2995[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2995 -> 1400[label="",style="solid", color="blue", weight=3]; 16.57/6.16 2996[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1383 -> 2996[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2996 -> 1401[label="",style="solid", color="blue", weight=3]; 16.57/6.16 2997[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1383 -> 2997[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2997 -> 1402[label="",style="solid", color="blue", weight=3]; 16.57/6.16 2998[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1383 -> 2998[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2998 -> 1403[label="",style="solid", color="blue", weight=3]; 16.57/6.16 2999[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1383 -> 2999[label="",style="solid", color="blue", weight=9]; 16.57/6.16 2999 -> 1404[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3000[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1383 -> 3000[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3000 -> 1405[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3001[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1383 -> 3001[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3001 -> 1406[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3002[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1383 -> 3002[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3002 -> 1407[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3003[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1383 -> 3003[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3003 -> 1408[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3004[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1383 -> 3004[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3004 -> 1409[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3005[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1383 -> 3005[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3005 -> 1410[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3006[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1383 -> 3006[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3006 -> 1411[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3007[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1383 -> 3007[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3007 -> 1412[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3008[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1383 -> 3008[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3008 -> 1413[label="",style="solid", color="blue", weight=3]; 16.57/6.16 1381[label="vwx124 && vwx125",fontsize=16,color="burlywood",shape="triangle"];3009[label="vwx124/False",fontsize=10,color="white",style="solid",shape="box"];1381 -> 3009[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3009 -> 1414[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3010[label="vwx124/True",fontsize=10,color="white",style="solid",shape="box"];1381 -> 3010[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3010 -> 1415[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1089[label="False || vwx106",fontsize=16,color="black",shape="box"];1089 -> 1121[label="",style="solid", color="black", weight=3]; 16.57/6.16 1090[label="True || vwx106",fontsize=16,color="black",shape="box"];1090 -> 1122[label="",style="solid", color="black", weight=3]; 16.57/6.16 309[label="min0 (vwx32,vwx33) (vwx34,vwx35) otherwise",fontsize=16,color="black",shape="box"];309 -> 327[label="",style="solid", color="black", weight=3]; 16.57/6.16 310[label="(vwx32,vwx33)",fontsize=16,color="green",shape="box"];1091[label="compare vwx300 vwx3100 == LT",fontsize=16,color="black",shape="box"];1091 -> 1123[label="",style="solid", color="black", weight=3]; 16.57/6.16 1092[label="compare vwx300 vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];3011[label="vwx300/vwx3000 : vwx3001",fontsize=10,color="white",style="solid",shape="box"];1092 -> 3011[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3011 -> 1124[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3012[label="vwx300/[]",fontsize=10,color="white",style="solid",shape="box"];1092 -> 3012[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3012 -> 1125[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1093[label="compare vwx300 vwx3100 == LT",fontsize=16,color="black",shape="box"];1093 -> 1126[label="",style="solid", color="black", weight=3]; 16.57/6.16 1094[label="compare vwx300 vwx3100 == LT",fontsize=16,color="black",shape="box"];1094 -> 1127[label="",style="solid", color="black", weight=3]; 16.57/6.16 1095[label="compare vwx300 vwx3100 == LT",fontsize=16,color="black",shape="box"];1095 -> 1128[label="",style="solid", color="black", weight=3]; 16.57/6.16 1096[label="compare vwx300 vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];3013[label="vwx300/()",fontsize=10,color="white",style="solid",shape="box"];1096 -> 3013[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3013 -> 1129[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1097[label="compare vwx300 vwx3100 == LT",fontsize=16,color="black",shape="box"];1097 -> 1130[label="",style="solid", color="black", weight=3]; 16.57/6.16 1098[label="compare vwx300 vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];3014[label="vwx300/vwx3000 :% vwx3001",fontsize=10,color="white",style="solid",shape="box"];1098 -> 3014[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3014 -> 1131[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1099[label="compare vwx300 vwx3100 == LT",fontsize=16,color="black",shape="box"];1099 -> 1132[label="",style="solid", color="black", weight=3]; 16.57/6.16 1100[label="compare vwx300 vwx3100 == LT",fontsize=16,color="black",shape="box"];1100 -> 1133[label="",style="solid", color="black", weight=3]; 16.57/6.16 1101[label="compare vwx300 vwx3100 == LT",fontsize=16,color="black",shape="box"];1101 -> 1134[label="",style="solid", color="black", weight=3]; 16.57/6.16 1102[label="compare vwx300 vwx3100 == LT",fontsize=16,color="black",shape="box"];1102 -> 1135[label="",style="solid", color="black", weight=3]; 16.57/6.16 1103[label="compare vwx300 vwx3100 == LT",fontsize=16,color="black",shape="box"];1103 -> 1136[label="",style="solid", color="black", weight=3]; 16.57/6.16 1104[label="compare vwx300 vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];3015[label="vwx300/Integer vwx3000",fontsize=10,color="white",style="solid",shape="box"];1104 -> 3015[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3015 -> 1137[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1386[label="vwx301 <= vwx3101",fontsize=16,color="black",shape="triangle"];1386 -> 1454[label="",style="solid", color="black", weight=3]; 16.57/6.16 1387[label="vwx301 <= vwx3101",fontsize=16,color="black",shape="triangle"];1387 -> 1455[label="",style="solid", color="black", weight=3]; 16.57/6.16 1388[label="vwx301 <= vwx3101",fontsize=16,color="burlywood",shape="triangle"];3016[label="vwx301/False",fontsize=10,color="white",style="solid",shape="box"];1388 -> 3016[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3016 -> 1456[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3017[label="vwx301/True",fontsize=10,color="white",style="solid",shape="box"];1388 -> 3017[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3017 -> 1457[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1389[label="vwx301 <= vwx3101",fontsize=16,color="burlywood",shape="triangle"];3018[label="vwx301/Left vwx3010",fontsize=10,color="white",style="solid",shape="box"];1389 -> 3018[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3018 -> 1458[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3019[label="vwx301/Right vwx3010",fontsize=10,color="white",style="solid",shape="box"];1389 -> 3019[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3019 -> 1459[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1390[label="vwx301 <= vwx3101",fontsize=16,color="burlywood",shape="triangle"];3020[label="vwx301/(vwx3010,vwx3011,vwx3012)",fontsize=10,color="white",style="solid",shape="box"];1390 -> 3020[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3020 -> 1460[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1391[label="vwx301 <= vwx3101",fontsize=16,color="black",shape="triangle"];1391 -> 1461[label="",style="solid", color="black", weight=3]; 16.57/6.16 1392[label="vwx301 <= vwx3101",fontsize=16,color="black",shape="triangle"];1392 -> 1462[label="",style="solid", color="black", weight=3]; 16.57/6.16 1393[label="vwx301 <= vwx3101",fontsize=16,color="black",shape="triangle"];1393 -> 1463[label="",style="solid", color="black", weight=3]; 16.57/6.16 1394[label="vwx301 <= vwx3101",fontsize=16,color="burlywood",shape="triangle"];3021[label="vwx301/Nothing",fontsize=10,color="white",style="solid",shape="box"];1394 -> 3021[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3021 -> 1464[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3022[label="vwx301/Just vwx3010",fontsize=10,color="white",style="solid",shape="box"];1394 -> 3022[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3022 -> 1465[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1395[label="vwx301 <= vwx3101",fontsize=16,color="black",shape="triangle"];1395 -> 1466[label="",style="solid", color="black", weight=3]; 16.57/6.16 1396[label="vwx301 <= vwx3101",fontsize=16,color="black",shape="triangle"];1396 -> 1467[label="",style="solid", color="black", weight=3]; 16.57/6.16 1397[label="vwx301 <= vwx3101",fontsize=16,color="burlywood",shape="triangle"];3023[label="vwx301/LT",fontsize=10,color="white",style="solid",shape="box"];1397 -> 3023[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3023 -> 1468[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3024[label="vwx301/EQ",fontsize=10,color="white",style="solid",shape="box"];1397 -> 3024[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3024 -> 1469[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3025[label="vwx301/GT",fontsize=10,color="white",style="solid",shape="box"];1397 -> 3025[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3025 -> 1470[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1398[label="vwx301 <= vwx3101",fontsize=16,color="burlywood",shape="triangle"];3026[label="vwx301/(vwx3010,vwx3011)",fontsize=10,color="white",style="solid",shape="box"];1398 -> 3026[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3026 -> 1471[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1399[label="vwx301 <= vwx3101",fontsize=16,color="black",shape="triangle"];1399 -> 1472[label="",style="solid", color="black", weight=3]; 16.57/6.16 1400[label="vwx300 == vwx3100",fontsize=16,color="black",shape="triangle"];1400 -> 1473[label="",style="solid", color="black", weight=3]; 16.57/6.16 1401[label="vwx300 == vwx3100",fontsize=16,color="burlywood",shape="triangle"];3027[label="vwx300/vwx3000 : vwx3001",fontsize=10,color="white",style="solid",shape="box"];1401 -> 3027[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3027 -> 1474[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3028[label="vwx300/[]",fontsize=10,color="white",style="solid",shape="box"];1401 -> 3028[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3028 -> 1475[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1402 -> 1323[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1402[label="vwx300 == vwx3100",fontsize=16,color="magenta"];1403 -> 1325[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1403[label="vwx300 == vwx3100",fontsize=16,color="magenta"];1404 -> 1327[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1404[label="vwx300 == vwx3100",fontsize=16,color="magenta"];1405[label="vwx300 == vwx3100",fontsize=16,color="burlywood",shape="triangle"];3029[label="vwx300/()",fontsize=10,color="white",style="solid",shape="box"];1405 -> 3029[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3029 -> 1476[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1406[label="vwx300 == vwx3100",fontsize=16,color="black",shape="triangle"];1406 -> 1477[label="",style="solid", color="black", weight=3]; 16.57/6.16 1407[label="vwx300 == vwx3100",fontsize=16,color="burlywood",shape="triangle"];3030[label="vwx300/vwx3000 :% vwx3001",fontsize=10,color="white",style="solid",shape="box"];1407 -> 3030[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3030 -> 1478[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1408 -> 1335[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1408[label="vwx300 == vwx3100",fontsize=16,color="magenta"];1409[label="vwx300 == vwx3100",fontsize=16,color="black",shape="triangle"];1409 -> 1479[label="",style="solid", color="black", weight=3]; 16.57/6.16 1410[label="vwx300 == vwx3100",fontsize=16,color="black",shape="triangle"];1410 -> 1480[label="",style="solid", color="black", weight=3]; 16.57/6.16 1411 -> 1116[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1411[label="vwx300 == vwx3100",fontsize=16,color="magenta"];1412 -> 1342[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1412[label="vwx300 == vwx3100",fontsize=16,color="magenta"];1413[label="vwx300 == vwx3100",fontsize=16,color="burlywood",shape="triangle"];3031[label="vwx300/Integer vwx3000",fontsize=10,color="white",style="solid",shape="box"];1413 -> 3031[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3031 -> 1481[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1414[label="False && vwx125",fontsize=16,color="black",shape="box"];1414 -> 1482[label="",style="solid", color="black", weight=3]; 16.57/6.16 1415[label="True && vwx125",fontsize=16,color="black",shape="box"];1415 -> 1483[label="",style="solid", color="black", weight=3]; 16.57/6.16 1121[label="vwx106",fontsize=16,color="green",shape="box"];1122[label="True",fontsize=16,color="green",shape="box"];327[label="min0 (vwx32,vwx33) (vwx34,vwx35) True",fontsize=16,color="black",shape="box"];327 -> 347[label="",style="solid", color="black", weight=3]; 16.57/6.16 1123 -> 1116[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1123[label="primCmpInt vwx300 vwx3100 == LT",fontsize=16,color="magenta"];1123 -> 1160[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1123 -> 1161[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1124[label="compare (vwx3000 : vwx3001) vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];3032[label="vwx3100/vwx31000 : vwx31001",fontsize=10,color="white",style="solid",shape="box"];1124 -> 3032[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3032 -> 1162[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3033[label="vwx3100/[]",fontsize=10,color="white",style="solid",shape="box"];1124 -> 3033[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3033 -> 1163[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1125[label="compare [] vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];3034[label="vwx3100/vwx31000 : vwx31001",fontsize=10,color="white",style="solid",shape="box"];1125 -> 3034[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3034 -> 1164[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3035[label="vwx3100/[]",fontsize=10,color="white",style="solid",shape="box"];1125 -> 3035[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3035 -> 1165[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1126 -> 1116[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1126[label="compare3 vwx300 vwx3100 == LT",fontsize=16,color="magenta"];1126 -> 1166[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1126 -> 1167[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1127 -> 1116[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1127[label="compare3 vwx300 vwx3100 == LT",fontsize=16,color="magenta"];1127 -> 1168[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1127 -> 1169[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1128 -> 1116[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1128[label="compare3 vwx300 vwx3100 == LT",fontsize=16,color="magenta"];1128 -> 1170[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1128 -> 1171[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1129[label="compare () vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];3036[label="vwx3100/()",fontsize=10,color="white",style="solid",shape="box"];1129 -> 3036[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3036 -> 1172[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1130 -> 1116[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1130[label="primCmpDouble vwx300 vwx3100 == LT",fontsize=16,color="magenta"];1130 -> 1173[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1130 -> 1174[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1131[label="compare (vwx3000 :% vwx3001) vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];3037[label="vwx3100/vwx31000 :% vwx31001",fontsize=10,color="white",style="solid",shape="box"];1131 -> 3037[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3037 -> 1175[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1132 -> 1116[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1132[label="compare3 vwx300 vwx3100 == LT",fontsize=16,color="magenta"];1132 -> 1176[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1132 -> 1177[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1133 -> 1116[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1133[label="primCmpFloat vwx300 vwx3100 == LT",fontsize=16,color="magenta"];1133 -> 1178[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1133 -> 1179[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1134 -> 1116[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1134[label="primCmpChar vwx300 vwx3100 == LT",fontsize=16,color="magenta"];1134 -> 1180[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1134 -> 1181[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1135 -> 1116[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1135[label="compare3 vwx300 vwx3100 == LT",fontsize=16,color="magenta"];1135 -> 1182[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1135 -> 1183[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1136 -> 1116[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1136[label="compare3 vwx300 vwx3100 == LT",fontsize=16,color="magenta"];1136 -> 1184[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1136 -> 1185[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1137[label="compare (Integer vwx3000) vwx3100 == LT",fontsize=16,color="burlywood",shape="box"];3038[label="vwx3100/Integer vwx31000",fontsize=10,color="white",style="solid",shape="box"];1137 -> 3038[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3038 -> 1186[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1454[label="compare vwx301 vwx3101 /= GT",fontsize=16,color="black",shape="box"];1454 -> 1500[label="",style="solid", color="black", weight=3]; 16.57/6.16 1455[label="compare vwx301 vwx3101 /= GT",fontsize=16,color="black",shape="box"];1455 -> 1501[label="",style="solid", color="black", weight=3]; 16.57/6.16 1456[label="False <= vwx3101",fontsize=16,color="burlywood",shape="box"];3039[label="vwx3101/False",fontsize=10,color="white",style="solid",shape="box"];1456 -> 3039[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3039 -> 1502[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3040[label="vwx3101/True",fontsize=10,color="white",style="solid",shape="box"];1456 -> 3040[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3040 -> 1503[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1457[label="True <= vwx3101",fontsize=16,color="burlywood",shape="box"];3041[label="vwx3101/False",fontsize=10,color="white",style="solid",shape="box"];1457 -> 3041[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3041 -> 1504[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3042[label="vwx3101/True",fontsize=10,color="white",style="solid",shape="box"];1457 -> 3042[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3042 -> 1505[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1458[label="Left vwx3010 <= vwx3101",fontsize=16,color="burlywood",shape="box"];3043[label="vwx3101/Left vwx31010",fontsize=10,color="white",style="solid",shape="box"];1458 -> 3043[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3043 -> 1506[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3044[label="vwx3101/Right vwx31010",fontsize=10,color="white",style="solid",shape="box"];1458 -> 3044[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3044 -> 1507[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1459[label="Right vwx3010 <= vwx3101",fontsize=16,color="burlywood",shape="box"];3045[label="vwx3101/Left vwx31010",fontsize=10,color="white",style="solid",shape="box"];1459 -> 3045[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3045 -> 1508[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3046[label="vwx3101/Right vwx31010",fontsize=10,color="white",style="solid",shape="box"];1459 -> 3046[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3046 -> 1509[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1460[label="(vwx3010,vwx3011,vwx3012) <= vwx3101",fontsize=16,color="burlywood",shape="box"];3047[label="vwx3101/(vwx31010,vwx31011,vwx31012)",fontsize=10,color="white",style="solid",shape="box"];1460 -> 3047[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3047 -> 1510[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1461[label="compare vwx301 vwx3101 /= GT",fontsize=16,color="black",shape="box"];1461 -> 1511[label="",style="solid", color="black", weight=3]; 16.57/6.16 1462[label="compare vwx301 vwx3101 /= GT",fontsize=16,color="black",shape="box"];1462 -> 1512[label="",style="solid", color="black", weight=3]; 16.57/6.16 1463[label="compare vwx301 vwx3101 /= GT",fontsize=16,color="black",shape="box"];1463 -> 1513[label="",style="solid", color="black", weight=3]; 16.57/6.16 1464[label="Nothing <= vwx3101",fontsize=16,color="burlywood",shape="box"];3048[label="vwx3101/Nothing",fontsize=10,color="white",style="solid",shape="box"];1464 -> 3048[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3048 -> 1514[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3049[label="vwx3101/Just vwx31010",fontsize=10,color="white",style="solid",shape="box"];1464 -> 3049[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3049 -> 1515[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1465[label="Just vwx3010 <= vwx3101",fontsize=16,color="burlywood",shape="box"];3050[label="vwx3101/Nothing",fontsize=10,color="white",style="solid",shape="box"];1465 -> 3050[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3050 -> 1516[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3051[label="vwx3101/Just vwx31010",fontsize=10,color="white",style="solid",shape="box"];1465 -> 3051[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3051 -> 1517[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1466[label="compare vwx301 vwx3101 /= GT",fontsize=16,color="black",shape="box"];1466 -> 1518[label="",style="solid", color="black", weight=3]; 16.57/6.16 1467[label="compare vwx301 vwx3101 /= GT",fontsize=16,color="black",shape="box"];1467 -> 1519[label="",style="solid", color="black", weight=3]; 16.57/6.16 1468[label="LT <= vwx3101",fontsize=16,color="burlywood",shape="box"];3052[label="vwx3101/LT",fontsize=10,color="white",style="solid",shape="box"];1468 -> 3052[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3052 -> 1520[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3053[label="vwx3101/EQ",fontsize=10,color="white",style="solid",shape="box"];1468 -> 3053[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3053 -> 1521[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3054[label="vwx3101/GT",fontsize=10,color="white",style="solid",shape="box"];1468 -> 3054[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3054 -> 1522[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1469[label="EQ <= vwx3101",fontsize=16,color="burlywood",shape="box"];3055[label="vwx3101/LT",fontsize=10,color="white",style="solid",shape="box"];1469 -> 3055[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3055 -> 1523[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3056[label="vwx3101/EQ",fontsize=10,color="white",style="solid",shape="box"];1469 -> 3056[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3056 -> 1524[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3057[label="vwx3101/GT",fontsize=10,color="white",style="solid",shape="box"];1469 -> 3057[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3057 -> 1525[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1470[label="GT <= vwx3101",fontsize=16,color="burlywood",shape="box"];3058[label="vwx3101/LT",fontsize=10,color="white",style="solid",shape="box"];1470 -> 3058[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3058 -> 1526[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3059[label="vwx3101/EQ",fontsize=10,color="white",style="solid",shape="box"];1470 -> 3059[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3059 -> 1527[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3060[label="vwx3101/GT",fontsize=10,color="white",style="solid",shape="box"];1470 -> 3060[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3060 -> 1528[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1471[label="(vwx3010,vwx3011) <= vwx3101",fontsize=16,color="burlywood",shape="box"];3061[label="vwx3101/(vwx31010,vwx31011)",fontsize=10,color="white",style="solid",shape="box"];1471 -> 3061[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3061 -> 1529[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1472[label="compare vwx301 vwx3101 /= GT",fontsize=16,color="black",shape="box"];1472 -> 1530[label="",style="solid", color="black", weight=3]; 16.57/6.16 1473[label="primEqInt vwx300 vwx3100",fontsize=16,color="burlywood",shape="triangle"];3062[label="vwx300/Pos vwx3000",fontsize=10,color="white",style="solid",shape="box"];1473 -> 3062[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3062 -> 1531[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3063[label="vwx300/Neg vwx3000",fontsize=10,color="white",style="solid",shape="box"];1473 -> 3063[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3063 -> 1532[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1474[label="vwx3000 : vwx3001 == vwx3100",fontsize=16,color="burlywood",shape="box"];3064[label="vwx3100/vwx31000 : vwx31001",fontsize=10,color="white",style="solid",shape="box"];1474 -> 3064[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3064 -> 1533[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3065[label="vwx3100/[]",fontsize=10,color="white",style="solid",shape="box"];1474 -> 3065[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3065 -> 1534[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1475[label="[] == vwx3100",fontsize=16,color="burlywood",shape="box"];3066[label="vwx3100/vwx31000 : vwx31001",fontsize=10,color="white",style="solid",shape="box"];1475 -> 3066[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3066 -> 1535[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3067[label="vwx3100/[]",fontsize=10,color="white",style="solid",shape="box"];1475 -> 3067[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3067 -> 1536[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1323[label="vwx300 == vwx3100",fontsize=16,color="burlywood",shape="triangle"];3068[label="vwx300/False",fontsize=10,color="white",style="solid",shape="box"];1323 -> 3068[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3068 -> 1425[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3069[label="vwx300/True",fontsize=10,color="white",style="solid",shape="box"];1323 -> 3069[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3069 -> 1426[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1325[label="vwx300 == vwx3100",fontsize=16,color="burlywood",shape="triangle"];3070[label="vwx300/Left vwx3000",fontsize=10,color="white",style="solid",shape="box"];1325 -> 3070[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3070 -> 1429[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3071[label="vwx300/Right vwx3000",fontsize=10,color="white",style="solid",shape="box"];1325 -> 3071[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3071 -> 1430[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1327[label="vwx300 == vwx3100",fontsize=16,color="burlywood",shape="triangle"];3072[label="vwx300/(vwx3000,vwx3001,vwx3002)",fontsize=10,color="white",style="solid",shape="box"];1327 -> 3072[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3072 -> 1433[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1476[label="() == vwx3100",fontsize=16,color="burlywood",shape="box"];3073[label="vwx3100/()",fontsize=10,color="white",style="solid",shape="box"];1476 -> 3073[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3073 -> 1537[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1477[label="primEqDouble vwx300 vwx3100",fontsize=16,color="burlywood",shape="box"];3074[label="vwx300/Double vwx3000 vwx3001",fontsize=10,color="white",style="solid",shape="box"];1477 -> 3074[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3074 -> 1538[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1478[label="vwx3000 :% vwx3001 == vwx3100",fontsize=16,color="burlywood",shape="box"];3075[label="vwx3100/vwx31000 :% vwx31001",fontsize=10,color="white",style="solid",shape="box"];1478 -> 3075[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3075 -> 1539[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1335[label="vwx300 == vwx3100",fontsize=16,color="burlywood",shape="triangle"];3076[label="vwx300/Nothing",fontsize=10,color="white",style="solid",shape="box"];1335 -> 3076[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3076 -> 1440[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3077[label="vwx300/Just vwx3000",fontsize=10,color="white",style="solid",shape="box"];1335 -> 3077[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3077 -> 1441[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1479[label="primEqFloat vwx300 vwx3100",fontsize=16,color="burlywood",shape="box"];3078[label="vwx300/Float vwx3000 vwx3001",fontsize=10,color="white",style="solid",shape="box"];1479 -> 3078[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3078 -> 1540[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1480[label="primEqChar vwx300 vwx3100",fontsize=16,color="burlywood",shape="box"];3079[label="vwx300/Char vwx3000",fontsize=10,color="white",style="solid",shape="box"];1480 -> 3079[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3079 -> 1541[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1116[label="vwx300 == vwx3100",fontsize=16,color="burlywood",shape="triangle"];3080[label="vwx300/LT",fontsize=10,color="white",style="solid",shape="box"];1116 -> 3080[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3080 -> 1153[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3081[label="vwx300/EQ",fontsize=10,color="white",style="solid",shape="box"];1116 -> 3081[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3081 -> 1154[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3082[label="vwx300/GT",fontsize=10,color="white",style="solid",shape="box"];1116 -> 3082[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3082 -> 1155[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1342[label="vwx300 == vwx3100",fontsize=16,color="burlywood",shape="triangle"];3083[label="vwx300/(vwx3000,vwx3001)",fontsize=10,color="white",style="solid",shape="box"];1342 -> 3083[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3083 -> 1449[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1481[label="Integer vwx3000 == vwx3100",fontsize=16,color="burlywood",shape="box"];3084[label="vwx3100/Integer vwx31000",fontsize=10,color="white",style="solid",shape="box"];1481 -> 3084[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3084 -> 1542[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1482[label="False",fontsize=16,color="green",shape="box"];1483[label="vwx125",fontsize=16,color="green",shape="box"];347[label="(vwx34,vwx35)",fontsize=16,color="green",shape="box"];1160[label="LT",fontsize=16,color="green",shape="box"];1161[label="primCmpInt vwx300 vwx3100",fontsize=16,color="burlywood",shape="triangle"];3085[label="vwx300/Pos vwx3000",fontsize=10,color="white",style="solid",shape="box"];1161 -> 3085[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3085 -> 1236[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3086[label="vwx300/Neg vwx3000",fontsize=10,color="white",style="solid",shape="box"];1161 -> 3086[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3086 -> 1237[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1162[label="compare (vwx3000 : vwx3001) (vwx31000 : vwx31001) == LT",fontsize=16,color="black",shape="box"];1162 -> 1238[label="",style="solid", color="black", weight=3]; 16.57/6.16 1163[label="compare (vwx3000 : vwx3001) [] == LT",fontsize=16,color="black",shape="box"];1163 -> 1239[label="",style="solid", color="black", weight=3]; 16.57/6.16 1164[label="compare [] (vwx31000 : vwx31001) == LT",fontsize=16,color="black",shape="box"];1164 -> 1240[label="",style="solid", color="black", weight=3]; 16.57/6.16 1165[label="compare [] [] == LT",fontsize=16,color="black",shape="box"];1165 -> 1241[label="",style="solid", color="black", weight=3]; 16.57/6.16 1166[label="LT",fontsize=16,color="green",shape="box"];1167[label="compare3 vwx300 vwx3100",fontsize=16,color="black",shape="triangle"];1167 -> 1242[label="",style="solid", color="black", weight=3]; 16.57/6.16 1168[label="LT",fontsize=16,color="green",shape="box"];1169[label="compare3 vwx300 vwx3100",fontsize=16,color="black",shape="triangle"];1169 -> 1243[label="",style="solid", color="black", weight=3]; 16.57/6.16 1170[label="LT",fontsize=16,color="green",shape="box"];1171[label="compare3 vwx300 vwx3100",fontsize=16,color="black",shape="triangle"];1171 -> 1244[label="",style="solid", color="black", weight=3]; 16.57/6.16 1172[label="compare () () == LT",fontsize=16,color="black",shape="box"];1172 -> 1245[label="",style="solid", color="black", weight=3]; 16.57/6.16 1173[label="LT",fontsize=16,color="green",shape="box"];1174[label="primCmpDouble vwx300 vwx3100",fontsize=16,color="burlywood",shape="triangle"];3087[label="vwx300/Double vwx3000 vwx3001",fontsize=10,color="white",style="solid",shape="box"];1174 -> 3087[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3087 -> 1246[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1175[label="compare (vwx3000 :% vwx3001) (vwx31000 :% vwx31001) == LT",fontsize=16,color="black",shape="box"];1175 -> 1247[label="",style="solid", color="black", weight=3]; 16.57/6.16 1176[label="LT",fontsize=16,color="green",shape="box"];1177[label="compare3 vwx300 vwx3100",fontsize=16,color="black",shape="triangle"];1177 -> 1248[label="",style="solid", color="black", weight=3]; 16.57/6.16 1178[label="LT",fontsize=16,color="green",shape="box"];1179[label="primCmpFloat vwx300 vwx3100",fontsize=16,color="burlywood",shape="triangle"];3088[label="vwx300/Float vwx3000 vwx3001",fontsize=10,color="white",style="solid",shape="box"];1179 -> 3088[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3088 -> 1249[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1180[label="LT",fontsize=16,color="green",shape="box"];1181[label="primCmpChar vwx300 vwx3100",fontsize=16,color="burlywood",shape="triangle"];3089[label="vwx300/Char vwx3000",fontsize=10,color="white",style="solid",shape="box"];1181 -> 3089[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3089 -> 1250[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1182[label="LT",fontsize=16,color="green",shape="box"];1183[label="compare3 vwx300 vwx3100",fontsize=16,color="black",shape="triangle"];1183 -> 1251[label="",style="solid", color="black", weight=3]; 16.57/6.16 1184[label="LT",fontsize=16,color="green",shape="box"];1185[label="compare3 vwx300 vwx3100",fontsize=16,color="black",shape="triangle"];1185 -> 1252[label="",style="solid", color="black", weight=3]; 16.57/6.16 1186[label="compare (Integer vwx3000) (Integer vwx31000) == LT",fontsize=16,color="black",shape="box"];1186 -> 1253[label="",style="solid", color="black", weight=3]; 16.57/6.16 1500 -> 1610[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1500[label="not (compare vwx301 vwx3101 == GT)",fontsize=16,color="magenta"];1500 -> 1611[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1501 -> 1610[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1501[label="not (compare vwx301 vwx3101 == GT)",fontsize=16,color="magenta"];1501 -> 1612[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1502[label="False <= False",fontsize=16,color="black",shape="box"];1502 -> 1619[label="",style="solid", color="black", weight=3]; 16.57/6.16 1503[label="False <= True",fontsize=16,color="black",shape="box"];1503 -> 1620[label="",style="solid", color="black", weight=3]; 16.57/6.16 1504[label="True <= False",fontsize=16,color="black",shape="box"];1504 -> 1621[label="",style="solid", color="black", weight=3]; 16.57/6.16 1505[label="True <= True",fontsize=16,color="black",shape="box"];1505 -> 1622[label="",style="solid", color="black", weight=3]; 16.57/6.16 1506[label="Left vwx3010 <= Left vwx31010",fontsize=16,color="black",shape="box"];1506 -> 1623[label="",style="solid", color="black", weight=3]; 16.57/6.16 1507[label="Left vwx3010 <= Right vwx31010",fontsize=16,color="black",shape="box"];1507 -> 1624[label="",style="solid", color="black", weight=3]; 16.57/6.16 1508[label="Right vwx3010 <= Left vwx31010",fontsize=16,color="black",shape="box"];1508 -> 1625[label="",style="solid", color="black", weight=3]; 16.57/6.16 1509[label="Right vwx3010 <= Right vwx31010",fontsize=16,color="black",shape="box"];1509 -> 1626[label="",style="solid", color="black", weight=3]; 16.57/6.16 1510[label="(vwx3010,vwx3011,vwx3012) <= (vwx31010,vwx31011,vwx31012)",fontsize=16,color="black",shape="box"];1510 -> 1627[label="",style="solid", color="black", weight=3]; 16.57/6.16 1511 -> 1610[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1511[label="not (compare vwx301 vwx3101 == GT)",fontsize=16,color="magenta"];1511 -> 1613[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1512 -> 1610[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1512[label="not (compare vwx301 vwx3101 == GT)",fontsize=16,color="magenta"];1512 -> 1614[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1513 -> 1610[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1513[label="not (compare vwx301 vwx3101 == GT)",fontsize=16,color="magenta"];1513 -> 1615[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1514[label="Nothing <= Nothing",fontsize=16,color="black",shape="box"];1514 -> 1628[label="",style="solid", color="black", weight=3]; 16.57/6.16 1515[label="Nothing <= Just vwx31010",fontsize=16,color="black",shape="box"];1515 -> 1629[label="",style="solid", color="black", weight=3]; 16.57/6.16 1516[label="Just vwx3010 <= Nothing",fontsize=16,color="black",shape="box"];1516 -> 1630[label="",style="solid", color="black", weight=3]; 16.57/6.16 1517[label="Just vwx3010 <= Just vwx31010",fontsize=16,color="black",shape="box"];1517 -> 1631[label="",style="solid", color="black", weight=3]; 16.57/6.16 1518 -> 1610[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1518[label="not (compare vwx301 vwx3101 == GT)",fontsize=16,color="magenta"];1518 -> 1616[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1519 -> 1610[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1519[label="not (compare vwx301 vwx3101 == GT)",fontsize=16,color="magenta"];1519 -> 1617[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1520[label="LT <= LT",fontsize=16,color="black",shape="box"];1520 -> 1632[label="",style="solid", color="black", weight=3]; 16.57/6.16 1521[label="LT <= EQ",fontsize=16,color="black",shape="box"];1521 -> 1633[label="",style="solid", color="black", weight=3]; 16.57/6.16 1522[label="LT <= GT",fontsize=16,color="black",shape="box"];1522 -> 1634[label="",style="solid", color="black", weight=3]; 16.57/6.16 1523[label="EQ <= LT",fontsize=16,color="black",shape="box"];1523 -> 1635[label="",style="solid", color="black", weight=3]; 16.57/6.16 1524[label="EQ <= EQ",fontsize=16,color="black",shape="box"];1524 -> 1636[label="",style="solid", color="black", weight=3]; 16.57/6.16 1525[label="EQ <= GT",fontsize=16,color="black",shape="box"];1525 -> 1637[label="",style="solid", color="black", weight=3]; 16.57/6.16 1526[label="GT <= LT",fontsize=16,color="black",shape="box"];1526 -> 1638[label="",style="solid", color="black", weight=3]; 16.57/6.16 1527[label="GT <= EQ",fontsize=16,color="black",shape="box"];1527 -> 1639[label="",style="solid", color="black", weight=3]; 16.57/6.16 1528[label="GT <= GT",fontsize=16,color="black",shape="box"];1528 -> 1640[label="",style="solid", color="black", weight=3]; 16.57/6.16 1529[label="(vwx3010,vwx3011) <= (vwx31010,vwx31011)",fontsize=16,color="black",shape="box"];1529 -> 1641[label="",style="solid", color="black", weight=3]; 16.57/6.16 1530 -> 1610[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1530[label="not (compare vwx301 vwx3101 == GT)",fontsize=16,color="magenta"];1530 -> 1618[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1531[label="primEqInt (Pos vwx3000) vwx3100",fontsize=16,color="burlywood",shape="box"];3090[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];1531 -> 3090[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3090 -> 1642[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3091[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];1531 -> 3091[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3091 -> 1643[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1532[label="primEqInt (Neg vwx3000) vwx3100",fontsize=16,color="burlywood",shape="box"];3092[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];1532 -> 3092[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3092 -> 1644[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3093[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];1532 -> 3093[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3093 -> 1645[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1533[label="vwx3000 : vwx3001 == vwx31000 : vwx31001",fontsize=16,color="black",shape="box"];1533 -> 1646[label="",style="solid", color="black", weight=3]; 16.57/6.16 1534[label="vwx3000 : vwx3001 == []",fontsize=16,color="black",shape="box"];1534 -> 1647[label="",style="solid", color="black", weight=3]; 16.57/6.16 1535[label="[] == vwx31000 : vwx31001",fontsize=16,color="black",shape="box"];1535 -> 1648[label="",style="solid", color="black", weight=3]; 16.57/6.16 1536[label="[] == []",fontsize=16,color="black",shape="box"];1536 -> 1649[label="",style="solid", color="black", weight=3]; 16.57/6.16 1425[label="False == vwx3100",fontsize=16,color="burlywood",shape="box"];3094[label="vwx3100/False",fontsize=10,color="white",style="solid",shape="box"];1425 -> 3094[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3094 -> 1543[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3095[label="vwx3100/True",fontsize=10,color="white",style="solid",shape="box"];1425 -> 3095[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3095 -> 1544[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1426[label="True == vwx3100",fontsize=16,color="burlywood",shape="box"];3096[label="vwx3100/False",fontsize=10,color="white",style="solid",shape="box"];1426 -> 3096[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3096 -> 1545[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3097[label="vwx3100/True",fontsize=10,color="white",style="solid",shape="box"];1426 -> 3097[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3097 -> 1546[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1429[label="Left vwx3000 == vwx3100",fontsize=16,color="burlywood",shape="box"];3098[label="vwx3100/Left vwx31000",fontsize=10,color="white",style="solid",shape="box"];1429 -> 3098[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3098 -> 1547[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3099[label="vwx3100/Right vwx31000",fontsize=10,color="white",style="solid",shape="box"];1429 -> 3099[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3099 -> 1548[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1430[label="Right vwx3000 == vwx3100",fontsize=16,color="burlywood",shape="box"];3100[label="vwx3100/Left vwx31000",fontsize=10,color="white",style="solid",shape="box"];1430 -> 3100[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3100 -> 1549[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3101[label="vwx3100/Right vwx31000",fontsize=10,color="white",style="solid",shape="box"];1430 -> 3101[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3101 -> 1550[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1433[label="(vwx3000,vwx3001,vwx3002) == vwx3100",fontsize=16,color="burlywood",shape="box"];3102[label="vwx3100/(vwx31000,vwx31001,vwx31002)",fontsize=10,color="white",style="solid",shape="box"];1433 -> 3102[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3102 -> 1551[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1537[label="() == ()",fontsize=16,color="black",shape="box"];1537 -> 1650[label="",style="solid", color="black", weight=3]; 16.57/6.16 1538[label="primEqDouble (Double vwx3000 vwx3001) vwx3100",fontsize=16,color="burlywood",shape="box"];3103[label="vwx3100/Double vwx31000 vwx31001",fontsize=10,color="white",style="solid",shape="box"];1538 -> 3103[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3103 -> 1651[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1539[label="vwx3000 :% vwx3001 == vwx31000 :% vwx31001",fontsize=16,color="black",shape="box"];1539 -> 1652[label="",style="solid", color="black", weight=3]; 16.57/6.16 1440[label="Nothing == vwx3100",fontsize=16,color="burlywood",shape="box"];3104[label="vwx3100/Nothing",fontsize=10,color="white",style="solid",shape="box"];1440 -> 3104[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3104 -> 1552[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3105[label="vwx3100/Just vwx31000",fontsize=10,color="white",style="solid",shape="box"];1440 -> 3105[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3105 -> 1553[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1441[label="Just vwx3000 == vwx3100",fontsize=16,color="burlywood",shape="box"];3106[label="vwx3100/Nothing",fontsize=10,color="white",style="solid",shape="box"];1441 -> 3106[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3106 -> 1554[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3107[label="vwx3100/Just vwx31000",fontsize=10,color="white",style="solid",shape="box"];1441 -> 3107[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3107 -> 1555[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1540[label="primEqFloat (Float vwx3000 vwx3001) vwx3100",fontsize=16,color="burlywood",shape="box"];3108[label="vwx3100/Float vwx31000 vwx31001",fontsize=10,color="white",style="solid",shape="box"];1540 -> 3108[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3108 -> 1653[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1541[label="primEqChar (Char vwx3000) vwx3100",fontsize=16,color="burlywood",shape="box"];3109[label="vwx3100/Char vwx31000",fontsize=10,color="white",style="solid",shape="box"];1541 -> 3109[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3109 -> 1654[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1153[label="LT == vwx3100",fontsize=16,color="burlywood",shape="box"];3110[label="vwx3100/LT",fontsize=10,color="white",style="solid",shape="box"];1153 -> 3110[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3110 -> 1211[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3111[label="vwx3100/EQ",fontsize=10,color="white",style="solid",shape="box"];1153 -> 3111[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3111 -> 1212[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3112[label="vwx3100/GT",fontsize=10,color="white",style="solid",shape="box"];1153 -> 3112[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3112 -> 1213[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1154[label="EQ == vwx3100",fontsize=16,color="burlywood",shape="box"];3113[label="vwx3100/LT",fontsize=10,color="white",style="solid",shape="box"];1154 -> 3113[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3113 -> 1214[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3114[label="vwx3100/EQ",fontsize=10,color="white",style="solid",shape="box"];1154 -> 3114[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3114 -> 1215[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3115[label="vwx3100/GT",fontsize=10,color="white",style="solid",shape="box"];1154 -> 3115[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3115 -> 1216[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1155[label="GT == vwx3100",fontsize=16,color="burlywood",shape="box"];3116[label="vwx3100/LT",fontsize=10,color="white",style="solid",shape="box"];1155 -> 3116[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3116 -> 1217[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3117[label="vwx3100/EQ",fontsize=10,color="white",style="solid",shape="box"];1155 -> 3117[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3117 -> 1218[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3118[label="vwx3100/GT",fontsize=10,color="white",style="solid",shape="box"];1155 -> 3118[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3118 -> 1219[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1449[label="(vwx3000,vwx3001) == vwx3100",fontsize=16,color="burlywood",shape="box"];3119[label="vwx3100/(vwx31000,vwx31001)",fontsize=10,color="white",style="solid",shape="box"];1449 -> 3119[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3119 -> 1556[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1542[label="Integer vwx3000 == Integer vwx31000",fontsize=16,color="black",shape="box"];1542 -> 1655[label="",style="solid", color="black", weight=3]; 16.57/6.16 1236[label="primCmpInt (Pos vwx3000) vwx3100",fontsize=16,color="burlywood",shape="box"];3120[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];1236 -> 3120[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3120 -> 1310[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3121[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];1236 -> 3121[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3121 -> 1311[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1237[label="primCmpInt (Neg vwx3000) vwx3100",fontsize=16,color="burlywood",shape="box"];3122[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];1237 -> 3122[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3122 -> 1312[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3123[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];1237 -> 3123[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3123 -> 1313[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1238 -> 1116[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1238[label="primCompAux vwx3000 vwx31000 (compare vwx3001 vwx31001) == LT",fontsize=16,color="magenta"];1238 -> 1314[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1238 -> 1315[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1239 -> 1116[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1239[label="GT == LT",fontsize=16,color="magenta"];1239 -> 1316[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1239 -> 1317[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1240 -> 1116[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1240[label="LT == LT",fontsize=16,color="magenta"];1240 -> 1318[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1240 -> 1319[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1241 -> 1116[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1241[label="EQ == LT",fontsize=16,color="magenta"];1241 -> 1320[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1241 -> 1321[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1242 -> 1322[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1242[label="compare2 vwx300 vwx3100 (vwx300 == vwx3100)",fontsize=16,color="magenta"];1242 -> 1323[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1243 -> 1324[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1243[label="compare2 vwx300 vwx3100 (vwx300 == vwx3100)",fontsize=16,color="magenta"];1243 -> 1325[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1244 -> 1326[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1244[label="compare2 vwx300 vwx3100 (vwx300 == vwx3100)",fontsize=16,color="magenta"];1244 -> 1327[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1245 -> 1116[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1245[label="EQ == LT",fontsize=16,color="magenta"];1245 -> 1328[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1245 -> 1329[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1246[label="primCmpDouble (Double vwx3000 vwx3001) vwx3100",fontsize=16,color="burlywood",shape="box"];3124[label="vwx3001/Pos vwx30010",fontsize=10,color="white",style="solid",shape="box"];1246 -> 3124[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3124 -> 1330[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3125[label="vwx3001/Neg vwx30010",fontsize=10,color="white",style="solid",shape="box"];1246 -> 3125[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3125 -> 1331[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1247 -> 1116[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1247[label="compare (vwx3000 * vwx31001) (vwx31000 * vwx3001) == LT",fontsize=16,color="magenta"];1247 -> 1332[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1247 -> 1333[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1248 -> 1334[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1248[label="compare2 vwx300 vwx3100 (vwx300 == vwx3100)",fontsize=16,color="magenta"];1248 -> 1335[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1249[label="primCmpFloat (Float vwx3000 vwx3001) vwx3100",fontsize=16,color="burlywood",shape="box"];3126[label="vwx3001/Pos vwx30010",fontsize=10,color="white",style="solid",shape="box"];1249 -> 3126[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3126 -> 1336[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3127[label="vwx3001/Neg vwx30010",fontsize=10,color="white",style="solid",shape="box"];1249 -> 3127[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3127 -> 1337[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1250[label="primCmpChar (Char vwx3000) vwx3100",fontsize=16,color="burlywood",shape="box"];3128[label="vwx3100/Char vwx31000",fontsize=10,color="white",style="solid",shape="box"];1250 -> 3128[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3128 -> 1338[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1251 -> 1339[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1251[label="compare2 vwx300 vwx3100 (vwx300 == vwx3100)",fontsize=16,color="magenta"];1251 -> 1340[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1252 -> 1341[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1252[label="compare2 vwx300 vwx3100 (vwx300 == vwx3100)",fontsize=16,color="magenta"];1252 -> 1342[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1253 -> 1116[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1253[label="primCmpInt vwx3000 vwx31000 == LT",fontsize=16,color="magenta"];1253 -> 1343[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1253 -> 1344[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1611 -> 1116[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1611[label="compare vwx301 vwx3101 == GT",fontsize=16,color="magenta"];1611 -> 1656[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1611 -> 1657[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1610[label="not vwx133",fontsize=16,color="burlywood",shape="triangle"];3129[label="vwx133/False",fontsize=10,color="white",style="solid",shape="box"];1610 -> 3129[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3129 -> 1658[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3130[label="vwx133/True",fontsize=10,color="white",style="solid",shape="box"];1610 -> 3130[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3130 -> 1659[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1612 -> 1116[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1612[label="compare vwx301 vwx3101 == GT",fontsize=16,color="magenta"];1612 -> 1660[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1612 -> 1661[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1619[label="True",fontsize=16,color="green",shape="box"];1620[label="True",fontsize=16,color="green",shape="box"];1621[label="False",fontsize=16,color="green",shape="box"];1622[label="True",fontsize=16,color="green",shape="box"];1623[label="vwx3010 <= vwx31010",fontsize=16,color="blue",shape="box"];3131[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1623 -> 3131[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3131 -> 1690[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3132[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1623 -> 3132[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3132 -> 1691[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3133[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1623 -> 3133[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3133 -> 1692[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3134[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1623 -> 3134[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3134 -> 1693[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3135[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1623 -> 3135[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3135 -> 1694[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3136[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1623 -> 3136[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3136 -> 1695[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3137[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1623 -> 3137[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3137 -> 1696[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3138[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1623 -> 3138[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3138 -> 1697[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3139[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1623 -> 3139[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3139 -> 1698[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3140[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1623 -> 3140[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3140 -> 1699[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3141[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1623 -> 3141[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3141 -> 1700[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3142[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1623 -> 3142[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3142 -> 1701[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3143[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1623 -> 3143[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3143 -> 1702[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3144[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1623 -> 3144[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3144 -> 1703[label="",style="solid", color="blue", weight=3]; 16.57/6.16 1624[label="True",fontsize=16,color="green",shape="box"];1625[label="False",fontsize=16,color="green",shape="box"];1626[label="vwx3010 <= vwx31010",fontsize=16,color="blue",shape="box"];3145[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1626 -> 3145[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3145 -> 1704[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3146[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1626 -> 3146[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3146 -> 1705[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3147[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1626 -> 3147[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3147 -> 1706[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3148[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1626 -> 3148[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3148 -> 1707[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3149[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1626 -> 3149[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3149 -> 1708[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3150[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1626 -> 3150[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3150 -> 1709[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3151[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1626 -> 3151[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3151 -> 1710[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3152[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1626 -> 3152[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3152 -> 1711[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3153[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1626 -> 3153[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3153 -> 1712[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3154[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1626 -> 3154[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3154 -> 1713[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3155[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1626 -> 3155[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3155 -> 1714[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3156[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1626 -> 3156[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3156 -> 1715[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3157[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1626 -> 3157[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3157 -> 1716[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3158[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1626 -> 3158[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3158 -> 1717[label="",style="solid", color="blue", weight=3]; 16.57/6.16 1627 -> 1066[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1627[label="vwx3010 < vwx31010 || vwx3010 == vwx31010 && (vwx3011 < vwx31011 || vwx3011 == vwx31011 && vwx3012 <= vwx31012)",fontsize=16,color="magenta"];1627 -> 1718[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1627 -> 1719[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1613 -> 1116[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1613[label="compare vwx301 vwx3101 == GT",fontsize=16,color="magenta"];1613 -> 1662[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1613 -> 1663[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1614 -> 1116[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1614[label="compare vwx301 vwx3101 == GT",fontsize=16,color="magenta"];1614 -> 1664[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1614 -> 1665[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1615 -> 1116[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1615[label="compare vwx301 vwx3101 == GT",fontsize=16,color="magenta"];1615 -> 1666[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1615 -> 1667[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1628[label="True",fontsize=16,color="green",shape="box"];1629[label="True",fontsize=16,color="green",shape="box"];1630[label="False",fontsize=16,color="green",shape="box"];1631[label="vwx3010 <= vwx31010",fontsize=16,color="blue",shape="box"];3159[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1631 -> 3159[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3159 -> 1720[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3160[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1631 -> 3160[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3160 -> 1721[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3161[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1631 -> 3161[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3161 -> 1722[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3162[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1631 -> 3162[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3162 -> 1723[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3163[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1631 -> 3163[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3163 -> 1724[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3164[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1631 -> 3164[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3164 -> 1725[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3165[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1631 -> 3165[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3165 -> 1726[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3166[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1631 -> 3166[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3166 -> 1727[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3167[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1631 -> 3167[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3167 -> 1728[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3168[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1631 -> 3168[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3168 -> 1729[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3169[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1631 -> 3169[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3169 -> 1730[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3170[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1631 -> 3170[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3170 -> 1731[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3171[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1631 -> 3171[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3171 -> 1732[label="",style="solid", color="blue", weight=3]; 16.57/6.16 3172[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1631 -> 3172[label="",style="solid", color="blue", weight=9]; 16.57/6.16 3172 -> 1733[label="",style="solid", color="blue", weight=3]; 16.57/6.16 1616 -> 1116[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1616[label="compare vwx301 vwx3101 == GT",fontsize=16,color="magenta"];1616 -> 1668[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1616 -> 1669[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1617 -> 1116[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1617[label="compare vwx301 vwx3101 == GT",fontsize=16,color="magenta"];1617 -> 1670[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1617 -> 1671[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1632[label="True",fontsize=16,color="green",shape="box"];1633[label="True",fontsize=16,color="green",shape="box"];1634[label="True",fontsize=16,color="green",shape="box"];1635[label="False",fontsize=16,color="green",shape="box"];1636[label="True",fontsize=16,color="green",shape="box"];1637[label="True",fontsize=16,color="green",shape="box"];1638[label="False",fontsize=16,color="green",shape="box"];1639[label="False",fontsize=16,color="green",shape="box"];1640[label="True",fontsize=16,color="green",shape="box"];1641 -> 1066[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1641[label="vwx3010 < vwx31010 || vwx3010 == vwx31010 && vwx3011 <= vwx31011",fontsize=16,color="magenta"];1641 -> 1734[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1641 -> 1735[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1618 -> 1116[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1618[label="compare vwx301 vwx3101 == GT",fontsize=16,color="magenta"];1618 -> 1672[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1618 -> 1673[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1642[label="primEqInt (Pos (Succ vwx30000)) vwx3100",fontsize=16,color="burlywood",shape="box"];3173[label="vwx3100/Pos vwx31000",fontsize=10,color="white",style="solid",shape="box"];1642 -> 3173[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3173 -> 1736[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3174[label="vwx3100/Neg vwx31000",fontsize=10,color="white",style="solid",shape="box"];1642 -> 3174[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3174 -> 1737[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1643[label="primEqInt (Pos Zero) vwx3100",fontsize=16,color="burlywood",shape="box"];3175[label="vwx3100/Pos vwx31000",fontsize=10,color="white",style="solid",shape="box"];1643 -> 3175[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3175 -> 1738[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3176[label="vwx3100/Neg vwx31000",fontsize=10,color="white",style="solid",shape="box"];1643 -> 3176[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3176 -> 1739[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1644[label="primEqInt (Neg (Succ vwx30000)) vwx3100",fontsize=16,color="burlywood",shape="box"];3177[label="vwx3100/Pos vwx31000",fontsize=10,color="white",style="solid",shape="box"];1644 -> 3177[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3177 -> 1740[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3178[label="vwx3100/Neg vwx31000",fontsize=10,color="white",style="solid",shape="box"];1644 -> 3178[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3178 -> 1741[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1645[label="primEqInt (Neg Zero) vwx3100",fontsize=16,color="burlywood",shape="box"];3179[label="vwx3100/Pos vwx31000",fontsize=10,color="white",style="solid",shape="box"];1645 -> 3179[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3179 -> 1742[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3180[label="vwx3100/Neg vwx31000",fontsize=10,color="white",style="solid",shape="box"];1645 -> 3180[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3180 -> 1743[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1646 -> 1381[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1646[label="vwx3000 == vwx31000 && vwx3001 == vwx31001",fontsize=16,color="magenta"];1646 -> 1744[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1646 -> 1745[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1647[label="False",fontsize=16,color="green",shape="box"];1648[label="False",fontsize=16,color="green",shape="box"];1649[label="True",fontsize=16,color="green",shape="box"];1543[label="False == False",fontsize=16,color="black",shape="box"];1543 -> 1674[label="",style="solid", color="black", weight=3]; 16.57/6.16 1544[label="False == True",fontsize=16,color="black",shape="box"];1544 -> 1675[label="",style="solid", color="black", weight=3]; 16.57/6.16 1545[label="True == False",fontsize=16,color="black",shape="box"];1545 -> 1676[label="",style="solid", color="black", weight=3]; 16.57/6.16 1546[label="True == True",fontsize=16,color="black",shape="box"];1546 -> 1677[label="",style="solid", color="black", weight=3]; 16.57/6.16 1547[label="Left vwx3000 == Left vwx31000",fontsize=16,color="black",shape="box"];1547 -> 1678[label="",style="solid", color="black", weight=3]; 16.57/6.16 1548[label="Left vwx3000 == Right vwx31000",fontsize=16,color="black",shape="box"];1548 -> 1679[label="",style="solid", color="black", weight=3]; 16.57/6.16 1549[label="Right vwx3000 == Left vwx31000",fontsize=16,color="black",shape="box"];1549 -> 1680[label="",style="solid", color="black", weight=3]; 16.57/6.16 1550[label="Right vwx3000 == Right vwx31000",fontsize=16,color="black",shape="box"];1550 -> 1681[label="",style="solid", color="black", weight=3]; 16.57/6.16 1551[label="(vwx3000,vwx3001,vwx3002) == (vwx31000,vwx31001,vwx31002)",fontsize=16,color="black",shape="box"];1551 -> 1682[label="",style="solid", color="black", weight=3]; 16.57/6.16 1650[label="True",fontsize=16,color="green",shape="box"];1651[label="primEqDouble (Double vwx3000 vwx3001) (Double vwx31000 vwx31001)",fontsize=16,color="black",shape="box"];1651 -> 1746[label="",style="solid", color="black", weight=3]; 16.57/6.16 1652 -> 1381[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1652[label="vwx3000 == vwx31000 && vwx3001 == vwx31001",fontsize=16,color="magenta"];1652 -> 1747[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1652 -> 1748[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1552[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];1552 -> 1683[label="",style="solid", color="black", weight=3]; 16.57/6.16 1553[label="Nothing == Just vwx31000",fontsize=16,color="black",shape="box"];1553 -> 1684[label="",style="solid", color="black", weight=3]; 16.57/6.16 1554[label="Just vwx3000 == Nothing",fontsize=16,color="black",shape="box"];1554 -> 1685[label="",style="solid", color="black", weight=3]; 16.57/6.16 1555[label="Just vwx3000 == Just vwx31000",fontsize=16,color="black",shape="box"];1555 -> 1686[label="",style="solid", color="black", weight=3]; 16.57/6.16 1653[label="primEqFloat (Float vwx3000 vwx3001) (Float vwx31000 vwx31001)",fontsize=16,color="black",shape="box"];1653 -> 1749[label="",style="solid", color="black", weight=3]; 16.57/6.16 1654[label="primEqChar (Char vwx3000) (Char vwx31000)",fontsize=16,color="black",shape="box"];1654 -> 1750[label="",style="solid", color="black", weight=3]; 16.57/6.16 1211[label="LT == LT",fontsize=16,color="black",shape="box"];1211 -> 1280[label="",style="solid", color="black", weight=3]; 16.57/6.16 1212[label="LT == EQ",fontsize=16,color="black",shape="box"];1212 -> 1281[label="",style="solid", color="black", weight=3]; 16.57/6.16 1213[label="LT == GT",fontsize=16,color="black",shape="box"];1213 -> 1282[label="",style="solid", color="black", weight=3]; 16.57/6.16 1214[label="EQ == LT",fontsize=16,color="black",shape="box"];1214 -> 1283[label="",style="solid", color="black", weight=3]; 16.57/6.16 1215[label="EQ == EQ",fontsize=16,color="black",shape="box"];1215 -> 1284[label="",style="solid", color="black", weight=3]; 16.57/6.16 1216[label="EQ == GT",fontsize=16,color="black",shape="box"];1216 -> 1285[label="",style="solid", color="black", weight=3]; 16.57/6.16 1217[label="GT == LT",fontsize=16,color="black",shape="box"];1217 -> 1286[label="",style="solid", color="black", weight=3]; 16.57/6.16 1218[label="GT == EQ",fontsize=16,color="black",shape="box"];1218 -> 1287[label="",style="solid", color="black", weight=3]; 16.57/6.16 1219[label="GT == GT",fontsize=16,color="black",shape="box"];1219 -> 1288[label="",style="solid", color="black", weight=3]; 16.57/6.16 1556[label="(vwx3000,vwx3001) == (vwx31000,vwx31001)",fontsize=16,color="black",shape="box"];1556 -> 1687[label="",style="solid", color="black", weight=3]; 16.57/6.16 1655 -> 1473[label="",style="dashed", color="red", weight=0]; 16.57/6.16 1655[label="primEqInt vwx3000 vwx31000",fontsize=16,color="magenta"];1655 -> 1751[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1655 -> 1752[label="",style="dashed", color="magenta", weight=3]; 16.57/6.16 1310[label="primCmpInt (Pos (Succ vwx30000)) vwx3100",fontsize=16,color="burlywood",shape="box"];3181[label="vwx3100/Pos vwx31000",fontsize=10,color="white",style="solid",shape="box"];1310 -> 3181[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3181 -> 1416[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3182[label="vwx3100/Neg vwx31000",fontsize=10,color="white",style="solid",shape="box"];1310 -> 3182[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3182 -> 1417[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 1311[label="primCmpInt (Pos Zero) vwx3100",fontsize=16,color="burlywood",shape="box"];3183[label="vwx3100/Pos vwx31000",fontsize=10,color="white",style="solid",shape="box"];1311 -> 3183[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3183 -> 1418[label="",style="solid", color="burlywood", weight=3]; 16.57/6.16 3184[label="vwx3100/Neg vwx31000",fontsize=10,color="white",style="solid",shape="box"];1311 -> 3184[label="",style="solid", color="burlywood", weight=9]; 16.57/6.16 3184 -> 1419[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 1312[label="primCmpInt (Neg (Succ vwx30000)) vwx3100",fontsize=16,color="burlywood",shape="box"];3185[label="vwx3100/Pos vwx31000",fontsize=10,color="white",style="solid",shape="box"];1312 -> 3185[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3185 -> 1420[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 3186[label="vwx3100/Neg vwx31000",fontsize=10,color="white",style="solid",shape="box"];1312 -> 3186[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3186 -> 1421[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 1313[label="primCmpInt (Neg Zero) vwx3100",fontsize=16,color="burlywood",shape="box"];3187[label="vwx3100/Pos vwx31000",fontsize=10,color="white",style="solid",shape="box"];1313 -> 3187[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3187 -> 1422[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 3188[label="vwx3100/Neg vwx31000",fontsize=10,color="white",style="solid",shape="box"];1313 -> 3188[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3188 -> 1423[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 1314[label="LT",fontsize=16,color="green",shape="box"];1315[label="primCompAux vwx3000 vwx31000 (compare vwx3001 vwx31001)",fontsize=16,color="black",shape="triangle"];1315 -> 1424[label="",style="solid", color="black", weight=3]; 16.70/6.16 1316[label="LT",fontsize=16,color="green",shape="box"];1317[label="GT",fontsize=16,color="green",shape="box"];1318[label="LT",fontsize=16,color="green",shape="box"];1319[label="LT",fontsize=16,color="green",shape="box"];1320[label="LT",fontsize=16,color="green",shape="box"];1321[label="EQ",fontsize=16,color="green",shape="box"];1322[label="compare2 vwx300 vwx3100 vwx114",fontsize=16,color="burlywood",shape="triangle"];3189[label="vwx114/False",fontsize=10,color="white",style="solid",shape="box"];1322 -> 3189[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3189 -> 1427[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 3190[label="vwx114/True",fontsize=10,color="white",style="solid",shape="box"];1322 -> 3190[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3190 -> 1428[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 1324[label="compare2 vwx300 vwx3100 vwx115",fontsize=16,color="burlywood",shape="triangle"];3191[label="vwx115/False",fontsize=10,color="white",style="solid",shape="box"];1324 -> 3191[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3191 -> 1431[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 3192[label="vwx115/True",fontsize=10,color="white",style="solid",shape="box"];1324 -> 3192[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3192 -> 1432[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 1326[label="compare2 vwx300 vwx3100 vwx116",fontsize=16,color="burlywood",shape="triangle"];3193[label="vwx116/False",fontsize=10,color="white",style="solid",shape="box"];1326 -> 3193[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3193 -> 1434[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 3194[label="vwx116/True",fontsize=10,color="white",style="solid",shape="box"];1326 -> 3194[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3194 -> 1435[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 1328[label="LT",fontsize=16,color="green",shape="box"];1329[label="EQ",fontsize=16,color="green",shape="box"];1330[label="primCmpDouble (Double vwx3000 (Pos vwx30010)) vwx3100",fontsize=16,color="burlywood",shape="box"];3195[label="vwx3100/Double vwx31000 vwx31001",fontsize=10,color="white",style="solid",shape="box"];1330 -> 3195[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3195 -> 1436[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 1331[label="primCmpDouble (Double vwx3000 (Neg vwx30010)) vwx3100",fontsize=16,color="burlywood",shape="box"];3196[label="vwx3100/Double vwx31000 vwx31001",fontsize=10,color="white",style="solid",shape="box"];1331 -> 3196[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3196 -> 1437[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 1332[label="LT",fontsize=16,color="green",shape="box"];1333[label="compare (vwx3000 * vwx31001) (vwx31000 * vwx3001)",fontsize=16,color="blue",shape="box"];3197[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1333 -> 3197[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3197 -> 1438[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3198[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1333 -> 3198[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3198 -> 1439[label="",style="solid", color="blue", weight=3]; 16.70/6.16 1334[label="compare2 vwx300 vwx3100 vwx117",fontsize=16,color="burlywood",shape="triangle"];3199[label="vwx117/False",fontsize=10,color="white",style="solid",shape="box"];1334 -> 3199[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3199 -> 1442[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 3200[label="vwx117/True",fontsize=10,color="white",style="solid",shape="box"];1334 -> 3200[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3200 -> 1443[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 1336[label="primCmpFloat (Float vwx3000 (Pos vwx30010)) vwx3100",fontsize=16,color="burlywood",shape="box"];3201[label="vwx3100/Float vwx31000 vwx31001",fontsize=10,color="white",style="solid",shape="box"];1336 -> 3201[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3201 -> 1444[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 1337[label="primCmpFloat (Float vwx3000 (Neg vwx30010)) vwx3100",fontsize=16,color="burlywood",shape="box"];3202[label="vwx3100/Float vwx31000 vwx31001",fontsize=10,color="white",style="solid",shape="box"];1337 -> 3202[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3202 -> 1445[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 1338[label="primCmpChar (Char vwx3000) (Char vwx31000)",fontsize=16,color="black",shape="box"];1338 -> 1446[label="",style="solid", color="black", weight=3]; 16.70/6.16 1340 -> 1116[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1340[label="vwx300 == vwx3100",fontsize=16,color="magenta"];1339[label="compare2 vwx300 vwx3100 vwx118",fontsize=16,color="burlywood",shape="triangle"];3203[label="vwx118/False",fontsize=10,color="white",style="solid",shape="box"];1339 -> 3203[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3203 -> 1447[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 3204[label="vwx118/True",fontsize=10,color="white",style="solid",shape="box"];1339 -> 3204[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3204 -> 1448[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 1341[label="compare2 vwx300 vwx3100 vwx119",fontsize=16,color="burlywood",shape="triangle"];3205[label="vwx119/False",fontsize=10,color="white",style="solid",shape="box"];1341 -> 3205[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3205 -> 1450[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 3206[label="vwx119/True",fontsize=10,color="white",style="solid",shape="box"];1341 -> 3206[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3206 -> 1451[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 1343[label="LT",fontsize=16,color="green",shape="box"];1344 -> 1161[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1344[label="primCmpInt vwx3000 vwx31000",fontsize=16,color="magenta"];1344 -> 1452[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1344 -> 1453[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1656[label="GT",fontsize=16,color="green",shape="box"];1657[label="compare vwx301 vwx3101",fontsize=16,color="black",shape="triangle"];1657 -> 1753[label="",style="solid", color="black", weight=3]; 16.70/6.16 1658[label="not False",fontsize=16,color="black",shape="box"];1658 -> 1754[label="",style="solid", color="black", weight=3]; 16.70/6.16 1659[label="not True",fontsize=16,color="black",shape="box"];1659 -> 1755[label="",style="solid", color="black", weight=3]; 16.70/6.16 1660[label="GT",fontsize=16,color="green",shape="box"];1661[label="compare vwx301 vwx3101",fontsize=16,color="burlywood",shape="triangle"];3207[label="vwx301/vwx3010 : vwx3011",fontsize=10,color="white",style="solid",shape="box"];1661 -> 3207[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3207 -> 1756[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 3208[label="vwx301/[]",fontsize=10,color="white",style="solid",shape="box"];1661 -> 3208[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3208 -> 1757[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 1690 -> 1386[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1690[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1690 -> 1812[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1690 -> 1813[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1691 -> 1387[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1691[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1691 -> 1814[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1691 -> 1815[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1692 -> 1388[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1692[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1692 -> 1816[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1692 -> 1817[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1693 -> 1389[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1693[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1693 -> 1818[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1693 -> 1819[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1694 -> 1390[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1694[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1694 -> 1820[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1694 -> 1821[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1695 -> 1391[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1695[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1695 -> 1822[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1695 -> 1823[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1696 -> 1392[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1696[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1696 -> 1824[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1696 -> 1825[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1697 -> 1393[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1697[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1697 -> 1826[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1697 -> 1827[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1698 -> 1394[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1698[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1698 -> 1828[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1698 -> 1829[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1699 -> 1395[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1699[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1699 -> 1830[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1699 -> 1831[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1700 -> 1396[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1700[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1700 -> 1832[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1700 -> 1833[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1701 -> 1397[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1701[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1701 -> 1834[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1701 -> 1835[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1702 -> 1398[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1702[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1702 -> 1836[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1702 -> 1837[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1703 -> 1399[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1703[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1703 -> 1838[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1703 -> 1839[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1704 -> 1386[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1704[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1704 -> 1840[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1704 -> 1841[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1705 -> 1387[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1705[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1705 -> 1842[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1705 -> 1843[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1706 -> 1388[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1706[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1706 -> 1844[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1706 -> 1845[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1707 -> 1389[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1707[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1707 -> 1846[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1707 -> 1847[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1708 -> 1390[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1708[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1708 -> 1848[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1708 -> 1849[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1709 -> 1391[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1709[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1709 -> 1850[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1709 -> 1851[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1710 -> 1392[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1710[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1710 -> 1852[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1710 -> 1853[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1711 -> 1393[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1711[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1711 -> 1854[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1711 -> 1855[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1712 -> 1394[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1712[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1712 -> 1856[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1712 -> 1857[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1713 -> 1395[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1713[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1713 -> 1858[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1713 -> 1859[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1714 -> 1396[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1714[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1714 -> 1860[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1714 -> 1861[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1715 -> 1397[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1715[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1715 -> 1862[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1715 -> 1863[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1716 -> 1398[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1716[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1716 -> 1864[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1716 -> 1865[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1717 -> 1399[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1717[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1717 -> 1866[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1717 -> 1867[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1718[label="vwx3010 < vwx31010",fontsize=16,color="blue",shape="box"];3209[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1718 -> 3209[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3209 -> 1868[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3210[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1718 -> 3210[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3210 -> 1869[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3211[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1718 -> 3211[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3211 -> 1870[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3212[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1718 -> 3212[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3212 -> 1871[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3213[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1718 -> 3213[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3213 -> 1872[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3214[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1718 -> 3214[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3214 -> 1873[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3215[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1718 -> 3215[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3215 -> 1874[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3216[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1718 -> 3216[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3216 -> 1875[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3217[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1718 -> 3217[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3217 -> 1876[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3218[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1718 -> 3218[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3218 -> 1877[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3219[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1718 -> 3219[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3219 -> 1878[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3220[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1718 -> 3220[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3220 -> 1879[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3221[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1718 -> 3221[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3221 -> 1880[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3222[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1718 -> 3222[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3222 -> 1881[label="",style="solid", color="blue", weight=3]; 16.70/6.16 1719 -> 1381[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1719[label="vwx3010 == vwx31010 && (vwx3011 < vwx31011 || vwx3011 == vwx31011 && vwx3012 <= vwx31012)",fontsize=16,color="magenta"];1719 -> 1882[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1719 -> 1883[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1662[label="GT",fontsize=16,color="green",shape="box"];1663[label="compare vwx301 vwx3101",fontsize=16,color="burlywood",shape="triangle"];3223[label="vwx301/()",fontsize=10,color="white",style="solid",shape="box"];1663 -> 3223[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3223 -> 1758[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 1664[label="GT",fontsize=16,color="green",shape="box"];1665[label="compare vwx301 vwx3101",fontsize=16,color="black",shape="triangle"];1665 -> 1759[label="",style="solid", color="black", weight=3]; 16.70/6.16 1666[label="GT",fontsize=16,color="green",shape="box"];1667[label="compare vwx301 vwx3101",fontsize=16,color="burlywood",shape="triangle"];3224[label="vwx301/vwx3010 :% vwx3011",fontsize=10,color="white",style="solid",shape="box"];1667 -> 3224[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3224 -> 1760[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 1720 -> 1386[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1720[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1720 -> 1884[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1720 -> 1885[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1721 -> 1387[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1721[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1721 -> 1886[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1721 -> 1887[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1722 -> 1388[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1722[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1722 -> 1888[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1722 -> 1889[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1723 -> 1389[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1723[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1723 -> 1890[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1723 -> 1891[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1724 -> 1390[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1724[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1724 -> 1892[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1724 -> 1893[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1725 -> 1391[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1725[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1725 -> 1894[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1725 -> 1895[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1726 -> 1392[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1726[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1726 -> 1896[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1726 -> 1897[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1727 -> 1393[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1727[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1727 -> 1898[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1727 -> 1899[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1728 -> 1394[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1728[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1728 -> 1900[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1728 -> 1901[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1729 -> 1395[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1729[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1729 -> 1902[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1729 -> 1903[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1730 -> 1396[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1730[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1730 -> 1904[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1730 -> 1905[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1731 -> 1397[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1731[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1731 -> 1906[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1731 -> 1907[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1732 -> 1398[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1732[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1732 -> 1908[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1732 -> 1909[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1733 -> 1399[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1733[label="vwx3010 <= vwx31010",fontsize=16,color="magenta"];1733 -> 1910[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1733 -> 1911[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1668[label="GT",fontsize=16,color="green",shape="box"];1669[label="compare vwx301 vwx3101",fontsize=16,color="black",shape="triangle"];1669 -> 1761[label="",style="solid", color="black", weight=3]; 16.70/6.16 1670[label="GT",fontsize=16,color="green",shape="box"];1671[label="compare vwx301 vwx3101",fontsize=16,color="black",shape="triangle"];1671 -> 1762[label="",style="solid", color="black", weight=3]; 16.70/6.16 1734[label="vwx3010 < vwx31010",fontsize=16,color="blue",shape="box"];3225[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1734 -> 3225[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3225 -> 1912[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3226[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1734 -> 3226[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3226 -> 1913[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3227[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1734 -> 3227[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3227 -> 1914[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3228[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1734 -> 3228[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3228 -> 1915[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3229[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1734 -> 3229[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3229 -> 1916[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3230[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1734 -> 3230[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3230 -> 1917[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3231[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1734 -> 3231[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3231 -> 1918[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3232[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1734 -> 3232[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3232 -> 1919[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3233[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1734 -> 3233[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3233 -> 1920[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3234[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1734 -> 3234[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3234 -> 1921[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3235[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1734 -> 3235[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3235 -> 1922[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3236[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1734 -> 3236[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3236 -> 1923[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3237[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1734 -> 3237[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3237 -> 1924[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3238[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1734 -> 3238[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3238 -> 1925[label="",style="solid", color="blue", weight=3]; 16.70/6.16 1735 -> 1381[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1735[label="vwx3010 == vwx31010 && vwx3011 <= vwx31011",fontsize=16,color="magenta"];1735 -> 1926[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1735 -> 1927[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1672[label="GT",fontsize=16,color="green",shape="box"];1673[label="compare vwx301 vwx3101",fontsize=16,color="burlywood",shape="triangle"];3239[label="vwx301/Integer vwx3010",fontsize=10,color="white",style="solid",shape="box"];1673 -> 3239[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3239 -> 1763[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 1736[label="primEqInt (Pos (Succ vwx30000)) (Pos vwx31000)",fontsize=16,color="burlywood",shape="box"];3240[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];1736 -> 3240[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3240 -> 1928[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 3241[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];1736 -> 3241[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3241 -> 1929[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 1737[label="primEqInt (Pos (Succ vwx30000)) (Neg vwx31000)",fontsize=16,color="black",shape="box"];1737 -> 1930[label="",style="solid", color="black", weight=3]; 16.70/6.16 1738[label="primEqInt (Pos Zero) (Pos vwx31000)",fontsize=16,color="burlywood",shape="box"];3242[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];1738 -> 3242[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3242 -> 1931[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 3243[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];1738 -> 3243[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3243 -> 1932[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 1739[label="primEqInt (Pos Zero) (Neg vwx31000)",fontsize=16,color="burlywood",shape="box"];3244[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];1739 -> 3244[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3244 -> 1933[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 3245[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];1739 -> 3245[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3245 -> 1934[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 1740[label="primEqInt (Neg (Succ vwx30000)) (Pos vwx31000)",fontsize=16,color="black",shape="box"];1740 -> 1935[label="",style="solid", color="black", weight=3]; 16.70/6.16 1741[label="primEqInt (Neg (Succ vwx30000)) (Neg vwx31000)",fontsize=16,color="burlywood",shape="box"];3246[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];1741 -> 3246[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3246 -> 1936[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 3247[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];1741 -> 3247[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3247 -> 1937[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 1742[label="primEqInt (Neg Zero) (Pos vwx31000)",fontsize=16,color="burlywood",shape="box"];3248[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];1742 -> 3248[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3248 -> 1938[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 3249[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];1742 -> 3249[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3249 -> 1939[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 1743[label="primEqInt (Neg Zero) (Neg vwx31000)",fontsize=16,color="burlywood",shape="box"];3250[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];1743 -> 3250[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3250 -> 1940[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 3251[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];1743 -> 3251[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3251 -> 1941[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 1744 -> 1401[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1744[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1744 -> 1942[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1744 -> 1943[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1745[label="vwx3000 == vwx31000",fontsize=16,color="blue",shape="box"];3252[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1745 -> 3252[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3252 -> 1944[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3253[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1745 -> 3253[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3253 -> 1945[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3254[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1745 -> 3254[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3254 -> 1946[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3255[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1745 -> 3255[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3255 -> 1947[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3256[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1745 -> 3256[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3256 -> 1948[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3257[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1745 -> 3257[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3257 -> 1949[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3258[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1745 -> 3258[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3258 -> 1950[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3259[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1745 -> 3259[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3259 -> 1951[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3260[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1745 -> 3260[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3260 -> 1952[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3261[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1745 -> 3261[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3261 -> 1953[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3262[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1745 -> 3262[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3262 -> 1954[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3263[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1745 -> 3263[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3263 -> 1955[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3264[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1745 -> 3264[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3264 -> 1956[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3265[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1745 -> 3265[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3265 -> 1957[label="",style="solid", color="blue", weight=3]; 16.70/6.16 1674[label="True",fontsize=16,color="green",shape="box"];1675[label="False",fontsize=16,color="green",shape="box"];1676[label="False",fontsize=16,color="green",shape="box"];1677[label="True",fontsize=16,color="green",shape="box"];1678[label="vwx3000 == vwx31000",fontsize=16,color="blue",shape="box"];3266[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1678 -> 3266[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3266 -> 1764[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3267[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1678 -> 3267[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3267 -> 1765[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3268[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1678 -> 3268[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3268 -> 1766[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3269[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1678 -> 3269[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3269 -> 1767[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3270[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1678 -> 3270[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3270 -> 1768[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3271[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1678 -> 3271[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3271 -> 1769[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3272[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1678 -> 3272[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3272 -> 1770[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3273[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1678 -> 3273[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3273 -> 1771[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3274[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1678 -> 3274[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3274 -> 1772[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3275[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1678 -> 3275[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3275 -> 1773[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3276[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1678 -> 3276[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3276 -> 1774[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3277[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1678 -> 3277[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3277 -> 1775[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3278[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1678 -> 3278[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3278 -> 1776[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3279[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1678 -> 3279[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3279 -> 1777[label="",style="solid", color="blue", weight=3]; 16.70/6.16 1679[label="False",fontsize=16,color="green",shape="box"];1680[label="False",fontsize=16,color="green",shape="box"];1681[label="vwx3000 == vwx31000",fontsize=16,color="blue",shape="box"];3280[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1681 -> 3280[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3280 -> 1778[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3281[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1681 -> 3281[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3281 -> 1779[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3282[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1681 -> 3282[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3282 -> 1780[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3283[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1681 -> 3283[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3283 -> 1781[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3284[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1681 -> 3284[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3284 -> 1782[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3285[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1681 -> 3285[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3285 -> 1783[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3286[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1681 -> 3286[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3286 -> 1784[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3287[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1681 -> 3287[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3287 -> 1785[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3288[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1681 -> 3288[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3288 -> 1786[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3289[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1681 -> 3289[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3289 -> 1787[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3290[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1681 -> 3290[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3290 -> 1788[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3291[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1681 -> 3291[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3291 -> 1789[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3292[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1681 -> 3292[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3292 -> 1790[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3293[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1681 -> 3293[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3293 -> 1791[label="",style="solid", color="blue", weight=3]; 16.70/6.16 1682 -> 1381[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1682[label="vwx3000 == vwx31000 && vwx3001 == vwx31001 && vwx3002 == vwx31002",fontsize=16,color="magenta"];1682 -> 1792[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1682 -> 1793[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1746 -> 1400[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1746[label="vwx3000 * vwx31001 == vwx3001 * vwx31000",fontsize=16,color="magenta"];1746 -> 1958[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1746 -> 1959[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1747[label="vwx3001 == vwx31001",fontsize=16,color="blue",shape="box"];3294[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1747 -> 3294[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3294 -> 1960[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3295[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1747 -> 3295[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3295 -> 1961[label="",style="solid", color="blue", weight=3]; 16.70/6.16 1748[label="vwx3000 == vwx31000",fontsize=16,color="blue",shape="box"];3296[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1748 -> 3296[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3296 -> 1962[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3297[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1748 -> 3297[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3297 -> 1963[label="",style="solid", color="blue", weight=3]; 16.70/6.16 1683[label="True",fontsize=16,color="green",shape="box"];1684[label="False",fontsize=16,color="green",shape="box"];1685[label="False",fontsize=16,color="green",shape="box"];1686[label="vwx3000 == vwx31000",fontsize=16,color="blue",shape="box"];3298[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1686 -> 3298[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3298 -> 1794[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3299[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1686 -> 3299[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3299 -> 1795[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3300[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1686 -> 3300[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3300 -> 1796[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3301[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1686 -> 3301[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3301 -> 1797[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3302[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1686 -> 3302[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3302 -> 1798[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3303[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1686 -> 3303[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3303 -> 1799[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3304[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1686 -> 3304[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3304 -> 1800[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3305[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1686 -> 3305[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3305 -> 1801[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3306[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1686 -> 3306[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3306 -> 1802[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3307[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1686 -> 3307[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3307 -> 1803[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3308[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1686 -> 3308[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3308 -> 1804[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3309[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1686 -> 3309[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3309 -> 1805[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3310[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1686 -> 3310[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3310 -> 1806[label="",style="solid", color="blue", weight=3]; 16.70/6.16 3311[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1686 -> 3311[label="",style="solid", color="blue", weight=9]; 16.70/6.16 3311 -> 1807[label="",style="solid", color="blue", weight=3]; 16.70/6.16 1749 -> 1400[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1749[label="vwx3000 * vwx31001 == vwx3001 * vwx31000",fontsize=16,color="magenta"];1749 -> 1964[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1749 -> 1965[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1750[label="primEqNat vwx3000 vwx31000",fontsize=16,color="burlywood",shape="triangle"];3312[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];1750 -> 3312[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3312 -> 1966[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 3313[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];1750 -> 3313[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3313 -> 1967[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 1280[label="True",fontsize=16,color="green",shape="box"];1281[label="False",fontsize=16,color="green",shape="box"];1282[label="False",fontsize=16,color="green",shape="box"];1283[label="False",fontsize=16,color="green",shape="box"];1284[label="True",fontsize=16,color="green",shape="box"];1285[label="False",fontsize=16,color="green",shape="box"];1286[label="False",fontsize=16,color="green",shape="box"];1287[label="False",fontsize=16,color="green",shape="box"];1288[label="True",fontsize=16,color="green",shape="box"];1687 -> 1381[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1687[label="vwx3000 == vwx31000 && vwx3001 == vwx31001",fontsize=16,color="magenta"];1687 -> 1808[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1687 -> 1809[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1751[label="vwx31000",fontsize=16,color="green",shape="box"];1752[label="vwx3000",fontsize=16,color="green",shape="box"];1416[label="primCmpInt (Pos (Succ vwx30000)) (Pos vwx31000)",fontsize=16,color="black",shape="box"];1416 -> 1484[label="",style="solid", color="black", weight=3]; 16.70/6.16 1417[label="primCmpInt (Pos (Succ vwx30000)) (Neg vwx31000)",fontsize=16,color="black",shape="box"];1417 -> 1485[label="",style="solid", color="black", weight=3]; 16.70/6.16 1418[label="primCmpInt (Pos Zero) (Pos vwx31000)",fontsize=16,color="burlywood",shape="box"];3314[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];1418 -> 3314[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3314 -> 1486[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 3315[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];1418 -> 3315[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3315 -> 1487[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 1419[label="primCmpInt (Pos Zero) (Neg vwx31000)",fontsize=16,color="burlywood",shape="box"];3316[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];1419 -> 3316[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3316 -> 1488[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 3317[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];1419 -> 3317[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3317 -> 1489[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 1420[label="primCmpInt (Neg (Succ vwx30000)) (Pos vwx31000)",fontsize=16,color="black",shape="box"];1420 -> 1490[label="",style="solid", color="black", weight=3]; 16.70/6.16 1421[label="primCmpInt (Neg (Succ vwx30000)) (Neg vwx31000)",fontsize=16,color="black",shape="box"];1421 -> 1491[label="",style="solid", color="black", weight=3]; 16.70/6.16 1422[label="primCmpInt (Neg Zero) (Pos vwx31000)",fontsize=16,color="burlywood",shape="box"];3318[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];1422 -> 3318[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3318 -> 1492[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 3319[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];1422 -> 3319[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3319 -> 1493[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 1423[label="primCmpInt (Neg Zero) (Neg vwx31000)",fontsize=16,color="burlywood",shape="box"];3320[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];1423 -> 3320[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3320 -> 1494[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 3321[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];1423 -> 3321[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3321 -> 1495[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 1424 -> 1496[label="",style="dashed", color="red", weight=0]; 16.70/6.16 1424[label="primCompAux0 (compare vwx3001 vwx31001) (compare vwx3000 vwx31000)",fontsize=16,color="magenta"];1424 -> 1497[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1424 -> 1498[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1424 -> 1499[label="",style="dashed", color="magenta", weight=3]; 16.70/6.16 1427[label="compare2 vwx300 vwx3100 False",fontsize=16,color="black",shape="box"];1427 -> 1557[label="",style="solid", color="black", weight=3]; 16.70/6.16 1428[label="compare2 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];1428 -> 1558[label="",style="solid", color="black", weight=3]; 16.70/6.16 1431[label="compare2 vwx300 vwx3100 False",fontsize=16,color="black",shape="box"];1431 -> 1559[label="",style="solid", color="black", weight=3]; 16.70/6.16 1432[label="compare2 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];1432 -> 1560[label="",style="solid", color="black", weight=3]; 16.70/6.16 1434[label="compare2 vwx300 vwx3100 False",fontsize=16,color="black",shape="box"];1434 -> 1561[label="",style="solid", color="black", weight=3]; 16.70/6.16 1435[label="compare2 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];1435 -> 1562[label="",style="solid", color="black", weight=3]; 16.70/6.16 1436[label="primCmpDouble (Double vwx3000 (Pos vwx30010)) (Double vwx31000 vwx31001)",fontsize=16,color="burlywood",shape="box"];3322[label="vwx31001/Pos vwx310010",fontsize=10,color="white",style="solid",shape="box"];1436 -> 3322[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3322 -> 1563[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 3323[label="vwx31001/Neg vwx310010",fontsize=10,color="white",style="solid",shape="box"];1436 -> 3323[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3323 -> 1564[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 1437[label="primCmpDouble (Double vwx3000 (Neg vwx30010)) (Double vwx31000 vwx31001)",fontsize=16,color="burlywood",shape="box"];3324[label="vwx31001/Pos vwx310010",fontsize=10,color="white",style="solid",shape="box"];1437 -> 3324[label="",style="solid", color="burlywood", weight=9]; 16.70/6.16 3324 -> 1565[label="",style="solid", color="burlywood", weight=3]; 16.70/6.16 3325[label="vwx31001/Neg vwx310010",fontsize=10,color="white",style="solid",shape="box"];1437 -> 3325[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3325 -> 1566[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 1438[label="compare (vwx3000 * vwx31001) (vwx31000 * vwx3001)",fontsize=16,color="black",shape="box"];1438 -> 1567[label="",style="solid", color="black", weight=3]; 16.70/6.17 1439[label="compare (vwx3000 * vwx31001) (vwx31000 * vwx3001)",fontsize=16,color="burlywood",shape="box"];3326[label="vwx3000/Integer vwx30000",fontsize=10,color="white",style="solid",shape="box"];1439 -> 3326[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3326 -> 1568[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 1442[label="compare2 vwx300 vwx3100 False",fontsize=16,color="black",shape="box"];1442 -> 1569[label="",style="solid", color="black", weight=3]; 16.70/6.17 1443[label="compare2 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];1443 -> 1570[label="",style="solid", color="black", weight=3]; 16.70/6.17 1444[label="primCmpFloat (Float vwx3000 (Pos vwx30010)) (Float vwx31000 vwx31001)",fontsize=16,color="burlywood",shape="box"];3327[label="vwx31001/Pos vwx310010",fontsize=10,color="white",style="solid",shape="box"];1444 -> 3327[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3327 -> 1571[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 3328[label="vwx31001/Neg vwx310010",fontsize=10,color="white",style="solid",shape="box"];1444 -> 3328[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3328 -> 1572[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 1445[label="primCmpFloat (Float vwx3000 (Neg vwx30010)) (Float vwx31000 vwx31001)",fontsize=16,color="burlywood",shape="box"];3329[label="vwx31001/Pos vwx310010",fontsize=10,color="white",style="solid",shape="box"];1445 -> 3329[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3329 -> 1573[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 3330[label="vwx31001/Neg vwx310010",fontsize=10,color="white",style="solid",shape="box"];1445 -> 3330[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3330 -> 1574[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 1446[label="primCmpNat vwx3000 vwx31000",fontsize=16,color="burlywood",shape="triangle"];3331[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];1446 -> 3331[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3331 -> 1575[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 3332[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];1446 -> 3332[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3332 -> 1576[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 1447[label="compare2 vwx300 vwx3100 False",fontsize=16,color="black",shape="box"];1447 -> 1577[label="",style="solid", color="black", weight=3]; 16.70/6.17 1448[label="compare2 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];1448 -> 1578[label="",style="solid", color="black", weight=3]; 16.70/6.17 1450[label="compare2 vwx300 vwx3100 False",fontsize=16,color="black",shape="box"];1450 -> 1579[label="",style="solid", color="black", weight=3]; 16.70/6.17 1451[label="compare2 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];1451 -> 1580[label="",style="solid", color="black", weight=3]; 16.70/6.17 1452[label="vwx31000",fontsize=16,color="green",shape="box"];1453[label="vwx3000",fontsize=16,color="green",shape="box"];1753 -> 1161[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1753[label="primCmpInt vwx301 vwx3101",fontsize=16,color="magenta"];1753 -> 1968[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1753 -> 1969[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1754[label="True",fontsize=16,color="green",shape="box"];1755[label="False",fontsize=16,color="green",shape="box"];1756[label="compare (vwx3010 : vwx3011) vwx3101",fontsize=16,color="burlywood",shape="box"];3333[label="vwx3101/vwx31010 : vwx31011",fontsize=10,color="white",style="solid",shape="box"];1756 -> 3333[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3333 -> 1970[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 3334[label="vwx3101/[]",fontsize=10,color="white",style="solid",shape="box"];1756 -> 3334[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3334 -> 1971[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 1757[label="compare [] vwx3101",fontsize=16,color="burlywood",shape="box"];3335[label="vwx3101/vwx31010 : vwx31011",fontsize=10,color="white",style="solid",shape="box"];1757 -> 3335[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3335 -> 1972[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 3336[label="vwx3101/[]",fontsize=10,color="white",style="solid",shape="box"];1757 -> 3336[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3336 -> 1973[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 1812[label="vwx3010",fontsize=16,color="green",shape="box"];1813[label="vwx31010",fontsize=16,color="green",shape="box"];1814[label="vwx3010",fontsize=16,color="green",shape="box"];1815[label="vwx31010",fontsize=16,color="green",shape="box"];1816[label="vwx3010",fontsize=16,color="green",shape="box"];1817[label="vwx31010",fontsize=16,color="green",shape="box"];1818[label="vwx3010",fontsize=16,color="green",shape="box"];1819[label="vwx31010",fontsize=16,color="green",shape="box"];1820[label="vwx3010",fontsize=16,color="green",shape="box"];1821[label="vwx31010",fontsize=16,color="green",shape="box"];1822[label="vwx3010",fontsize=16,color="green",shape="box"];1823[label="vwx31010",fontsize=16,color="green",shape="box"];1824[label="vwx3010",fontsize=16,color="green",shape="box"];1825[label="vwx31010",fontsize=16,color="green",shape="box"];1826[label="vwx3010",fontsize=16,color="green",shape="box"];1827[label="vwx31010",fontsize=16,color="green",shape="box"];1828[label="vwx3010",fontsize=16,color="green",shape="box"];1829[label="vwx31010",fontsize=16,color="green",shape="box"];1830[label="vwx3010",fontsize=16,color="green",shape="box"];1831[label="vwx31010",fontsize=16,color="green",shape="box"];1832[label="vwx3010",fontsize=16,color="green",shape="box"];1833[label="vwx31010",fontsize=16,color="green",shape="box"];1834[label="vwx3010",fontsize=16,color="green",shape="box"];1835[label="vwx31010",fontsize=16,color="green",shape="box"];1836[label="vwx3010",fontsize=16,color="green",shape="box"];1837[label="vwx31010",fontsize=16,color="green",shape="box"];1838[label="vwx3010",fontsize=16,color="green",shape="box"];1839[label="vwx31010",fontsize=16,color="green",shape="box"];1840[label="vwx3010",fontsize=16,color="green",shape="box"];1841[label="vwx31010",fontsize=16,color="green",shape="box"];1842[label="vwx3010",fontsize=16,color="green",shape="box"];1843[label="vwx31010",fontsize=16,color="green",shape="box"];1844[label="vwx3010",fontsize=16,color="green",shape="box"];1845[label="vwx31010",fontsize=16,color="green",shape="box"];1846[label="vwx3010",fontsize=16,color="green",shape="box"];1847[label="vwx31010",fontsize=16,color="green",shape="box"];1848[label="vwx3010",fontsize=16,color="green",shape="box"];1849[label="vwx31010",fontsize=16,color="green",shape="box"];1850[label="vwx3010",fontsize=16,color="green",shape="box"];1851[label="vwx31010",fontsize=16,color="green",shape="box"];1852[label="vwx3010",fontsize=16,color="green",shape="box"];1853[label="vwx31010",fontsize=16,color="green",shape="box"];1854[label="vwx3010",fontsize=16,color="green",shape="box"];1855[label="vwx31010",fontsize=16,color="green",shape="box"];1856[label="vwx3010",fontsize=16,color="green",shape="box"];1857[label="vwx31010",fontsize=16,color="green",shape="box"];1858[label="vwx3010",fontsize=16,color="green",shape="box"];1859[label="vwx31010",fontsize=16,color="green",shape="box"];1860[label="vwx3010",fontsize=16,color="green",shape="box"];1861[label="vwx31010",fontsize=16,color="green",shape="box"];1862[label="vwx3010",fontsize=16,color="green",shape="box"];1863[label="vwx31010",fontsize=16,color="green",shape="box"];1864[label="vwx3010",fontsize=16,color="green",shape="box"];1865[label="vwx31010",fontsize=16,color="green",shape="box"];1866[label="vwx3010",fontsize=16,color="green",shape="box"];1867[label="vwx31010",fontsize=16,color="green",shape="box"];1868 -> 1071[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1868[label="vwx3010 < vwx31010",fontsize=16,color="magenta"];1868 -> 2113[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1868 -> 2114[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1869 -> 1072[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1869[label="vwx3010 < vwx31010",fontsize=16,color="magenta"];1869 -> 2115[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1869 -> 2116[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1870 -> 1073[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1870[label="vwx3010 < vwx31010",fontsize=16,color="magenta"];1870 -> 2117[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1870 -> 2118[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1871 -> 1074[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1871[label="vwx3010 < vwx31010",fontsize=16,color="magenta"];1871 -> 2119[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1871 -> 2120[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1872 -> 1075[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1872[label="vwx3010 < vwx31010",fontsize=16,color="magenta"];1872 -> 2121[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1872 -> 2122[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1873 -> 1076[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1873[label="vwx3010 < vwx31010",fontsize=16,color="magenta"];1873 -> 2123[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1873 -> 2124[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1874 -> 1077[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1874[label="vwx3010 < vwx31010",fontsize=16,color="magenta"];1874 -> 2125[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1874 -> 2126[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1875 -> 1078[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1875[label="vwx3010 < vwx31010",fontsize=16,color="magenta"];1875 -> 2127[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1875 -> 2128[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1876 -> 1079[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1876[label="vwx3010 < vwx31010",fontsize=16,color="magenta"];1876 -> 2129[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1876 -> 2130[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1877 -> 1080[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1877[label="vwx3010 < vwx31010",fontsize=16,color="magenta"];1877 -> 2131[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1877 -> 2132[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1878 -> 1081[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1878[label="vwx3010 < vwx31010",fontsize=16,color="magenta"];1878 -> 2133[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1878 -> 2134[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1879 -> 1082[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1879[label="vwx3010 < vwx31010",fontsize=16,color="magenta"];1879 -> 2135[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1879 -> 2136[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1880 -> 1083[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1880[label="vwx3010 < vwx31010",fontsize=16,color="magenta"];1880 -> 2137[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1880 -> 2138[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1881 -> 1084[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1881[label="vwx3010 < vwx31010",fontsize=16,color="magenta"];1881 -> 2139[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1881 -> 2140[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1882 -> 1066[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1882[label="vwx3011 < vwx31011 || vwx3011 == vwx31011 && vwx3012 <= vwx31012",fontsize=16,color="magenta"];1882 -> 2141[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1882 -> 2142[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1883[label="vwx3010 == vwx31010",fontsize=16,color="blue",shape="box"];3337[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1883 -> 3337[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3337 -> 2143[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3338[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1883 -> 3338[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3338 -> 2144[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3339[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1883 -> 3339[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3339 -> 2145[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3340[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1883 -> 3340[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3340 -> 2146[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3341[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1883 -> 3341[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3341 -> 2147[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3342[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1883 -> 3342[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3342 -> 2148[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3343[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1883 -> 3343[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3343 -> 2149[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3344[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1883 -> 3344[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3344 -> 2150[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3345[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1883 -> 3345[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3345 -> 2151[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3346[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1883 -> 3346[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3346 -> 2152[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3347[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1883 -> 3347[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3347 -> 2153[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3348[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1883 -> 3348[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3348 -> 2154[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3349[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1883 -> 3349[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3349 -> 2155[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3350[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1883 -> 3350[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3350 -> 2156[label="",style="solid", color="blue", weight=3]; 16.70/6.17 1758[label="compare () vwx3101",fontsize=16,color="burlywood",shape="box"];3351[label="vwx3101/()",fontsize=10,color="white",style="solid",shape="box"];1758 -> 3351[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3351 -> 1974[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 1759 -> 1174[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1759[label="primCmpDouble vwx301 vwx3101",fontsize=16,color="magenta"];1759 -> 1975[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1759 -> 1976[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1760[label="compare (vwx3010 :% vwx3011) vwx3101",fontsize=16,color="burlywood",shape="box"];3352[label="vwx3101/vwx31010 :% vwx31011",fontsize=10,color="white",style="solid",shape="box"];1760 -> 3352[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3352 -> 1977[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 1884[label="vwx3010",fontsize=16,color="green",shape="box"];1885[label="vwx31010",fontsize=16,color="green",shape="box"];1886[label="vwx3010",fontsize=16,color="green",shape="box"];1887[label="vwx31010",fontsize=16,color="green",shape="box"];1888[label="vwx3010",fontsize=16,color="green",shape="box"];1889[label="vwx31010",fontsize=16,color="green",shape="box"];1890[label="vwx3010",fontsize=16,color="green",shape="box"];1891[label="vwx31010",fontsize=16,color="green",shape="box"];1892[label="vwx3010",fontsize=16,color="green",shape="box"];1893[label="vwx31010",fontsize=16,color="green",shape="box"];1894[label="vwx3010",fontsize=16,color="green",shape="box"];1895[label="vwx31010",fontsize=16,color="green",shape="box"];1896[label="vwx3010",fontsize=16,color="green",shape="box"];1897[label="vwx31010",fontsize=16,color="green",shape="box"];1898[label="vwx3010",fontsize=16,color="green",shape="box"];1899[label="vwx31010",fontsize=16,color="green",shape="box"];1900[label="vwx3010",fontsize=16,color="green",shape="box"];1901[label="vwx31010",fontsize=16,color="green",shape="box"];1902[label="vwx3010",fontsize=16,color="green",shape="box"];1903[label="vwx31010",fontsize=16,color="green",shape="box"];1904[label="vwx3010",fontsize=16,color="green",shape="box"];1905[label="vwx31010",fontsize=16,color="green",shape="box"];1906[label="vwx3010",fontsize=16,color="green",shape="box"];1907[label="vwx31010",fontsize=16,color="green",shape="box"];1908[label="vwx3010",fontsize=16,color="green",shape="box"];1909[label="vwx31010",fontsize=16,color="green",shape="box"];1910[label="vwx3010",fontsize=16,color="green",shape="box"];1911[label="vwx31010",fontsize=16,color="green",shape="box"];1761 -> 1179[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1761[label="primCmpFloat vwx301 vwx3101",fontsize=16,color="magenta"];1761 -> 1978[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1761 -> 1979[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1762 -> 1181[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1762[label="primCmpChar vwx301 vwx3101",fontsize=16,color="magenta"];1762 -> 1980[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1762 -> 1981[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1912 -> 1071[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1912[label="vwx3010 < vwx31010",fontsize=16,color="magenta"];1912 -> 2157[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1912 -> 2158[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1913 -> 1072[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1913[label="vwx3010 < vwx31010",fontsize=16,color="magenta"];1913 -> 2159[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1913 -> 2160[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1914 -> 1073[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1914[label="vwx3010 < vwx31010",fontsize=16,color="magenta"];1914 -> 2161[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1914 -> 2162[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1915 -> 1074[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1915[label="vwx3010 < vwx31010",fontsize=16,color="magenta"];1915 -> 2163[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1915 -> 2164[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1916 -> 1075[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1916[label="vwx3010 < vwx31010",fontsize=16,color="magenta"];1916 -> 2165[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1916 -> 2166[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1917 -> 1076[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1917[label="vwx3010 < vwx31010",fontsize=16,color="magenta"];1917 -> 2167[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1917 -> 2168[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1918 -> 1077[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1918[label="vwx3010 < vwx31010",fontsize=16,color="magenta"];1918 -> 2169[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1918 -> 2170[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1919 -> 1078[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1919[label="vwx3010 < vwx31010",fontsize=16,color="magenta"];1919 -> 2171[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1919 -> 2172[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1920 -> 1079[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1920[label="vwx3010 < vwx31010",fontsize=16,color="magenta"];1920 -> 2173[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1920 -> 2174[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1921 -> 1080[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1921[label="vwx3010 < vwx31010",fontsize=16,color="magenta"];1921 -> 2175[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1921 -> 2176[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1922 -> 1081[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1922[label="vwx3010 < vwx31010",fontsize=16,color="magenta"];1922 -> 2177[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1922 -> 2178[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1923 -> 1082[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1923[label="vwx3010 < vwx31010",fontsize=16,color="magenta"];1923 -> 2179[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1923 -> 2180[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1924 -> 1083[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1924[label="vwx3010 < vwx31010",fontsize=16,color="magenta"];1924 -> 2181[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1924 -> 2182[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1925 -> 1084[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1925[label="vwx3010 < vwx31010",fontsize=16,color="magenta"];1925 -> 2183[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1925 -> 2184[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1926[label="vwx3011 <= vwx31011",fontsize=16,color="blue",shape="box"];3353[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1926 -> 3353[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3353 -> 2185[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3354[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1926 -> 3354[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3354 -> 2186[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3355[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1926 -> 3355[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3355 -> 2187[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3356[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1926 -> 3356[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3356 -> 2188[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3357[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1926 -> 3357[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3357 -> 2189[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3358[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1926 -> 3358[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3358 -> 2190[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3359[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1926 -> 3359[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3359 -> 2191[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3360[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1926 -> 3360[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3360 -> 2192[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3361[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1926 -> 3361[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3361 -> 2193[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3362[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1926 -> 3362[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3362 -> 2194[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3363[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1926 -> 3363[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3363 -> 2195[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3364[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1926 -> 3364[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3364 -> 2196[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3365[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1926 -> 3365[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3365 -> 2197[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3366[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1926 -> 3366[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3366 -> 2198[label="",style="solid", color="blue", weight=3]; 16.70/6.17 1927[label="vwx3010 == vwx31010",fontsize=16,color="blue",shape="box"];3367[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1927 -> 3367[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3367 -> 2199[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3368[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1927 -> 3368[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3368 -> 2200[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3369[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1927 -> 3369[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3369 -> 2201[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3370[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1927 -> 3370[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3370 -> 2202[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3371[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1927 -> 3371[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3371 -> 2203[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3372[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1927 -> 3372[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3372 -> 2204[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3373[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1927 -> 3373[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3373 -> 2205[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3374[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1927 -> 3374[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3374 -> 2206[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3375[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1927 -> 3375[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3375 -> 2207[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3376[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1927 -> 3376[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3376 -> 2208[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3377[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1927 -> 3377[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3377 -> 2209[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3378[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1927 -> 3378[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3378 -> 2210[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3379[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1927 -> 3379[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3379 -> 2211[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3380[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1927 -> 3380[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3380 -> 2212[label="",style="solid", color="blue", weight=3]; 16.70/6.17 1763[label="compare (Integer vwx3010) vwx3101",fontsize=16,color="burlywood",shape="box"];3381[label="vwx3101/Integer vwx31010",fontsize=10,color="white",style="solid",shape="box"];1763 -> 3381[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3381 -> 1982[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 1928[label="primEqInt (Pos (Succ vwx30000)) (Pos (Succ vwx310000))",fontsize=16,color="black",shape="box"];1928 -> 2213[label="",style="solid", color="black", weight=3]; 16.70/6.17 1929[label="primEqInt (Pos (Succ vwx30000)) (Pos Zero)",fontsize=16,color="black",shape="box"];1929 -> 2214[label="",style="solid", color="black", weight=3]; 16.70/6.17 1930[label="False",fontsize=16,color="green",shape="box"];1931[label="primEqInt (Pos Zero) (Pos (Succ vwx310000))",fontsize=16,color="black",shape="box"];1931 -> 2215[label="",style="solid", color="black", weight=3]; 16.70/6.17 1932[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1932 -> 2216[label="",style="solid", color="black", weight=3]; 16.70/6.17 1933[label="primEqInt (Pos Zero) (Neg (Succ vwx310000))",fontsize=16,color="black",shape="box"];1933 -> 2217[label="",style="solid", color="black", weight=3]; 16.70/6.17 1934[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1934 -> 2218[label="",style="solid", color="black", weight=3]; 16.70/6.17 1935[label="False",fontsize=16,color="green",shape="box"];1936[label="primEqInt (Neg (Succ vwx30000)) (Neg (Succ vwx310000))",fontsize=16,color="black",shape="box"];1936 -> 2219[label="",style="solid", color="black", weight=3]; 16.70/6.17 1937[label="primEqInt (Neg (Succ vwx30000)) (Neg Zero)",fontsize=16,color="black",shape="box"];1937 -> 2220[label="",style="solid", color="black", weight=3]; 16.70/6.17 1938[label="primEqInt (Neg Zero) (Pos (Succ vwx310000))",fontsize=16,color="black",shape="box"];1938 -> 2221[label="",style="solid", color="black", weight=3]; 16.70/6.17 1939[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1939 -> 2222[label="",style="solid", color="black", weight=3]; 16.70/6.17 1940[label="primEqInt (Neg Zero) (Neg (Succ vwx310000))",fontsize=16,color="black",shape="box"];1940 -> 2223[label="",style="solid", color="black", weight=3]; 16.70/6.17 1941[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1941 -> 2224[label="",style="solid", color="black", weight=3]; 16.70/6.17 1942[label="vwx31001",fontsize=16,color="green",shape="box"];1943[label="vwx3001",fontsize=16,color="green",shape="box"];1944 -> 1400[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1944[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1944 -> 2225[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1944 -> 2226[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1945 -> 1401[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1945[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1945 -> 2227[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1945 -> 2228[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1946 -> 1323[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1946[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1946 -> 2229[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1946 -> 2230[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1947 -> 1325[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1947[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1947 -> 2231[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1947 -> 2232[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1948 -> 1327[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1948[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1948 -> 2233[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1948 -> 2234[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1949 -> 1405[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1949[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1949 -> 2235[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1949 -> 2236[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1950 -> 1406[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1950[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1950 -> 2237[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1950 -> 2238[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1951 -> 1407[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1951[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1951 -> 2239[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1951 -> 2240[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1952 -> 1335[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1952[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1952 -> 2241[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1952 -> 2242[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1953 -> 1409[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1953[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1953 -> 2243[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1953 -> 2244[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1954 -> 1410[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1954[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1954 -> 2245[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1954 -> 2246[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1955 -> 1116[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1955[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1955 -> 2247[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1955 -> 2248[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1956 -> 1342[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1956[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1956 -> 2249[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1956 -> 2250[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1957 -> 1413[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1957[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1957 -> 2251[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1957 -> 2252[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1764 -> 1323[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1764[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1764 -> 1983[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1764 -> 1984[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1765 -> 1409[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1765[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1765 -> 1985[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1765 -> 1986[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1766 -> 1401[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1766[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1766 -> 1987[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1766 -> 1988[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1767 -> 1325[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1767[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1767 -> 1989[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1767 -> 1990[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1768 -> 1407[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1768[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1768 -> 1991[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1768 -> 1992[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1769 -> 1116[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1769[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1769 -> 1993[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1769 -> 1994[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1770 -> 1335[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1770[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1770 -> 1995[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1770 -> 1996[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1771 -> 1410[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1771[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1771 -> 1997[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1771 -> 1998[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1772 -> 1406[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1772[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1772 -> 1999[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1772 -> 2000[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1773 -> 1342[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1773[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1773 -> 2001[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1773 -> 2002[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1774 -> 1405[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1774[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1774 -> 2003[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1774 -> 2004[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1775 -> 1400[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1775[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1775 -> 2005[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1775 -> 2006[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1776 -> 1327[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1776[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1776 -> 2007[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1776 -> 2008[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1777 -> 1413[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1777[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1777 -> 2009[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1777 -> 2010[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1778 -> 1323[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1778[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1778 -> 2011[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1778 -> 2012[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1779 -> 1409[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1779[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1779 -> 2013[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1779 -> 2014[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1780 -> 1401[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1780[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1780 -> 2015[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1780 -> 2016[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1781 -> 1325[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1781[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1781 -> 2017[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1781 -> 2018[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1782 -> 1407[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1782[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1782 -> 2019[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1782 -> 2020[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1783 -> 1116[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1783[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1783 -> 2021[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1783 -> 2022[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1784 -> 1335[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1784[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1784 -> 2023[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1784 -> 2024[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1785 -> 1410[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1785[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1785 -> 2025[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1785 -> 2026[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1786 -> 1406[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1786[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1786 -> 2027[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1786 -> 2028[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1787 -> 1342[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1787[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1787 -> 2029[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1787 -> 2030[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1788 -> 1405[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1788[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1788 -> 2031[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1788 -> 2032[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1789 -> 1400[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1789[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1789 -> 2033[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1789 -> 2034[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1790 -> 1327[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1790[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1790 -> 2035[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1790 -> 2036[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1791 -> 1413[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1791[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1791 -> 2037[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1791 -> 2038[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1792 -> 1381[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1792[label="vwx3001 == vwx31001 && vwx3002 == vwx31002",fontsize=16,color="magenta"];1792 -> 2039[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1792 -> 2040[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1793[label="vwx3000 == vwx31000",fontsize=16,color="blue",shape="box"];3382[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1793 -> 3382[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3382 -> 2041[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3383[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1793 -> 3383[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3383 -> 2042[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3384[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1793 -> 3384[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3384 -> 2043[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3385[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1793 -> 3385[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3385 -> 2044[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3386[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1793 -> 3386[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3386 -> 2045[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3387[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1793 -> 3387[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3387 -> 2046[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3388[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1793 -> 3388[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3388 -> 2047[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3389[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1793 -> 3389[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3389 -> 2048[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3390[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1793 -> 3390[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3390 -> 2049[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3391[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1793 -> 3391[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3391 -> 2050[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3392[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1793 -> 3392[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3392 -> 2051[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3393[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1793 -> 3393[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3393 -> 2052[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3394[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1793 -> 3394[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3394 -> 2053[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3395[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1793 -> 3395[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3395 -> 2054[label="",style="solid", color="blue", weight=3]; 16.70/6.17 1958[label="vwx3001 * vwx31000",fontsize=16,color="black",shape="triangle"];1958 -> 2253[label="",style="solid", color="black", weight=3]; 16.70/6.17 1959 -> 1958[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1959[label="vwx3000 * vwx31001",fontsize=16,color="magenta"];1959 -> 2254[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1959 -> 2255[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1960 -> 1400[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1960[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1960 -> 2256[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1960 -> 2257[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1961 -> 1413[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1961[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];1961 -> 2258[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1961 -> 2259[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1962 -> 1400[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1962[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1962 -> 2260[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1962 -> 2261[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1963 -> 1413[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1963[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1963 -> 2262[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1963 -> 2263[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1794 -> 1323[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1794[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1794 -> 2055[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1794 -> 2056[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1795 -> 1409[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1795[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1795 -> 2057[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1795 -> 2058[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1796 -> 1401[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1796[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1796 -> 2059[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1796 -> 2060[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1797 -> 1325[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1797[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1797 -> 2061[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1797 -> 2062[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1798 -> 1407[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1798[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1798 -> 2063[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1798 -> 2064[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1799 -> 1116[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1799[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1799 -> 2065[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1799 -> 2066[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1800 -> 1335[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1800[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1800 -> 2067[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1800 -> 2068[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1801 -> 1410[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1801[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1801 -> 2069[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1801 -> 2070[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1802 -> 1406[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1802[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1802 -> 2071[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1802 -> 2072[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1803 -> 1342[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1803[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1803 -> 2073[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1803 -> 2074[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1804 -> 1405[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1804[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1804 -> 2075[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1804 -> 2076[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1805 -> 1400[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1805[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1805 -> 2077[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1805 -> 2078[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1806 -> 1327[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1806[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1806 -> 2079[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1806 -> 2080[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1807 -> 1413[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1807[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];1807 -> 2081[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1807 -> 2082[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1964 -> 1958[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1964[label="vwx3001 * vwx31000",fontsize=16,color="magenta"];1964 -> 2264[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1964 -> 2265[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1965 -> 1958[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1965[label="vwx3000 * vwx31001",fontsize=16,color="magenta"];1965 -> 2266[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1965 -> 2267[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1966[label="primEqNat (Succ vwx30000) vwx31000",fontsize=16,color="burlywood",shape="box"];3396[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];1966 -> 3396[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3396 -> 2268[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 3397[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];1966 -> 3397[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3397 -> 2269[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 1967[label="primEqNat Zero vwx31000",fontsize=16,color="burlywood",shape="box"];3398[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];1967 -> 3398[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3398 -> 2270[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 3399[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];1967 -> 3399[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3399 -> 2271[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 1808[label="vwx3001 == vwx31001",fontsize=16,color="blue",shape="box"];3400[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1808 -> 3400[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3400 -> 2083[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3401[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1808 -> 3401[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3401 -> 2084[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3402[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1808 -> 3402[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3402 -> 2085[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3403[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1808 -> 3403[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3403 -> 2086[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3404[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1808 -> 3404[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3404 -> 2087[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3405[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1808 -> 3405[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3405 -> 2088[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3406[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1808 -> 3406[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3406 -> 2089[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3407[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1808 -> 3407[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3407 -> 2090[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3408[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1808 -> 3408[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3408 -> 2091[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3409[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1808 -> 3409[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3409 -> 2092[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3410[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1808 -> 3410[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3410 -> 2093[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3411[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1808 -> 3411[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3411 -> 2094[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3412[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1808 -> 3412[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3412 -> 2095[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3413[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1808 -> 3413[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3413 -> 2096[label="",style="solid", color="blue", weight=3]; 16.70/6.17 1809[label="vwx3000 == vwx31000",fontsize=16,color="blue",shape="box"];3414[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1809 -> 3414[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3414 -> 2097[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3415[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1809 -> 3415[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3415 -> 2098[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3416[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1809 -> 3416[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3416 -> 2099[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3417[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1809 -> 3417[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3417 -> 2100[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3418[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1809 -> 3418[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3418 -> 2101[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3419[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1809 -> 3419[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3419 -> 2102[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3420[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1809 -> 3420[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3420 -> 2103[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3421[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1809 -> 3421[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3421 -> 2104[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3422[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1809 -> 3422[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3422 -> 2105[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3423[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1809 -> 3423[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3423 -> 2106[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3424[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1809 -> 3424[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3424 -> 2107[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3425[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1809 -> 3425[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3425 -> 2108[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3426[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1809 -> 3426[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3426 -> 2109[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3427[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1809 -> 3427[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3427 -> 2110[label="",style="solid", color="blue", weight=3]; 16.70/6.17 1484 -> 1446[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1484[label="primCmpNat (Succ vwx30000) vwx31000",fontsize=16,color="magenta"];1484 -> 1581[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1484 -> 1582[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1485[label="GT",fontsize=16,color="green",shape="box"];1486[label="primCmpInt (Pos Zero) (Pos (Succ vwx310000))",fontsize=16,color="black",shape="box"];1486 -> 1583[label="",style="solid", color="black", weight=3]; 16.70/6.17 1487[label="primCmpInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1487 -> 1584[label="",style="solid", color="black", weight=3]; 16.70/6.17 1488[label="primCmpInt (Pos Zero) (Neg (Succ vwx310000))",fontsize=16,color="black",shape="box"];1488 -> 1585[label="",style="solid", color="black", weight=3]; 16.70/6.17 1489[label="primCmpInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1489 -> 1586[label="",style="solid", color="black", weight=3]; 16.70/6.17 1490[label="LT",fontsize=16,color="green",shape="box"];1491 -> 1446[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1491[label="primCmpNat vwx31000 (Succ vwx30000)",fontsize=16,color="magenta"];1491 -> 1587[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1491 -> 1588[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1492[label="primCmpInt (Neg Zero) (Pos (Succ vwx310000))",fontsize=16,color="black",shape="box"];1492 -> 1589[label="",style="solid", color="black", weight=3]; 16.70/6.17 1493[label="primCmpInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1493 -> 1590[label="",style="solid", color="black", weight=3]; 16.70/6.17 1494[label="primCmpInt (Neg Zero) (Neg (Succ vwx310000))",fontsize=16,color="black",shape="box"];1494 -> 1591[label="",style="solid", color="black", weight=3]; 16.70/6.17 1495[label="primCmpInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1495 -> 1592[label="",style="solid", color="black", weight=3]; 16.70/6.17 1497[label="vwx31001",fontsize=16,color="green",shape="box"];1498[label="compare vwx3000 vwx31000",fontsize=16,color="blue",shape="box"];3428[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1498 -> 3428[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3428 -> 1593[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3429[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1498 -> 3429[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3429 -> 1594[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3430[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1498 -> 3430[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3430 -> 1595[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3431[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1498 -> 3431[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3431 -> 1596[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3432[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1498 -> 3432[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3432 -> 1597[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3433[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1498 -> 3433[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3433 -> 1598[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3434[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1498 -> 3434[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3434 -> 1599[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3435[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1498 -> 3435[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3435 -> 1600[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3436[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1498 -> 3436[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3436 -> 1601[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3437[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1498 -> 3437[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3437 -> 1602[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3438[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1498 -> 3438[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3438 -> 1603[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3439[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1498 -> 3439[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3439 -> 1604[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3440[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1498 -> 3440[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3440 -> 1605[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3441[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1498 -> 3441[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3441 -> 1606[label="",style="solid", color="blue", weight=3]; 16.70/6.17 1499[label="vwx3001",fontsize=16,color="green",shape="box"];1496[label="primCompAux0 (compare vwx130 vwx131) vwx132",fontsize=16,color="burlywood",shape="triangle"];3442[label="vwx132/LT",fontsize=10,color="white",style="solid",shape="box"];1496 -> 3442[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3442 -> 1607[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 3443[label="vwx132/EQ",fontsize=10,color="white",style="solid",shape="box"];1496 -> 3443[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3443 -> 1608[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 3444[label="vwx132/GT",fontsize=10,color="white",style="solid",shape="box"];1496 -> 3444[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3444 -> 1609[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 1557 -> 1688[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1557[label="compare1 vwx300 vwx3100 (vwx300 <= vwx3100)",fontsize=16,color="magenta"];1557 -> 1689[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1558[label="EQ",fontsize=16,color="green",shape="box"];1559 -> 1810[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1559[label="compare1 vwx300 vwx3100 (vwx300 <= vwx3100)",fontsize=16,color="magenta"];1559 -> 1811[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1560[label="EQ",fontsize=16,color="green",shape="box"];1561 -> 2111[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1561[label="compare1 vwx300 vwx3100 (vwx300 <= vwx3100)",fontsize=16,color="magenta"];1561 -> 2112[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1562[label="EQ",fontsize=16,color="green",shape="box"];1563[label="primCmpDouble (Double vwx3000 (Pos vwx30010)) (Double vwx31000 (Pos vwx310010))",fontsize=16,color="black",shape="box"];1563 -> 2272[label="",style="solid", color="black", weight=3]; 16.70/6.17 1564[label="primCmpDouble (Double vwx3000 (Pos vwx30010)) (Double vwx31000 (Neg vwx310010))",fontsize=16,color="black",shape="box"];1564 -> 2273[label="",style="solid", color="black", weight=3]; 16.70/6.17 1565[label="primCmpDouble (Double vwx3000 (Neg vwx30010)) (Double vwx31000 (Pos vwx310010))",fontsize=16,color="black",shape="box"];1565 -> 2274[label="",style="solid", color="black", weight=3]; 16.70/6.17 1566[label="primCmpDouble (Double vwx3000 (Neg vwx30010)) (Double vwx31000 (Neg vwx310010))",fontsize=16,color="black",shape="box"];1566 -> 2275[label="",style="solid", color="black", weight=3]; 16.70/6.17 1567 -> 1161[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1567[label="primCmpInt (vwx3000 * vwx31001) (vwx31000 * vwx3001)",fontsize=16,color="magenta"];1567 -> 2276[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1567 -> 2277[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1568[label="compare (Integer vwx30000 * vwx31001) (vwx31000 * vwx3001)",fontsize=16,color="burlywood",shape="box"];3445[label="vwx31001/Integer vwx310010",fontsize=10,color="white",style="solid",shape="box"];1568 -> 3445[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3445 -> 2278[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 1569 -> 2279[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1569[label="compare1 vwx300 vwx3100 (vwx300 <= vwx3100)",fontsize=16,color="magenta"];1569 -> 2280[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1570[label="EQ",fontsize=16,color="green",shape="box"];1571[label="primCmpFloat (Float vwx3000 (Pos vwx30010)) (Float vwx31000 (Pos vwx310010))",fontsize=16,color="black",shape="box"];1571 -> 2281[label="",style="solid", color="black", weight=3]; 16.70/6.17 1572[label="primCmpFloat (Float vwx3000 (Pos vwx30010)) (Float vwx31000 (Neg vwx310010))",fontsize=16,color="black",shape="box"];1572 -> 2282[label="",style="solid", color="black", weight=3]; 16.70/6.17 1573[label="primCmpFloat (Float vwx3000 (Neg vwx30010)) (Float vwx31000 (Pos vwx310010))",fontsize=16,color="black",shape="box"];1573 -> 2283[label="",style="solid", color="black", weight=3]; 16.70/6.17 1574[label="primCmpFloat (Float vwx3000 (Neg vwx30010)) (Float vwx31000 (Neg vwx310010))",fontsize=16,color="black",shape="box"];1574 -> 2284[label="",style="solid", color="black", weight=3]; 16.70/6.17 1575[label="primCmpNat (Succ vwx30000) vwx31000",fontsize=16,color="burlywood",shape="box"];3446[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];1575 -> 3446[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3446 -> 2285[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 3447[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];1575 -> 3447[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3447 -> 2286[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 1576[label="primCmpNat Zero vwx31000",fontsize=16,color="burlywood",shape="box"];3448[label="vwx31000/Succ vwx310000",fontsize=10,color="white",style="solid",shape="box"];1576 -> 3448[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3448 -> 2287[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 3449[label="vwx31000/Zero",fontsize=10,color="white",style="solid",shape="box"];1576 -> 3449[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3449 -> 2288[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 1577 -> 2289[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1577[label="compare1 vwx300 vwx3100 (vwx300 <= vwx3100)",fontsize=16,color="magenta"];1577 -> 2290[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1578[label="EQ",fontsize=16,color="green",shape="box"];1579 -> 2291[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1579[label="compare1 vwx300 vwx3100 (vwx300 <= vwx3100)",fontsize=16,color="magenta"];1579 -> 2292[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1580[label="EQ",fontsize=16,color="green",shape="box"];1968[label="vwx3101",fontsize=16,color="green",shape="box"];1969[label="vwx301",fontsize=16,color="green",shape="box"];1970[label="compare (vwx3010 : vwx3011) (vwx31010 : vwx31011)",fontsize=16,color="black",shape="box"];1970 -> 2293[label="",style="solid", color="black", weight=3]; 16.70/6.17 1971[label="compare (vwx3010 : vwx3011) []",fontsize=16,color="black",shape="box"];1971 -> 2294[label="",style="solid", color="black", weight=3]; 16.70/6.17 1972[label="compare [] (vwx31010 : vwx31011)",fontsize=16,color="black",shape="box"];1972 -> 2295[label="",style="solid", color="black", weight=3]; 16.70/6.17 1973[label="compare [] []",fontsize=16,color="black",shape="box"];1973 -> 2296[label="",style="solid", color="black", weight=3]; 16.70/6.17 2113[label="vwx31010",fontsize=16,color="green",shape="box"];2114[label="vwx3010",fontsize=16,color="green",shape="box"];2115[label="vwx31010",fontsize=16,color="green",shape="box"];2116[label="vwx3010",fontsize=16,color="green",shape="box"];2117[label="vwx31010",fontsize=16,color="green",shape="box"];2118[label="vwx3010",fontsize=16,color="green",shape="box"];2119[label="vwx31010",fontsize=16,color="green",shape="box"];2120[label="vwx3010",fontsize=16,color="green",shape="box"];2121[label="vwx31010",fontsize=16,color="green",shape="box"];2122[label="vwx3010",fontsize=16,color="green",shape="box"];2123[label="vwx31010",fontsize=16,color="green",shape="box"];2124[label="vwx3010",fontsize=16,color="green",shape="box"];2125[label="vwx31010",fontsize=16,color="green",shape="box"];2126[label="vwx3010",fontsize=16,color="green",shape="box"];2127[label="vwx31010",fontsize=16,color="green",shape="box"];2128[label="vwx3010",fontsize=16,color="green",shape="box"];2129[label="vwx31010",fontsize=16,color="green",shape="box"];2130[label="vwx3010",fontsize=16,color="green",shape="box"];2131[label="vwx31010",fontsize=16,color="green",shape="box"];2132[label="vwx3010",fontsize=16,color="green",shape="box"];2133[label="vwx31010",fontsize=16,color="green",shape="box"];2134[label="vwx3010",fontsize=16,color="green",shape="box"];2135[label="vwx31010",fontsize=16,color="green",shape="box"];2136[label="vwx3010",fontsize=16,color="green",shape="box"];2137[label="vwx31010",fontsize=16,color="green",shape="box"];2138[label="vwx3010",fontsize=16,color="green",shape="box"];2139[label="vwx31010",fontsize=16,color="green",shape="box"];2140[label="vwx3010",fontsize=16,color="green",shape="box"];2141[label="vwx3011 < vwx31011",fontsize=16,color="blue",shape="box"];3450[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2141 -> 3450[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3450 -> 2297[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3451[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2141 -> 3451[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3451 -> 2298[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3452[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2141 -> 3452[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3452 -> 2299[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3453[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2141 -> 3453[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3453 -> 2300[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3454[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2141 -> 3454[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3454 -> 2301[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3455[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2141 -> 3455[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3455 -> 2302[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3456[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2141 -> 3456[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3456 -> 2303[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3457[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2141 -> 3457[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3457 -> 2304[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3458[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2141 -> 3458[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3458 -> 2305[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3459[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2141 -> 3459[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3459 -> 2306[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3460[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2141 -> 3460[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3460 -> 2307[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3461[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2141 -> 3461[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3461 -> 2308[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3462[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2141 -> 3462[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3462 -> 2309[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3463[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2141 -> 3463[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3463 -> 2310[label="",style="solid", color="blue", weight=3]; 16.70/6.17 2142 -> 1381[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2142[label="vwx3011 == vwx31011 && vwx3012 <= vwx31012",fontsize=16,color="magenta"];2142 -> 2311[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2142 -> 2312[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2143 -> 1400[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2143[label="vwx3010 == vwx31010",fontsize=16,color="magenta"];2143 -> 2313[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2143 -> 2314[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2144 -> 1401[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2144[label="vwx3010 == vwx31010",fontsize=16,color="magenta"];2144 -> 2315[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2144 -> 2316[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2145 -> 1323[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2145[label="vwx3010 == vwx31010",fontsize=16,color="magenta"];2145 -> 2317[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2145 -> 2318[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2146 -> 1325[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2146[label="vwx3010 == vwx31010",fontsize=16,color="magenta"];2146 -> 2319[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2146 -> 2320[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2147 -> 1327[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2147[label="vwx3010 == vwx31010",fontsize=16,color="magenta"];2147 -> 2321[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2147 -> 2322[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2148 -> 1405[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2148[label="vwx3010 == vwx31010",fontsize=16,color="magenta"];2148 -> 2323[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2148 -> 2324[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2149 -> 1406[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2149[label="vwx3010 == vwx31010",fontsize=16,color="magenta"];2149 -> 2325[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2149 -> 2326[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2150 -> 1407[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2150[label="vwx3010 == vwx31010",fontsize=16,color="magenta"];2150 -> 2327[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2150 -> 2328[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2151 -> 1335[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2151[label="vwx3010 == vwx31010",fontsize=16,color="magenta"];2151 -> 2329[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2151 -> 2330[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2152 -> 1409[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2152[label="vwx3010 == vwx31010",fontsize=16,color="magenta"];2152 -> 2331[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2152 -> 2332[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2153 -> 1410[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2153[label="vwx3010 == vwx31010",fontsize=16,color="magenta"];2153 -> 2333[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2153 -> 2334[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2154 -> 1116[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2154[label="vwx3010 == vwx31010",fontsize=16,color="magenta"];2154 -> 2335[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2154 -> 2336[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2155 -> 1342[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2155[label="vwx3010 == vwx31010",fontsize=16,color="magenta"];2155 -> 2337[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2155 -> 2338[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2156 -> 1413[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2156[label="vwx3010 == vwx31010",fontsize=16,color="magenta"];2156 -> 2339[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2156 -> 2340[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1974[label="compare () ()",fontsize=16,color="black",shape="box"];1974 -> 2341[label="",style="solid", color="black", weight=3]; 16.70/6.17 1975[label="vwx3101",fontsize=16,color="green",shape="box"];1976[label="vwx301",fontsize=16,color="green",shape="box"];1977[label="compare (vwx3010 :% vwx3011) (vwx31010 :% vwx31011)",fontsize=16,color="black",shape="box"];1977 -> 2342[label="",style="solid", color="black", weight=3]; 16.70/6.17 1978[label="vwx3101",fontsize=16,color="green",shape="box"];1979[label="vwx301",fontsize=16,color="green",shape="box"];1980[label="vwx3101",fontsize=16,color="green",shape="box"];1981[label="vwx301",fontsize=16,color="green",shape="box"];2157[label="vwx31010",fontsize=16,color="green",shape="box"];2158[label="vwx3010",fontsize=16,color="green",shape="box"];2159[label="vwx31010",fontsize=16,color="green",shape="box"];2160[label="vwx3010",fontsize=16,color="green",shape="box"];2161[label="vwx31010",fontsize=16,color="green",shape="box"];2162[label="vwx3010",fontsize=16,color="green",shape="box"];2163[label="vwx31010",fontsize=16,color="green",shape="box"];2164[label="vwx3010",fontsize=16,color="green",shape="box"];2165[label="vwx31010",fontsize=16,color="green",shape="box"];2166[label="vwx3010",fontsize=16,color="green",shape="box"];2167[label="vwx31010",fontsize=16,color="green",shape="box"];2168[label="vwx3010",fontsize=16,color="green",shape="box"];2169[label="vwx31010",fontsize=16,color="green",shape="box"];2170[label="vwx3010",fontsize=16,color="green",shape="box"];2171[label="vwx31010",fontsize=16,color="green",shape="box"];2172[label="vwx3010",fontsize=16,color="green",shape="box"];2173[label="vwx31010",fontsize=16,color="green",shape="box"];2174[label="vwx3010",fontsize=16,color="green",shape="box"];2175[label="vwx31010",fontsize=16,color="green",shape="box"];2176[label="vwx3010",fontsize=16,color="green",shape="box"];2177[label="vwx31010",fontsize=16,color="green",shape="box"];2178[label="vwx3010",fontsize=16,color="green",shape="box"];2179[label="vwx31010",fontsize=16,color="green",shape="box"];2180[label="vwx3010",fontsize=16,color="green",shape="box"];2181[label="vwx31010",fontsize=16,color="green",shape="box"];2182[label="vwx3010",fontsize=16,color="green",shape="box"];2183[label="vwx31010",fontsize=16,color="green",shape="box"];2184[label="vwx3010",fontsize=16,color="green",shape="box"];2185 -> 1386[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2185[label="vwx3011 <= vwx31011",fontsize=16,color="magenta"];2185 -> 2343[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2185 -> 2344[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2186 -> 1387[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2186[label="vwx3011 <= vwx31011",fontsize=16,color="magenta"];2186 -> 2345[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2186 -> 2346[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2187 -> 1388[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2187[label="vwx3011 <= vwx31011",fontsize=16,color="magenta"];2187 -> 2347[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2187 -> 2348[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2188 -> 1389[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2188[label="vwx3011 <= vwx31011",fontsize=16,color="magenta"];2188 -> 2349[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2188 -> 2350[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2189 -> 1390[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2189[label="vwx3011 <= vwx31011",fontsize=16,color="magenta"];2189 -> 2351[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2189 -> 2352[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2190 -> 1391[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2190[label="vwx3011 <= vwx31011",fontsize=16,color="magenta"];2190 -> 2353[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2190 -> 2354[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2191 -> 1392[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2191[label="vwx3011 <= vwx31011",fontsize=16,color="magenta"];2191 -> 2355[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2191 -> 2356[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2192 -> 1393[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2192[label="vwx3011 <= vwx31011",fontsize=16,color="magenta"];2192 -> 2357[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2192 -> 2358[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2193 -> 1394[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2193[label="vwx3011 <= vwx31011",fontsize=16,color="magenta"];2193 -> 2359[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2193 -> 2360[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2194 -> 1395[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2194[label="vwx3011 <= vwx31011",fontsize=16,color="magenta"];2194 -> 2361[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2194 -> 2362[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2195 -> 1396[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2195[label="vwx3011 <= vwx31011",fontsize=16,color="magenta"];2195 -> 2363[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2195 -> 2364[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2196 -> 1397[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2196[label="vwx3011 <= vwx31011",fontsize=16,color="magenta"];2196 -> 2365[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2196 -> 2366[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2197 -> 1398[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2197[label="vwx3011 <= vwx31011",fontsize=16,color="magenta"];2197 -> 2367[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2197 -> 2368[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2198 -> 1399[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2198[label="vwx3011 <= vwx31011",fontsize=16,color="magenta"];2198 -> 2369[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2198 -> 2370[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2199 -> 1400[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2199[label="vwx3010 == vwx31010",fontsize=16,color="magenta"];2199 -> 2371[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2199 -> 2372[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2200 -> 1401[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2200[label="vwx3010 == vwx31010",fontsize=16,color="magenta"];2200 -> 2373[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2200 -> 2374[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2201 -> 1323[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2201[label="vwx3010 == vwx31010",fontsize=16,color="magenta"];2201 -> 2375[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2201 -> 2376[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2202 -> 1325[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2202[label="vwx3010 == vwx31010",fontsize=16,color="magenta"];2202 -> 2377[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2202 -> 2378[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2203 -> 1327[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2203[label="vwx3010 == vwx31010",fontsize=16,color="magenta"];2203 -> 2379[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2203 -> 2380[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2204 -> 1405[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2204[label="vwx3010 == vwx31010",fontsize=16,color="magenta"];2204 -> 2381[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2204 -> 2382[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2205 -> 1406[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2205[label="vwx3010 == vwx31010",fontsize=16,color="magenta"];2205 -> 2383[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2205 -> 2384[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2206 -> 1407[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2206[label="vwx3010 == vwx31010",fontsize=16,color="magenta"];2206 -> 2385[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2206 -> 2386[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2207 -> 1335[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2207[label="vwx3010 == vwx31010",fontsize=16,color="magenta"];2207 -> 2387[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2207 -> 2388[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2208 -> 1409[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2208[label="vwx3010 == vwx31010",fontsize=16,color="magenta"];2208 -> 2389[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2208 -> 2390[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2209 -> 1410[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2209[label="vwx3010 == vwx31010",fontsize=16,color="magenta"];2209 -> 2391[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2209 -> 2392[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2210 -> 1116[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2210[label="vwx3010 == vwx31010",fontsize=16,color="magenta"];2210 -> 2393[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2210 -> 2394[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2211 -> 1342[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2211[label="vwx3010 == vwx31010",fontsize=16,color="magenta"];2211 -> 2395[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2211 -> 2396[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2212 -> 1413[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2212[label="vwx3010 == vwx31010",fontsize=16,color="magenta"];2212 -> 2397[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2212 -> 2398[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1982[label="compare (Integer vwx3010) (Integer vwx31010)",fontsize=16,color="black",shape="box"];1982 -> 2399[label="",style="solid", color="black", weight=3]; 16.70/6.17 2213 -> 1750[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2213[label="primEqNat vwx30000 vwx310000",fontsize=16,color="magenta"];2213 -> 2400[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2213 -> 2401[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2214[label="False",fontsize=16,color="green",shape="box"];2215[label="False",fontsize=16,color="green",shape="box"];2216[label="True",fontsize=16,color="green",shape="box"];2217[label="False",fontsize=16,color="green",shape="box"];2218[label="True",fontsize=16,color="green",shape="box"];2219 -> 1750[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2219[label="primEqNat vwx30000 vwx310000",fontsize=16,color="magenta"];2219 -> 2402[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2219 -> 2403[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2220[label="False",fontsize=16,color="green",shape="box"];2221[label="False",fontsize=16,color="green",shape="box"];2222[label="True",fontsize=16,color="green",shape="box"];2223[label="False",fontsize=16,color="green",shape="box"];2224[label="True",fontsize=16,color="green",shape="box"];2225[label="vwx31000",fontsize=16,color="green",shape="box"];2226[label="vwx3000",fontsize=16,color="green",shape="box"];2227[label="vwx31000",fontsize=16,color="green",shape="box"];2228[label="vwx3000",fontsize=16,color="green",shape="box"];2229[label="vwx31000",fontsize=16,color="green",shape="box"];2230[label="vwx3000",fontsize=16,color="green",shape="box"];2231[label="vwx31000",fontsize=16,color="green",shape="box"];2232[label="vwx3000",fontsize=16,color="green",shape="box"];2233[label="vwx31000",fontsize=16,color="green",shape="box"];2234[label="vwx3000",fontsize=16,color="green",shape="box"];2235[label="vwx31000",fontsize=16,color="green",shape="box"];2236[label="vwx3000",fontsize=16,color="green",shape="box"];2237[label="vwx31000",fontsize=16,color="green",shape="box"];2238[label="vwx3000",fontsize=16,color="green",shape="box"];2239[label="vwx31000",fontsize=16,color="green",shape="box"];2240[label="vwx3000",fontsize=16,color="green",shape="box"];2241[label="vwx31000",fontsize=16,color="green",shape="box"];2242[label="vwx3000",fontsize=16,color="green",shape="box"];2243[label="vwx31000",fontsize=16,color="green",shape="box"];2244[label="vwx3000",fontsize=16,color="green",shape="box"];2245[label="vwx31000",fontsize=16,color="green",shape="box"];2246[label="vwx3000",fontsize=16,color="green",shape="box"];2247[label="vwx31000",fontsize=16,color="green",shape="box"];2248[label="vwx3000",fontsize=16,color="green",shape="box"];2249[label="vwx31000",fontsize=16,color="green",shape="box"];2250[label="vwx3000",fontsize=16,color="green",shape="box"];2251[label="vwx31000",fontsize=16,color="green",shape="box"];2252[label="vwx3000",fontsize=16,color="green",shape="box"];1983[label="vwx31000",fontsize=16,color="green",shape="box"];1984[label="vwx3000",fontsize=16,color="green",shape="box"];1985[label="vwx31000",fontsize=16,color="green",shape="box"];1986[label="vwx3000",fontsize=16,color="green",shape="box"];1987[label="vwx31000",fontsize=16,color="green",shape="box"];1988[label="vwx3000",fontsize=16,color="green",shape="box"];1989[label="vwx31000",fontsize=16,color="green",shape="box"];1990[label="vwx3000",fontsize=16,color="green",shape="box"];1991[label="vwx31000",fontsize=16,color="green",shape="box"];1992[label="vwx3000",fontsize=16,color="green",shape="box"];1993[label="vwx31000",fontsize=16,color="green",shape="box"];1994[label="vwx3000",fontsize=16,color="green",shape="box"];1995[label="vwx31000",fontsize=16,color="green",shape="box"];1996[label="vwx3000",fontsize=16,color="green",shape="box"];1997[label="vwx31000",fontsize=16,color="green",shape="box"];1998[label="vwx3000",fontsize=16,color="green",shape="box"];1999[label="vwx31000",fontsize=16,color="green",shape="box"];2000[label="vwx3000",fontsize=16,color="green",shape="box"];2001[label="vwx31000",fontsize=16,color="green",shape="box"];2002[label="vwx3000",fontsize=16,color="green",shape="box"];2003[label="vwx31000",fontsize=16,color="green",shape="box"];2004[label="vwx3000",fontsize=16,color="green",shape="box"];2005[label="vwx31000",fontsize=16,color="green",shape="box"];2006[label="vwx3000",fontsize=16,color="green",shape="box"];2007[label="vwx31000",fontsize=16,color="green",shape="box"];2008[label="vwx3000",fontsize=16,color="green",shape="box"];2009[label="vwx31000",fontsize=16,color="green",shape="box"];2010[label="vwx3000",fontsize=16,color="green",shape="box"];2011[label="vwx31000",fontsize=16,color="green",shape="box"];2012[label="vwx3000",fontsize=16,color="green",shape="box"];2013[label="vwx31000",fontsize=16,color="green",shape="box"];2014[label="vwx3000",fontsize=16,color="green",shape="box"];2015[label="vwx31000",fontsize=16,color="green",shape="box"];2016[label="vwx3000",fontsize=16,color="green",shape="box"];2017[label="vwx31000",fontsize=16,color="green",shape="box"];2018[label="vwx3000",fontsize=16,color="green",shape="box"];2019[label="vwx31000",fontsize=16,color="green",shape="box"];2020[label="vwx3000",fontsize=16,color="green",shape="box"];2021[label="vwx31000",fontsize=16,color="green",shape="box"];2022[label="vwx3000",fontsize=16,color="green",shape="box"];2023[label="vwx31000",fontsize=16,color="green",shape="box"];2024[label="vwx3000",fontsize=16,color="green",shape="box"];2025[label="vwx31000",fontsize=16,color="green",shape="box"];2026[label="vwx3000",fontsize=16,color="green",shape="box"];2027[label="vwx31000",fontsize=16,color="green",shape="box"];2028[label="vwx3000",fontsize=16,color="green",shape="box"];2029[label="vwx31000",fontsize=16,color="green",shape="box"];2030[label="vwx3000",fontsize=16,color="green",shape="box"];2031[label="vwx31000",fontsize=16,color="green",shape="box"];2032[label="vwx3000",fontsize=16,color="green",shape="box"];2033[label="vwx31000",fontsize=16,color="green",shape="box"];2034[label="vwx3000",fontsize=16,color="green",shape="box"];2035[label="vwx31000",fontsize=16,color="green",shape="box"];2036[label="vwx3000",fontsize=16,color="green",shape="box"];2037[label="vwx31000",fontsize=16,color="green",shape="box"];2038[label="vwx3000",fontsize=16,color="green",shape="box"];2039[label="vwx3002 == vwx31002",fontsize=16,color="blue",shape="box"];3464[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2039 -> 3464[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3464 -> 2404[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3465[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2039 -> 3465[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3465 -> 2405[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3466[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2039 -> 3466[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3466 -> 2406[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3467[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2039 -> 3467[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3467 -> 2407[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3468[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2039 -> 3468[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3468 -> 2408[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3469[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2039 -> 3469[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3469 -> 2409[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3470[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2039 -> 3470[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3470 -> 2410[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3471[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2039 -> 3471[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3471 -> 2411[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3472[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2039 -> 3472[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3472 -> 2412[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3473[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2039 -> 3473[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3473 -> 2413[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3474[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2039 -> 3474[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3474 -> 2414[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3475[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2039 -> 3475[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3475 -> 2415[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3476[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2039 -> 3476[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3476 -> 2416[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3477[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2039 -> 3477[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3477 -> 2417[label="",style="solid", color="blue", weight=3]; 16.70/6.17 2040[label="vwx3001 == vwx31001",fontsize=16,color="blue",shape="box"];3478[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2040 -> 3478[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3478 -> 2418[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3479[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2040 -> 3479[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3479 -> 2419[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3480[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2040 -> 3480[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3480 -> 2420[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3481[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2040 -> 3481[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3481 -> 2421[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3482[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2040 -> 3482[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3482 -> 2422[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3483[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2040 -> 3483[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3483 -> 2423[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3484[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2040 -> 3484[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3484 -> 2424[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3485[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2040 -> 3485[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3485 -> 2425[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3486[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2040 -> 3486[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3486 -> 2426[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3487[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2040 -> 3487[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3487 -> 2427[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3488[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2040 -> 3488[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3488 -> 2428[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3489[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2040 -> 3489[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3489 -> 2429[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3490[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2040 -> 3490[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3490 -> 2430[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3491[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2040 -> 3491[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3491 -> 2431[label="",style="solid", color="blue", weight=3]; 16.70/6.17 2041 -> 1323[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2041[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];2041 -> 2432[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2041 -> 2433[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2042 -> 1409[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2042[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];2042 -> 2434[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2042 -> 2435[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2043 -> 1401[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2043[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];2043 -> 2436[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2043 -> 2437[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2044 -> 1325[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2044[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];2044 -> 2438[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2044 -> 2439[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2045 -> 1407[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2045[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];2045 -> 2440[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2045 -> 2441[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2046 -> 1116[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2046[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];2046 -> 2442[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2046 -> 2443[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2047 -> 1335[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2047[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];2047 -> 2444[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2047 -> 2445[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2048 -> 1410[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2048[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];2048 -> 2446[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2048 -> 2447[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2049 -> 1406[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2049[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];2049 -> 2448[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2049 -> 2449[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2050 -> 1342[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2050[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];2050 -> 2450[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2050 -> 2451[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2051 -> 1405[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2051[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];2051 -> 2452[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2051 -> 2453[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2052 -> 1400[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2052[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];2052 -> 2454[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2052 -> 2455[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2053 -> 1327[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2053[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];2053 -> 2456[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2053 -> 2457[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2054 -> 1413[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2054[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];2054 -> 2458[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2054 -> 2459[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2253[label="primMulInt vwx3001 vwx31000",fontsize=16,color="burlywood",shape="triangle"];3492[label="vwx3001/Pos vwx30010",fontsize=10,color="white",style="solid",shape="box"];2253 -> 3492[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3492 -> 2460[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 3493[label="vwx3001/Neg vwx30010",fontsize=10,color="white",style="solid",shape="box"];2253 -> 3493[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3493 -> 2461[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 2254[label="vwx3000",fontsize=16,color="green",shape="box"];2255[label="vwx31001",fontsize=16,color="green",shape="box"];2256[label="vwx31001",fontsize=16,color="green",shape="box"];2257[label="vwx3001",fontsize=16,color="green",shape="box"];2258[label="vwx31001",fontsize=16,color="green",shape="box"];2259[label="vwx3001",fontsize=16,color="green",shape="box"];2260[label="vwx31000",fontsize=16,color="green",shape="box"];2261[label="vwx3000",fontsize=16,color="green",shape="box"];2262[label="vwx31000",fontsize=16,color="green",shape="box"];2263[label="vwx3000",fontsize=16,color="green",shape="box"];2055[label="vwx31000",fontsize=16,color="green",shape="box"];2056[label="vwx3000",fontsize=16,color="green",shape="box"];2057[label="vwx31000",fontsize=16,color="green",shape="box"];2058[label="vwx3000",fontsize=16,color="green",shape="box"];2059[label="vwx31000",fontsize=16,color="green",shape="box"];2060[label="vwx3000",fontsize=16,color="green",shape="box"];2061[label="vwx31000",fontsize=16,color="green",shape="box"];2062[label="vwx3000",fontsize=16,color="green",shape="box"];2063[label="vwx31000",fontsize=16,color="green",shape="box"];2064[label="vwx3000",fontsize=16,color="green",shape="box"];2065[label="vwx31000",fontsize=16,color="green",shape="box"];2066[label="vwx3000",fontsize=16,color="green",shape="box"];2067[label="vwx31000",fontsize=16,color="green",shape="box"];2068[label="vwx3000",fontsize=16,color="green",shape="box"];2069[label="vwx31000",fontsize=16,color="green",shape="box"];2070[label="vwx3000",fontsize=16,color="green",shape="box"];2071[label="vwx31000",fontsize=16,color="green",shape="box"];2072[label="vwx3000",fontsize=16,color="green",shape="box"];2073[label="vwx31000",fontsize=16,color="green",shape="box"];2074[label="vwx3000",fontsize=16,color="green",shape="box"];2075[label="vwx31000",fontsize=16,color="green",shape="box"];2076[label="vwx3000",fontsize=16,color="green",shape="box"];2077[label="vwx31000",fontsize=16,color="green",shape="box"];2078[label="vwx3000",fontsize=16,color="green",shape="box"];2079[label="vwx31000",fontsize=16,color="green",shape="box"];2080[label="vwx3000",fontsize=16,color="green",shape="box"];2081[label="vwx31000",fontsize=16,color="green",shape="box"];2082[label="vwx3000",fontsize=16,color="green",shape="box"];2264[label="vwx3001",fontsize=16,color="green",shape="box"];2265[label="vwx31000",fontsize=16,color="green",shape="box"];2266[label="vwx3000",fontsize=16,color="green",shape="box"];2267[label="vwx31001",fontsize=16,color="green",shape="box"];2268[label="primEqNat (Succ vwx30000) (Succ vwx310000)",fontsize=16,color="black",shape="box"];2268 -> 2462[label="",style="solid", color="black", weight=3]; 16.70/6.17 2269[label="primEqNat (Succ vwx30000) Zero",fontsize=16,color="black",shape="box"];2269 -> 2463[label="",style="solid", color="black", weight=3]; 16.70/6.17 2270[label="primEqNat Zero (Succ vwx310000)",fontsize=16,color="black",shape="box"];2270 -> 2464[label="",style="solid", color="black", weight=3]; 16.70/6.17 2271[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];2271 -> 2465[label="",style="solid", color="black", weight=3]; 16.70/6.17 2083 -> 1323[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2083[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];2083 -> 2466[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2083 -> 2467[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2084 -> 1409[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2084[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];2084 -> 2468[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2084 -> 2469[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2085 -> 1401[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2085[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];2085 -> 2470[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2085 -> 2471[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2086 -> 1325[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2086[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];2086 -> 2472[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2086 -> 2473[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2087 -> 1407[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2087[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];2087 -> 2474[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2087 -> 2475[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2088 -> 1116[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2088[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];2088 -> 2476[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2088 -> 2477[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2089 -> 1335[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2089[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];2089 -> 2478[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2089 -> 2479[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2090 -> 1410[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2090[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];2090 -> 2480[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2090 -> 2481[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2091 -> 1406[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2091[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];2091 -> 2482[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2091 -> 2483[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2092 -> 1342[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2092[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];2092 -> 2484[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2092 -> 2485[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2093 -> 1405[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2093[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];2093 -> 2486[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2093 -> 2487[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2094 -> 1400[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2094[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];2094 -> 2488[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2094 -> 2489[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2095 -> 1327[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2095[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];2095 -> 2490[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2095 -> 2491[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2096 -> 1413[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2096[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];2096 -> 2492[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2096 -> 2493[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2097 -> 1323[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2097[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];2097 -> 2494[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2097 -> 2495[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2098 -> 1409[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2098[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];2098 -> 2496[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2098 -> 2497[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2099 -> 1401[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2099[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];2099 -> 2498[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2099 -> 2499[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2100 -> 1325[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2100[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];2100 -> 2500[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2100 -> 2501[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2101 -> 1407[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2101[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];2101 -> 2502[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2101 -> 2503[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2102 -> 1116[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2102[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];2102 -> 2504[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2102 -> 2505[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2103 -> 1335[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2103[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];2103 -> 2506[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2103 -> 2507[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2104 -> 1410[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2104[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];2104 -> 2508[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2104 -> 2509[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2105 -> 1406[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2105[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];2105 -> 2510[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2105 -> 2511[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2106 -> 1342[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2106[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];2106 -> 2512[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2106 -> 2513[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2107 -> 1405[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2107[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];2107 -> 2514[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2107 -> 2515[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2108 -> 1400[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2108[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];2108 -> 2516[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2108 -> 2517[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2109 -> 1327[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2109[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];2109 -> 2518[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2109 -> 2519[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2110 -> 1413[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2110[label="vwx3000 == vwx31000",fontsize=16,color="magenta"];2110 -> 2520[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2110 -> 2521[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1581[label="vwx31000",fontsize=16,color="green",shape="box"];1582[label="Succ vwx30000",fontsize=16,color="green",shape="box"];1583 -> 1446[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1583[label="primCmpNat Zero (Succ vwx310000)",fontsize=16,color="magenta"];1583 -> 2522[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1583 -> 2523[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1584[label="EQ",fontsize=16,color="green",shape="box"];1585[label="GT",fontsize=16,color="green",shape="box"];1586[label="EQ",fontsize=16,color="green",shape="box"];1587[label="Succ vwx30000",fontsize=16,color="green",shape="box"];1588[label="vwx31000",fontsize=16,color="green",shape="box"];1589[label="LT",fontsize=16,color="green",shape="box"];1590[label="EQ",fontsize=16,color="green",shape="box"];1591 -> 1446[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1591[label="primCmpNat (Succ vwx310000) Zero",fontsize=16,color="magenta"];1591 -> 2524[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1591 -> 2525[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1592[label="EQ",fontsize=16,color="green",shape="box"];1593 -> 1657[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1593[label="compare vwx3000 vwx31000",fontsize=16,color="magenta"];1593 -> 2526[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1593 -> 2527[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1594 -> 1661[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1594[label="compare vwx3000 vwx31000",fontsize=16,color="magenta"];1594 -> 2528[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1594 -> 2529[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1595[label="compare vwx3000 vwx31000",fontsize=16,color="black",shape="triangle"];1595 -> 2530[label="",style="solid", color="black", weight=3]; 16.70/6.17 1596[label="compare vwx3000 vwx31000",fontsize=16,color="black",shape="triangle"];1596 -> 2531[label="",style="solid", color="black", weight=3]; 16.70/6.17 1597[label="compare vwx3000 vwx31000",fontsize=16,color="black",shape="triangle"];1597 -> 2532[label="",style="solid", color="black", weight=3]; 16.70/6.17 1598 -> 1663[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1598[label="compare vwx3000 vwx31000",fontsize=16,color="magenta"];1598 -> 2533[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1598 -> 2534[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1599 -> 1665[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1599[label="compare vwx3000 vwx31000",fontsize=16,color="magenta"];1599 -> 2535[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1599 -> 2536[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1600 -> 1667[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1600[label="compare vwx3000 vwx31000",fontsize=16,color="magenta"];1600 -> 2537[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1600 -> 2538[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1601[label="compare vwx3000 vwx31000",fontsize=16,color="black",shape="triangle"];1601 -> 2539[label="",style="solid", color="black", weight=3]; 16.70/6.17 1602 -> 1669[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1602[label="compare vwx3000 vwx31000",fontsize=16,color="magenta"];1602 -> 2540[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1602 -> 2541[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1603 -> 1671[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1603[label="compare vwx3000 vwx31000",fontsize=16,color="magenta"];1603 -> 2542[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1603 -> 2543[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1604[label="compare vwx3000 vwx31000",fontsize=16,color="black",shape="triangle"];1604 -> 2544[label="",style="solid", color="black", weight=3]; 16.70/6.17 1605[label="compare vwx3000 vwx31000",fontsize=16,color="black",shape="triangle"];1605 -> 2545[label="",style="solid", color="black", weight=3]; 16.70/6.17 1606 -> 1673[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1606[label="compare vwx3000 vwx31000",fontsize=16,color="magenta"];1606 -> 2546[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1606 -> 2547[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1607[label="primCompAux0 (compare vwx130 vwx131) LT",fontsize=16,color="black",shape="box"];1607 -> 2548[label="",style="solid", color="black", weight=3]; 16.70/6.17 1608[label="primCompAux0 (compare vwx130 vwx131) EQ",fontsize=16,color="black",shape="box"];1608 -> 2549[label="",style="solid", color="black", weight=3]; 16.70/6.17 1609[label="primCompAux0 (compare vwx130 vwx131) GT",fontsize=16,color="black",shape="box"];1609 -> 2550[label="",style="solid", color="black", weight=3]; 16.70/6.17 1689 -> 1388[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1689[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];1689 -> 2551[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1689 -> 2552[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1688[label="compare1 vwx300 vwx3100 vwx134",fontsize=16,color="burlywood",shape="triangle"];3494[label="vwx134/False",fontsize=10,color="white",style="solid",shape="box"];1688 -> 3494[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3494 -> 2553[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 3495[label="vwx134/True",fontsize=10,color="white",style="solid",shape="box"];1688 -> 3495[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3495 -> 2554[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 1811 -> 1389[label="",style="dashed", color="red", weight=0]; 16.70/6.17 1811[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];1811 -> 2555[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1811 -> 2556[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 1810[label="compare1 vwx300 vwx3100 vwx135",fontsize=16,color="burlywood",shape="triangle"];3496[label="vwx135/False",fontsize=10,color="white",style="solid",shape="box"];1810 -> 3496[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3496 -> 2557[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 3497[label="vwx135/True",fontsize=10,color="white",style="solid",shape="box"];1810 -> 3497[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3497 -> 2558[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 2112 -> 1390[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2112[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];2112 -> 2559[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2112 -> 2560[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2111[label="compare1 vwx300 vwx3100 vwx136",fontsize=16,color="burlywood",shape="triangle"];3498[label="vwx136/False",fontsize=10,color="white",style="solid",shape="box"];2111 -> 3498[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3498 -> 2561[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 3499[label="vwx136/True",fontsize=10,color="white",style="solid",shape="box"];2111 -> 3499[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3499 -> 2562[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 2272 -> 1657[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2272[label="compare (vwx3000 * Pos vwx310010) (Pos vwx30010 * vwx31000)",fontsize=16,color="magenta"];2272 -> 2563[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2272 -> 2564[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2273 -> 1657[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2273[label="compare (vwx3000 * Pos vwx310010) (Neg vwx30010 * vwx31000)",fontsize=16,color="magenta"];2273 -> 2565[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2273 -> 2566[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2274 -> 1657[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2274[label="compare (vwx3000 * Neg vwx310010) (Pos vwx30010 * vwx31000)",fontsize=16,color="magenta"];2274 -> 2567[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2274 -> 2568[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2275 -> 1657[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2275[label="compare (vwx3000 * Neg vwx310010) (Neg vwx30010 * vwx31000)",fontsize=16,color="magenta"];2275 -> 2569[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2275 -> 2570[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2276 -> 1958[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2276[label="vwx31000 * vwx3001",fontsize=16,color="magenta"];2276 -> 2571[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2276 -> 2572[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2277 -> 1958[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2277[label="vwx3000 * vwx31001",fontsize=16,color="magenta"];2277 -> 2573[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2277 -> 2574[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2278[label="compare (Integer vwx30000 * Integer vwx310010) (vwx31000 * vwx3001)",fontsize=16,color="black",shape="box"];2278 -> 2575[label="",style="solid", color="black", weight=3]; 16.70/6.17 2280 -> 1394[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2280[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];2280 -> 2576[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2280 -> 2577[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2279[label="compare1 vwx300 vwx3100 vwx137",fontsize=16,color="burlywood",shape="triangle"];3500[label="vwx137/False",fontsize=10,color="white",style="solid",shape="box"];2279 -> 3500[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3500 -> 2578[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 3501[label="vwx137/True",fontsize=10,color="white",style="solid",shape="box"];2279 -> 3501[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3501 -> 2579[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 2281 -> 1657[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2281[label="compare (vwx3000 * Pos vwx310010) (Pos vwx30010 * vwx31000)",fontsize=16,color="magenta"];2281 -> 2580[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2281 -> 2581[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2282 -> 1657[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2282[label="compare (vwx3000 * Pos vwx310010) (Neg vwx30010 * vwx31000)",fontsize=16,color="magenta"];2282 -> 2582[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2282 -> 2583[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2283 -> 1657[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2283[label="compare (vwx3000 * Neg vwx310010) (Pos vwx30010 * vwx31000)",fontsize=16,color="magenta"];2283 -> 2584[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2283 -> 2585[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2284 -> 1657[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2284[label="compare (vwx3000 * Neg vwx310010) (Neg vwx30010 * vwx31000)",fontsize=16,color="magenta"];2284 -> 2586[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2284 -> 2587[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2285[label="primCmpNat (Succ vwx30000) (Succ vwx310000)",fontsize=16,color="black",shape="box"];2285 -> 2588[label="",style="solid", color="black", weight=3]; 16.70/6.17 2286[label="primCmpNat (Succ vwx30000) Zero",fontsize=16,color="black",shape="box"];2286 -> 2589[label="",style="solid", color="black", weight=3]; 16.70/6.17 2287[label="primCmpNat Zero (Succ vwx310000)",fontsize=16,color="black",shape="box"];2287 -> 2590[label="",style="solid", color="black", weight=3]; 16.70/6.17 2288[label="primCmpNat Zero Zero",fontsize=16,color="black",shape="box"];2288 -> 2591[label="",style="solid", color="black", weight=3]; 16.70/6.17 2290 -> 1397[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2290[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];2290 -> 2592[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2290 -> 2593[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2289[label="compare1 vwx300 vwx3100 vwx138",fontsize=16,color="burlywood",shape="triangle"];3502[label="vwx138/False",fontsize=10,color="white",style="solid",shape="box"];2289 -> 3502[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3502 -> 2594[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 3503[label="vwx138/True",fontsize=10,color="white",style="solid",shape="box"];2289 -> 3503[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3503 -> 2595[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 2292 -> 1398[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2292[label="vwx300 <= vwx3100",fontsize=16,color="magenta"];2292 -> 2596[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2292 -> 2597[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2291[label="compare1 vwx300 vwx3100 vwx139",fontsize=16,color="burlywood",shape="triangle"];3504[label="vwx139/False",fontsize=10,color="white",style="solid",shape="box"];2291 -> 3504[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3504 -> 2598[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 3505[label="vwx139/True",fontsize=10,color="white",style="solid",shape="box"];2291 -> 3505[label="",style="solid", color="burlywood", weight=9]; 16.70/6.17 3505 -> 2599[label="",style="solid", color="burlywood", weight=3]; 16.70/6.17 2293 -> 1315[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2293[label="primCompAux vwx3010 vwx31010 (compare vwx3011 vwx31011)",fontsize=16,color="magenta"];2293 -> 2600[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2293 -> 2601[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2293 -> 2602[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2293 -> 2603[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2294[label="GT",fontsize=16,color="green",shape="box"];2295[label="LT",fontsize=16,color="green",shape="box"];2296[label="EQ",fontsize=16,color="green",shape="box"];2297 -> 1071[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2297[label="vwx3011 < vwx31011",fontsize=16,color="magenta"];2297 -> 2604[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2297 -> 2605[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2298 -> 1072[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2298[label="vwx3011 < vwx31011",fontsize=16,color="magenta"];2298 -> 2606[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2298 -> 2607[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2299 -> 1073[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2299[label="vwx3011 < vwx31011",fontsize=16,color="magenta"];2299 -> 2608[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2299 -> 2609[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2300 -> 1074[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2300[label="vwx3011 < vwx31011",fontsize=16,color="magenta"];2300 -> 2610[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2300 -> 2611[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2301 -> 1075[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2301[label="vwx3011 < vwx31011",fontsize=16,color="magenta"];2301 -> 2612[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2301 -> 2613[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2302 -> 1076[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2302[label="vwx3011 < vwx31011",fontsize=16,color="magenta"];2302 -> 2614[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2302 -> 2615[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2303 -> 1077[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2303[label="vwx3011 < vwx31011",fontsize=16,color="magenta"];2303 -> 2616[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2303 -> 2617[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2304 -> 1078[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2304[label="vwx3011 < vwx31011",fontsize=16,color="magenta"];2304 -> 2618[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2304 -> 2619[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2305 -> 1079[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2305[label="vwx3011 < vwx31011",fontsize=16,color="magenta"];2305 -> 2620[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2305 -> 2621[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2306 -> 1080[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2306[label="vwx3011 < vwx31011",fontsize=16,color="magenta"];2306 -> 2622[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2306 -> 2623[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2307 -> 1081[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2307[label="vwx3011 < vwx31011",fontsize=16,color="magenta"];2307 -> 2624[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2307 -> 2625[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2308 -> 1082[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2308[label="vwx3011 < vwx31011",fontsize=16,color="magenta"];2308 -> 2626[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2308 -> 2627[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2309 -> 1083[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2309[label="vwx3011 < vwx31011",fontsize=16,color="magenta"];2309 -> 2628[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2309 -> 2629[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2310 -> 1084[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2310[label="vwx3011 < vwx31011",fontsize=16,color="magenta"];2310 -> 2630[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2310 -> 2631[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2311[label="vwx3012 <= vwx31012",fontsize=16,color="blue",shape="box"];3506[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2311 -> 3506[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3506 -> 2632[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3507[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2311 -> 3507[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3507 -> 2633[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3508[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2311 -> 3508[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3508 -> 2634[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3509[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2311 -> 3509[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3509 -> 2635[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3510[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2311 -> 3510[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3510 -> 2636[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3511[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2311 -> 3511[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3511 -> 2637[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3512[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2311 -> 3512[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3512 -> 2638[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3513[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2311 -> 3513[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3513 -> 2639[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3514[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2311 -> 3514[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3514 -> 2640[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3515[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2311 -> 3515[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3515 -> 2641[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3516[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2311 -> 3516[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3516 -> 2642[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3517[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2311 -> 3517[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3517 -> 2643[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3518[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2311 -> 3518[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3518 -> 2644[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3519[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2311 -> 3519[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3519 -> 2645[label="",style="solid", color="blue", weight=3]; 16.70/6.17 2312[label="vwx3011 == vwx31011",fontsize=16,color="blue",shape="box"];3520[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2312 -> 3520[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3520 -> 2646[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3521[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2312 -> 3521[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3521 -> 2647[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3522[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2312 -> 3522[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3522 -> 2648[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3523[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2312 -> 3523[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3523 -> 2649[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3524[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2312 -> 3524[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3524 -> 2650[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3525[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2312 -> 3525[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3525 -> 2651[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3526[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2312 -> 3526[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3526 -> 2652[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3527[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2312 -> 3527[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3527 -> 2653[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3528[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2312 -> 3528[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3528 -> 2654[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3529[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2312 -> 3529[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3529 -> 2655[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3530[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2312 -> 3530[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3530 -> 2656[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3531[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2312 -> 3531[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3531 -> 2657[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3532[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2312 -> 3532[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3532 -> 2658[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3533[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2312 -> 3533[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3533 -> 2659[label="",style="solid", color="blue", weight=3]; 16.70/6.17 2313[label="vwx31010",fontsize=16,color="green",shape="box"];2314[label="vwx3010",fontsize=16,color="green",shape="box"];2315[label="vwx31010",fontsize=16,color="green",shape="box"];2316[label="vwx3010",fontsize=16,color="green",shape="box"];2317[label="vwx31010",fontsize=16,color="green",shape="box"];2318[label="vwx3010",fontsize=16,color="green",shape="box"];2319[label="vwx31010",fontsize=16,color="green",shape="box"];2320[label="vwx3010",fontsize=16,color="green",shape="box"];2321[label="vwx31010",fontsize=16,color="green",shape="box"];2322[label="vwx3010",fontsize=16,color="green",shape="box"];2323[label="vwx31010",fontsize=16,color="green",shape="box"];2324[label="vwx3010",fontsize=16,color="green",shape="box"];2325[label="vwx31010",fontsize=16,color="green",shape="box"];2326[label="vwx3010",fontsize=16,color="green",shape="box"];2327[label="vwx31010",fontsize=16,color="green",shape="box"];2328[label="vwx3010",fontsize=16,color="green",shape="box"];2329[label="vwx31010",fontsize=16,color="green",shape="box"];2330[label="vwx3010",fontsize=16,color="green",shape="box"];2331[label="vwx31010",fontsize=16,color="green",shape="box"];2332[label="vwx3010",fontsize=16,color="green",shape="box"];2333[label="vwx31010",fontsize=16,color="green",shape="box"];2334[label="vwx3010",fontsize=16,color="green",shape="box"];2335[label="vwx31010",fontsize=16,color="green",shape="box"];2336[label="vwx3010",fontsize=16,color="green",shape="box"];2337[label="vwx31010",fontsize=16,color="green",shape="box"];2338[label="vwx3010",fontsize=16,color="green",shape="box"];2339[label="vwx31010",fontsize=16,color="green",shape="box"];2340[label="vwx3010",fontsize=16,color="green",shape="box"];2341[label="EQ",fontsize=16,color="green",shape="box"];2342[label="compare (vwx3010 * vwx31011) (vwx31010 * vwx3011)",fontsize=16,color="blue",shape="box"];3534[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2342 -> 3534[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3534 -> 2660[label="",style="solid", color="blue", weight=3]; 16.70/6.17 3535[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2342 -> 3535[label="",style="solid", color="blue", weight=9]; 16.70/6.17 3535 -> 2661[label="",style="solid", color="blue", weight=3]; 16.70/6.17 2343[label="vwx3011",fontsize=16,color="green",shape="box"];2344[label="vwx31011",fontsize=16,color="green",shape="box"];2345[label="vwx3011",fontsize=16,color="green",shape="box"];2346[label="vwx31011",fontsize=16,color="green",shape="box"];2347[label="vwx3011",fontsize=16,color="green",shape="box"];2348[label="vwx31011",fontsize=16,color="green",shape="box"];2349[label="vwx3011",fontsize=16,color="green",shape="box"];2350[label="vwx31011",fontsize=16,color="green",shape="box"];2351[label="vwx3011",fontsize=16,color="green",shape="box"];2352[label="vwx31011",fontsize=16,color="green",shape="box"];2353[label="vwx3011",fontsize=16,color="green",shape="box"];2354[label="vwx31011",fontsize=16,color="green",shape="box"];2355[label="vwx3011",fontsize=16,color="green",shape="box"];2356[label="vwx31011",fontsize=16,color="green",shape="box"];2357[label="vwx3011",fontsize=16,color="green",shape="box"];2358[label="vwx31011",fontsize=16,color="green",shape="box"];2359[label="vwx3011",fontsize=16,color="green",shape="box"];2360[label="vwx31011",fontsize=16,color="green",shape="box"];2361[label="vwx3011",fontsize=16,color="green",shape="box"];2362[label="vwx31011",fontsize=16,color="green",shape="box"];2363[label="vwx3011",fontsize=16,color="green",shape="box"];2364[label="vwx31011",fontsize=16,color="green",shape="box"];2365[label="vwx3011",fontsize=16,color="green",shape="box"];2366[label="vwx31011",fontsize=16,color="green",shape="box"];2367[label="vwx3011",fontsize=16,color="green",shape="box"];2368[label="vwx31011",fontsize=16,color="green",shape="box"];2369[label="vwx3011",fontsize=16,color="green",shape="box"];2370[label="vwx31011",fontsize=16,color="green",shape="box"];2371[label="vwx31010",fontsize=16,color="green",shape="box"];2372[label="vwx3010",fontsize=16,color="green",shape="box"];2373[label="vwx31010",fontsize=16,color="green",shape="box"];2374[label="vwx3010",fontsize=16,color="green",shape="box"];2375[label="vwx31010",fontsize=16,color="green",shape="box"];2376[label="vwx3010",fontsize=16,color="green",shape="box"];2377[label="vwx31010",fontsize=16,color="green",shape="box"];2378[label="vwx3010",fontsize=16,color="green",shape="box"];2379[label="vwx31010",fontsize=16,color="green",shape="box"];2380[label="vwx3010",fontsize=16,color="green",shape="box"];2381[label="vwx31010",fontsize=16,color="green",shape="box"];2382[label="vwx3010",fontsize=16,color="green",shape="box"];2383[label="vwx31010",fontsize=16,color="green",shape="box"];2384[label="vwx3010",fontsize=16,color="green",shape="box"];2385[label="vwx31010",fontsize=16,color="green",shape="box"];2386[label="vwx3010",fontsize=16,color="green",shape="box"];2387[label="vwx31010",fontsize=16,color="green",shape="box"];2388[label="vwx3010",fontsize=16,color="green",shape="box"];2389[label="vwx31010",fontsize=16,color="green",shape="box"];2390[label="vwx3010",fontsize=16,color="green",shape="box"];2391[label="vwx31010",fontsize=16,color="green",shape="box"];2392[label="vwx3010",fontsize=16,color="green",shape="box"];2393[label="vwx31010",fontsize=16,color="green",shape="box"];2394[label="vwx3010",fontsize=16,color="green",shape="box"];2395[label="vwx31010",fontsize=16,color="green",shape="box"];2396[label="vwx3010",fontsize=16,color="green",shape="box"];2397[label="vwx31010",fontsize=16,color="green",shape="box"];2398[label="vwx3010",fontsize=16,color="green",shape="box"];2399 -> 1161[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2399[label="primCmpInt vwx3010 vwx31010",fontsize=16,color="magenta"];2399 -> 2662[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2399 -> 2663[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2400[label="vwx310000",fontsize=16,color="green",shape="box"];2401[label="vwx30000",fontsize=16,color="green",shape="box"];2402[label="vwx310000",fontsize=16,color="green",shape="box"];2403[label="vwx30000",fontsize=16,color="green",shape="box"];2404 -> 1323[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2404[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];2404 -> 2664[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2404 -> 2665[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2405 -> 1409[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2405[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];2405 -> 2666[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2405 -> 2667[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2406 -> 1401[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2406[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];2406 -> 2668[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2406 -> 2669[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2407 -> 1325[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2407[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];2407 -> 2670[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2407 -> 2671[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2408 -> 1407[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2408[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];2408 -> 2672[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2408 -> 2673[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2409 -> 1116[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2409[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];2409 -> 2674[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2409 -> 2675[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2410 -> 1335[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2410[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];2410 -> 2676[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2410 -> 2677[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2411 -> 1410[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2411[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];2411 -> 2678[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2411 -> 2679[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2412 -> 1406[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2412[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];2412 -> 2680[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2412 -> 2681[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2413 -> 1342[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2413[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];2413 -> 2682[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2413 -> 2683[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2414 -> 1405[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2414[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];2414 -> 2684[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2414 -> 2685[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2415 -> 1400[label="",style="dashed", color="red", weight=0]; 16.70/6.17 2415[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];2415 -> 2686[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2415 -> 2687[label="",style="dashed", color="magenta", weight=3]; 16.70/6.17 2416 -> 1327[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2416[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];2416 -> 2688[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2416 -> 2689[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2417 -> 1413[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2417[label="vwx3002 == vwx31002",fontsize=16,color="magenta"];2417 -> 2690[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2417 -> 2691[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2418 -> 1323[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2418[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];2418 -> 2692[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2418 -> 2693[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2419 -> 1409[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2419[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];2419 -> 2694[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2419 -> 2695[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2420 -> 1401[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2420[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];2420 -> 2696[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2420 -> 2697[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2421 -> 1325[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2421[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];2421 -> 2698[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2421 -> 2699[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2422 -> 1407[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2422[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];2422 -> 2700[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2422 -> 2701[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2423 -> 1116[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2423[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];2423 -> 2702[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2423 -> 2703[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2424 -> 1335[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2424[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];2424 -> 2704[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2424 -> 2705[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2425 -> 1410[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2425[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];2425 -> 2706[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2425 -> 2707[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2426 -> 1406[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2426[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];2426 -> 2708[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2426 -> 2709[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2427 -> 1342[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2427[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];2427 -> 2710[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2427 -> 2711[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2428 -> 1405[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2428[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];2428 -> 2712[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2428 -> 2713[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2429 -> 1400[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2429[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];2429 -> 2714[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2429 -> 2715[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2430 -> 1327[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2430[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];2430 -> 2716[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2430 -> 2717[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2431 -> 1413[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2431[label="vwx3001 == vwx31001",fontsize=16,color="magenta"];2431 -> 2718[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2431 -> 2719[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2432[label="vwx31000",fontsize=16,color="green",shape="box"];2433[label="vwx3000",fontsize=16,color="green",shape="box"];2434[label="vwx31000",fontsize=16,color="green",shape="box"];2435[label="vwx3000",fontsize=16,color="green",shape="box"];2436[label="vwx31000",fontsize=16,color="green",shape="box"];2437[label="vwx3000",fontsize=16,color="green",shape="box"];2438[label="vwx31000",fontsize=16,color="green",shape="box"];2439[label="vwx3000",fontsize=16,color="green",shape="box"];2440[label="vwx31000",fontsize=16,color="green",shape="box"];2441[label="vwx3000",fontsize=16,color="green",shape="box"];2442[label="vwx31000",fontsize=16,color="green",shape="box"];2443[label="vwx3000",fontsize=16,color="green",shape="box"];2444[label="vwx31000",fontsize=16,color="green",shape="box"];2445[label="vwx3000",fontsize=16,color="green",shape="box"];2446[label="vwx31000",fontsize=16,color="green",shape="box"];2447[label="vwx3000",fontsize=16,color="green",shape="box"];2448[label="vwx31000",fontsize=16,color="green",shape="box"];2449[label="vwx3000",fontsize=16,color="green",shape="box"];2450[label="vwx31000",fontsize=16,color="green",shape="box"];2451[label="vwx3000",fontsize=16,color="green",shape="box"];2452[label="vwx31000",fontsize=16,color="green",shape="box"];2453[label="vwx3000",fontsize=16,color="green",shape="box"];2454[label="vwx31000",fontsize=16,color="green",shape="box"];2455[label="vwx3000",fontsize=16,color="green",shape="box"];2456[label="vwx31000",fontsize=16,color="green",shape="box"];2457[label="vwx3000",fontsize=16,color="green",shape="box"];2458[label="vwx31000",fontsize=16,color="green",shape="box"];2459[label="vwx3000",fontsize=16,color="green",shape="box"];2460[label="primMulInt (Pos vwx30010) vwx31000",fontsize=16,color="burlywood",shape="box"];3536[label="vwx31000/Pos vwx310000",fontsize=10,color="white",style="solid",shape="box"];2460 -> 3536[label="",style="solid", color="burlywood", weight=9]; 16.70/6.18 3536 -> 2720[label="",style="solid", color="burlywood", weight=3]; 16.70/6.18 3537[label="vwx31000/Neg vwx310000",fontsize=10,color="white",style="solid",shape="box"];2460 -> 3537[label="",style="solid", color="burlywood", weight=9]; 16.70/6.18 3537 -> 2721[label="",style="solid", color="burlywood", weight=3]; 16.70/6.18 2461[label="primMulInt (Neg vwx30010) vwx31000",fontsize=16,color="burlywood",shape="box"];3538[label="vwx31000/Pos vwx310000",fontsize=10,color="white",style="solid",shape="box"];2461 -> 3538[label="",style="solid", color="burlywood", weight=9]; 16.70/6.18 3538 -> 2722[label="",style="solid", color="burlywood", weight=3]; 16.70/6.18 3539[label="vwx31000/Neg vwx310000",fontsize=10,color="white",style="solid",shape="box"];2461 -> 3539[label="",style="solid", color="burlywood", weight=9]; 16.70/6.18 3539 -> 2723[label="",style="solid", color="burlywood", weight=3]; 16.70/6.18 2462 -> 1750[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2462[label="primEqNat vwx30000 vwx310000",fontsize=16,color="magenta"];2462 -> 2724[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2462 -> 2725[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2463[label="False",fontsize=16,color="green",shape="box"];2464[label="False",fontsize=16,color="green",shape="box"];2465[label="True",fontsize=16,color="green",shape="box"];2466[label="vwx31001",fontsize=16,color="green",shape="box"];2467[label="vwx3001",fontsize=16,color="green",shape="box"];2468[label="vwx31001",fontsize=16,color="green",shape="box"];2469[label="vwx3001",fontsize=16,color="green",shape="box"];2470[label="vwx31001",fontsize=16,color="green",shape="box"];2471[label="vwx3001",fontsize=16,color="green",shape="box"];2472[label="vwx31001",fontsize=16,color="green",shape="box"];2473[label="vwx3001",fontsize=16,color="green",shape="box"];2474[label="vwx31001",fontsize=16,color="green",shape="box"];2475[label="vwx3001",fontsize=16,color="green",shape="box"];2476[label="vwx31001",fontsize=16,color="green",shape="box"];2477[label="vwx3001",fontsize=16,color="green",shape="box"];2478[label="vwx31001",fontsize=16,color="green",shape="box"];2479[label="vwx3001",fontsize=16,color="green",shape="box"];2480[label="vwx31001",fontsize=16,color="green",shape="box"];2481[label="vwx3001",fontsize=16,color="green",shape="box"];2482[label="vwx31001",fontsize=16,color="green",shape="box"];2483[label="vwx3001",fontsize=16,color="green",shape="box"];2484[label="vwx31001",fontsize=16,color="green",shape="box"];2485[label="vwx3001",fontsize=16,color="green",shape="box"];2486[label="vwx31001",fontsize=16,color="green",shape="box"];2487[label="vwx3001",fontsize=16,color="green",shape="box"];2488[label="vwx31001",fontsize=16,color="green",shape="box"];2489[label="vwx3001",fontsize=16,color="green",shape="box"];2490[label="vwx31001",fontsize=16,color="green",shape="box"];2491[label="vwx3001",fontsize=16,color="green",shape="box"];2492[label="vwx31001",fontsize=16,color="green",shape="box"];2493[label="vwx3001",fontsize=16,color="green",shape="box"];2494[label="vwx31000",fontsize=16,color="green",shape="box"];2495[label="vwx3000",fontsize=16,color="green",shape="box"];2496[label="vwx31000",fontsize=16,color="green",shape="box"];2497[label="vwx3000",fontsize=16,color="green",shape="box"];2498[label="vwx31000",fontsize=16,color="green",shape="box"];2499[label="vwx3000",fontsize=16,color="green",shape="box"];2500[label="vwx31000",fontsize=16,color="green",shape="box"];2501[label="vwx3000",fontsize=16,color="green",shape="box"];2502[label="vwx31000",fontsize=16,color="green",shape="box"];2503[label="vwx3000",fontsize=16,color="green",shape="box"];2504[label="vwx31000",fontsize=16,color="green",shape="box"];2505[label="vwx3000",fontsize=16,color="green",shape="box"];2506[label="vwx31000",fontsize=16,color="green",shape="box"];2507[label="vwx3000",fontsize=16,color="green",shape="box"];2508[label="vwx31000",fontsize=16,color="green",shape="box"];2509[label="vwx3000",fontsize=16,color="green",shape="box"];2510[label="vwx31000",fontsize=16,color="green",shape="box"];2511[label="vwx3000",fontsize=16,color="green",shape="box"];2512[label="vwx31000",fontsize=16,color="green",shape="box"];2513[label="vwx3000",fontsize=16,color="green",shape="box"];2514[label="vwx31000",fontsize=16,color="green",shape="box"];2515[label="vwx3000",fontsize=16,color="green",shape="box"];2516[label="vwx31000",fontsize=16,color="green",shape="box"];2517[label="vwx3000",fontsize=16,color="green",shape="box"];2518[label="vwx31000",fontsize=16,color="green",shape="box"];2519[label="vwx3000",fontsize=16,color="green",shape="box"];2520[label="vwx31000",fontsize=16,color="green",shape="box"];2521[label="vwx3000",fontsize=16,color="green",shape="box"];2522[label="Succ vwx310000",fontsize=16,color="green",shape="box"];2523[label="Zero",fontsize=16,color="green",shape="box"];2524[label="Zero",fontsize=16,color="green",shape="box"];2525[label="Succ vwx310000",fontsize=16,color="green",shape="box"];2526[label="vwx3000",fontsize=16,color="green",shape="box"];2527[label="vwx31000",fontsize=16,color="green",shape="box"];2528[label="vwx3000",fontsize=16,color="green",shape="box"];2529[label="vwx31000",fontsize=16,color="green",shape="box"];2530 -> 1167[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2530[label="compare3 vwx3000 vwx31000",fontsize=16,color="magenta"];2530 -> 2726[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2530 -> 2727[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2531 -> 1169[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2531[label="compare3 vwx3000 vwx31000",fontsize=16,color="magenta"];2531 -> 2728[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2531 -> 2729[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2532 -> 1171[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2532[label="compare3 vwx3000 vwx31000",fontsize=16,color="magenta"];2532 -> 2730[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2532 -> 2731[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2533[label="vwx3000",fontsize=16,color="green",shape="box"];2534[label="vwx31000",fontsize=16,color="green",shape="box"];2535[label="vwx3000",fontsize=16,color="green",shape="box"];2536[label="vwx31000",fontsize=16,color="green",shape="box"];2537[label="vwx3000",fontsize=16,color="green",shape="box"];2538[label="vwx31000",fontsize=16,color="green",shape="box"];2539 -> 1177[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2539[label="compare3 vwx3000 vwx31000",fontsize=16,color="magenta"];2539 -> 2732[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2539 -> 2733[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2540[label="vwx3000",fontsize=16,color="green",shape="box"];2541[label="vwx31000",fontsize=16,color="green",shape="box"];2542[label="vwx3000",fontsize=16,color="green",shape="box"];2543[label="vwx31000",fontsize=16,color="green",shape="box"];2544 -> 1183[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2544[label="compare3 vwx3000 vwx31000",fontsize=16,color="magenta"];2544 -> 2734[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2544 -> 2735[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2545 -> 1185[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2545[label="compare3 vwx3000 vwx31000",fontsize=16,color="magenta"];2545 -> 2736[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2545 -> 2737[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2546[label="vwx3000",fontsize=16,color="green",shape="box"];2547[label="vwx31000",fontsize=16,color="green",shape="box"];2548[label="LT",fontsize=16,color="green",shape="box"];2549[label="compare vwx130 vwx131",fontsize=16,color="blue",shape="box"];3540[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2549 -> 3540[label="",style="solid", color="blue", weight=9]; 16.70/6.18 3540 -> 2738[label="",style="solid", color="blue", weight=3]; 16.70/6.18 3541[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2549 -> 3541[label="",style="solid", color="blue", weight=9]; 16.70/6.18 3541 -> 2739[label="",style="solid", color="blue", weight=3]; 16.70/6.18 3542[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2549 -> 3542[label="",style="solid", color="blue", weight=9]; 16.70/6.18 3542 -> 2740[label="",style="solid", color="blue", weight=3]; 16.70/6.18 3543[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2549 -> 3543[label="",style="solid", color="blue", weight=9]; 16.70/6.18 3543 -> 2741[label="",style="solid", color="blue", weight=3]; 16.70/6.18 3544[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2549 -> 3544[label="",style="solid", color="blue", weight=9]; 16.70/6.18 3544 -> 2742[label="",style="solid", color="blue", weight=3]; 16.70/6.18 3545[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2549 -> 3545[label="",style="solid", color="blue", weight=9]; 16.70/6.18 3545 -> 2743[label="",style="solid", color="blue", weight=3]; 16.70/6.18 3546[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2549 -> 3546[label="",style="solid", color="blue", weight=9]; 16.70/6.18 3546 -> 2744[label="",style="solid", color="blue", weight=3]; 16.70/6.18 3547[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2549 -> 3547[label="",style="solid", color="blue", weight=9]; 16.70/6.18 3547 -> 2745[label="",style="solid", color="blue", weight=3]; 16.70/6.18 3548[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2549 -> 3548[label="",style="solid", color="blue", weight=9]; 16.70/6.18 3548 -> 2746[label="",style="solid", color="blue", weight=3]; 16.70/6.18 3549[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2549 -> 3549[label="",style="solid", color="blue", weight=9]; 16.70/6.18 3549 -> 2747[label="",style="solid", color="blue", weight=3]; 16.70/6.18 3550[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2549 -> 3550[label="",style="solid", color="blue", weight=9]; 16.70/6.18 3550 -> 2748[label="",style="solid", color="blue", weight=3]; 16.70/6.18 3551[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2549 -> 3551[label="",style="solid", color="blue", weight=9]; 16.70/6.18 3551 -> 2749[label="",style="solid", color="blue", weight=3]; 16.70/6.18 3552[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2549 -> 3552[label="",style="solid", color="blue", weight=9]; 16.70/6.18 3552 -> 2750[label="",style="solid", color="blue", weight=3]; 16.70/6.18 3553[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2549 -> 3553[label="",style="solid", color="blue", weight=9]; 16.70/6.18 3553 -> 2751[label="",style="solid", color="blue", weight=3]; 16.70/6.18 2550[label="GT",fontsize=16,color="green",shape="box"];2551[label="vwx300",fontsize=16,color="green",shape="box"];2552[label="vwx3100",fontsize=16,color="green",shape="box"];2553[label="compare1 vwx300 vwx3100 False",fontsize=16,color="black",shape="box"];2553 -> 2752[label="",style="solid", color="black", weight=3]; 16.70/6.18 2554[label="compare1 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];2554 -> 2753[label="",style="solid", color="black", weight=3]; 16.70/6.18 2555[label="vwx300",fontsize=16,color="green",shape="box"];2556[label="vwx3100",fontsize=16,color="green",shape="box"];2557[label="compare1 vwx300 vwx3100 False",fontsize=16,color="black",shape="box"];2557 -> 2754[label="",style="solid", color="black", weight=3]; 16.70/6.18 2558[label="compare1 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];2558 -> 2755[label="",style="solid", color="black", weight=3]; 16.70/6.18 2559[label="vwx300",fontsize=16,color="green",shape="box"];2560[label="vwx3100",fontsize=16,color="green",shape="box"];2561[label="compare1 vwx300 vwx3100 False",fontsize=16,color="black",shape="box"];2561 -> 2756[label="",style="solid", color="black", weight=3]; 16.70/6.18 2562[label="compare1 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];2562 -> 2757[label="",style="solid", color="black", weight=3]; 16.70/6.18 2563 -> 1958[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2563[label="vwx3000 * Pos vwx310010",fontsize=16,color="magenta"];2563 -> 2758[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2563 -> 2759[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2564 -> 1958[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2564[label="Pos vwx30010 * vwx31000",fontsize=16,color="magenta"];2564 -> 2760[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2565 -> 1958[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2565[label="vwx3000 * Pos vwx310010",fontsize=16,color="magenta"];2565 -> 2761[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2565 -> 2762[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2566 -> 1958[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2566[label="Neg vwx30010 * vwx31000",fontsize=16,color="magenta"];2566 -> 2763[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2567 -> 1958[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2567[label="vwx3000 * Neg vwx310010",fontsize=16,color="magenta"];2567 -> 2764[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2567 -> 2765[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2568 -> 1958[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2568[label="Pos vwx30010 * vwx31000",fontsize=16,color="magenta"];2568 -> 2766[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2569 -> 1958[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2569[label="vwx3000 * Neg vwx310010",fontsize=16,color="magenta"];2569 -> 2767[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2569 -> 2768[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2570 -> 1958[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2570[label="Neg vwx30010 * vwx31000",fontsize=16,color="magenta"];2570 -> 2769[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2571[label="vwx31000",fontsize=16,color="green",shape="box"];2572[label="vwx3001",fontsize=16,color="green",shape="box"];2573[label="vwx3000",fontsize=16,color="green",shape="box"];2574[label="vwx31001",fontsize=16,color="green",shape="box"];2575 -> 1673[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2575[label="compare (Integer (primMulInt vwx30000 vwx310010)) (vwx31000 * vwx3001)",fontsize=16,color="magenta"];2575 -> 2770[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2575 -> 2771[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2576[label="vwx300",fontsize=16,color="green",shape="box"];2577[label="vwx3100",fontsize=16,color="green",shape="box"];2578[label="compare1 vwx300 vwx3100 False",fontsize=16,color="black",shape="box"];2578 -> 2772[label="",style="solid", color="black", weight=3]; 16.70/6.18 2579[label="compare1 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];2579 -> 2773[label="",style="solid", color="black", weight=3]; 16.70/6.18 2580 -> 1958[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2580[label="vwx3000 * Pos vwx310010",fontsize=16,color="magenta"];2580 -> 2774[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2580 -> 2775[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2581 -> 1958[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2581[label="Pos vwx30010 * vwx31000",fontsize=16,color="magenta"];2581 -> 2776[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2581 -> 2777[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2582 -> 1958[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2582[label="vwx3000 * Pos vwx310010",fontsize=16,color="magenta"];2582 -> 2778[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2582 -> 2779[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2583 -> 1958[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2583[label="Neg vwx30010 * vwx31000",fontsize=16,color="magenta"];2583 -> 2780[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2583 -> 2781[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2584 -> 1958[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2584[label="vwx3000 * Neg vwx310010",fontsize=16,color="magenta"];2584 -> 2782[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2584 -> 2783[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2585 -> 1958[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2585[label="Pos vwx30010 * vwx31000",fontsize=16,color="magenta"];2585 -> 2784[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2585 -> 2785[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2586 -> 1958[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2586[label="vwx3000 * Neg vwx310010",fontsize=16,color="magenta"];2586 -> 2786[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2586 -> 2787[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2587 -> 1958[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2587[label="Neg vwx30010 * vwx31000",fontsize=16,color="magenta"];2587 -> 2788[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2587 -> 2789[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2588 -> 1446[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2588[label="primCmpNat vwx30000 vwx310000",fontsize=16,color="magenta"];2588 -> 2790[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2588 -> 2791[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2589[label="GT",fontsize=16,color="green",shape="box"];2590[label="LT",fontsize=16,color="green",shape="box"];2591[label="EQ",fontsize=16,color="green",shape="box"];2592[label="vwx300",fontsize=16,color="green",shape="box"];2593[label="vwx3100",fontsize=16,color="green",shape="box"];2594[label="compare1 vwx300 vwx3100 False",fontsize=16,color="black",shape="box"];2594 -> 2792[label="",style="solid", color="black", weight=3]; 16.70/6.18 2595[label="compare1 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];2595 -> 2793[label="",style="solid", color="black", weight=3]; 16.70/6.18 2596[label="vwx300",fontsize=16,color="green",shape="box"];2597[label="vwx3100",fontsize=16,color="green",shape="box"];2598[label="compare1 vwx300 vwx3100 False",fontsize=16,color="black",shape="box"];2598 -> 2794[label="",style="solid", color="black", weight=3]; 16.70/6.18 2599[label="compare1 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];2599 -> 2795[label="",style="solid", color="black", weight=3]; 16.70/6.18 2600[label="vwx31011",fontsize=16,color="green",shape="box"];2601[label="vwx3010",fontsize=16,color="green",shape="box"];2602[label="vwx3011",fontsize=16,color="green",shape="box"];2603[label="vwx31010",fontsize=16,color="green",shape="box"];2604[label="vwx31011",fontsize=16,color="green",shape="box"];2605[label="vwx3011",fontsize=16,color="green",shape="box"];2606[label="vwx31011",fontsize=16,color="green",shape="box"];2607[label="vwx3011",fontsize=16,color="green",shape="box"];2608[label="vwx31011",fontsize=16,color="green",shape="box"];2609[label="vwx3011",fontsize=16,color="green",shape="box"];2610[label="vwx31011",fontsize=16,color="green",shape="box"];2611[label="vwx3011",fontsize=16,color="green",shape="box"];2612[label="vwx31011",fontsize=16,color="green",shape="box"];2613[label="vwx3011",fontsize=16,color="green",shape="box"];2614[label="vwx31011",fontsize=16,color="green",shape="box"];2615[label="vwx3011",fontsize=16,color="green",shape="box"];2616[label="vwx31011",fontsize=16,color="green",shape="box"];2617[label="vwx3011",fontsize=16,color="green",shape="box"];2618[label="vwx31011",fontsize=16,color="green",shape="box"];2619[label="vwx3011",fontsize=16,color="green",shape="box"];2620[label="vwx31011",fontsize=16,color="green",shape="box"];2621[label="vwx3011",fontsize=16,color="green",shape="box"];2622[label="vwx31011",fontsize=16,color="green",shape="box"];2623[label="vwx3011",fontsize=16,color="green",shape="box"];2624[label="vwx31011",fontsize=16,color="green",shape="box"];2625[label="vwx3011",fontsize=16,color="green",shape="box"];2626[label="vwx31011",fontsize=16,color="green",shape="box"];2627[label="vwx3011",fontsize=16,color="green",shape="box"];2628[label="vwx31011",fontsize=16,color="green",shape="box"];2629[label="vwx3011",fontsize=16,color="green",shape="box"];2630[label="vwx31011",fontsize=16,color="green",shape="box"];2631[label="vwx3011",fontsize=16,color="green",shape="box"];2632 -> 1386[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2632[label="vwx3012 <= vwx31012",fontsize=16,color="magenta"];2632 -> 2796[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2632 -> 2797[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2633 -> 1387[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2633[label="vwx3012 <= vwx31012",fontsize=16,color="magenta"];2633 -> 2798[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2633 -> 2799[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2634 -> 1388[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2634[label="vwx3012 <= vwx31012",fontsize=16,color="magenta"];2634 -> 2800[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2634 -> 2801[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2635 -> 1389[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2635[label="vwx3012 <= vwx31012",fontsize=16,color="magenta"];2635 -> 2802[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2635 -> 2803[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2636 -> 1390[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2636[label="vwx3012 <= vwx31012",fontsize=16,color="magenta"];2636 -> 2804[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2636 -> 2805[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2637 -> 1391[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2637[label="vwx3012 <= vwx31012",fontsize=16,color="magenta"];2637 -> 2806[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2637 -> 2807[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2638 -> 1392[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2638[label="vwx3012 <= vwx31012",fontsize=16,color="magenta"];2638 -> 2808[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2638 -> 2809[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2639 -> 1393[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2639[label="vwx3012 <= vwx31012",fontsize=16,color="magenta"];2639 -> 2810[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2639 -> 2811[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2640 -> 1394[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2640[label="vwx3012 <= vwx31012",fontsize=16,color="magenta"];2640 -> 2812[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2640 -> 2813[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2641 -> 1395[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2641[label="vwx3012 <= vwx31012",fontsize=16,color="magenta"];2641 -> 2814[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2641 -> 2815[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2642 -> 1396[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2642[label="vwx3012 <= vwx31012",fontsize=16,color="magenta"];2642 -> 2816[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2642 -> 2817[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2643 -> 1397[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2643[label="vwx3012 <= vwx31012",fontsize=16,color="magenta"];2643 -> 2818[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2643 -> 2819[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2644 -> 1398[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2644[label="vwx3012 <= vwx31012",fontsize=16,color="magenta"];2644 -> 2820[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2644 -> 2821[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2645 -> 1399[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2645[label="vwx3012 <= vwx31012",fontsize=16,color="magenta"];2645 -> 2822[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2645 -> 2823[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2646 -> 1400[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2646[label="vwx3011 == vwx31011",fontsize=16,color="magenta"];2646 -> 2824[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2646 -> 2825[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2647 -> 1401[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2647[label="vwx3011 == vwx31011",fontsize=16,color="magenta"];2647 -> 2826[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2647 -> 2827[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2648 -> 1323[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2648[label="vwx3011 == vwx31011",fontsize=16,color="magenta"];2648 -> 2828[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2648 -> 2829[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2649 -> 1325[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2649[label="vwx3011 == vwx31011",fontsize=16,color="magenta"];2649 -> 2830[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2649 -> 2831[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2650 -> 1327[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2650[label="vwx3011 == vwx31011",fontsize=16,color="magenta"];2650 -> 2832[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2650 -> 2833[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2651 -> 1405[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2651[label="vwx3011 == vwx31011",fontsize=16,color="magenta"];2651 -> 2834[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2651 -> 2835[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2652 -> 1406[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2652[label="vwx3011 == vwx31011",fontsize=16,color="magenta"];2652 -> 2836[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2652 -> 2837[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2653 -> 1407[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2653[label="vwx3011 == vwx31011",fontsize=16,color="magenta"];2653 -> 2838[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2653 -> 2839[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2654 -> 1335[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2654[label="vwx3011 == vwx31011",fontsize=16,color="magenta"];2654 -> 2840[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2654 -> 2841[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2655 -> 1409[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2655[label="vwx3011 == vwx31011",fontsize=16,color="magenta"];2655 -> 2842[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2655 -> 2843[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2656 -> 1410[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2656[label="vwx3011 == vwx31011",fontsize=16,color="magenta"];2656 -> 2844[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2656 -> 2845[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2657 -> 1116[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2657[label="vwx3011 == vwx31011",fontsize=16,color="magenta"];2657 -> 2846[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2657 -> 2847[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2658 -> 1342[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2658[label="vwx3011 == vwx31011",fontsize=16,color="magenta"];2658 -> 2848[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2658 -> 2849[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2659 -> 1413[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2659[label="vwx3011 == vwx31011",fontsize=16,color="magenta"];2659 -> 2850[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2659 -> 2851[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2660 -> 1657[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2660[label="compare (vwx3010 * vwx31011) (vwx31010 * vwx3011)",fontsize=16,color="magenta"];2660 -> 2852[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2660 -> 2853[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2661 -> 1673[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2661[label="compare (vwx3010 * vwx31011) (vwx31010 * vwx3011)",fontsize=16,color="magenta"];2661 -> 2854[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2661 -> 2855[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2662[label="vwx31010",fontsize=16,color="green",shape="box"];2663[label="vwx3010",fontsize=16,color="green",shape="box"];2664[label="vwx31002",fontsize=16,color="green",shape="box"];2665[label="vwx3002",fontsize=16,color="green",shape="box"];2666[label="vwx31002",fontsize=16,color="green",shape="box"];2667[label="vwx3002",fontsize=16,color="green",shape="box"];2668[label="vwx31002",fontsize=16,color="green",shape="box"];2669[label="vwx3002",fontsize=16,color="green",shape="box"];2670[label="vwx31002",fontsize=16,color="green",shape="box"];2671[label="vwx3002",fontsize=16,color="green",shape="box"];2672[label="vwx31002",fontsize=16,color="green",shape="box"];2673[label="vwx3002",fontsize=16,color="green",shape="box"];2674[label="vwx31002",fontsize=16,color="green",shape="box"];2675[label="vwx3002",fontsize=16,color="green",shape="box"];2676[label="vwx31002",fontsize=16,color="green",shape="box"];2677[label="vwx3002",fontsize=16,color="green",shape="box"];2678[label="vwx31002",fontsize=16,color="green",shape="box"];2679[label="vwx3002",fontsize=16,color="green",shape="box"];2680[label="vwx31002",fontsize=16,color="green",shape="box"];2681[label="vwx3002",fontsize=16,color="green",shape="box"];2682[label="vwx31002",fontsize=16,color="green",shape="box"];2683[label="vwx3002",fontsize=16,color="green",shape="box"];2684[label="vwx31002",fontsize=16,color="green",shape="box"];2685[label="vwx3002",fontsize=16,color="green",shape="box"];2686[label="vwx31002",fontsize=16,color="green",shape="box"];2687[label="vwx3002",fontsize=16,color="green",shape="box"];2688[label="vwx31002",fontsize=16,color="green",shape="box"];2689[label="vwx3002",fontsize=16,color="green",shape="box"];2690[label="vwx31002",fontsize=16,color="green",shape="box"];2691[label="vwx3002",fontsize=16,color="green",shape="box"];2692[label="vwx31001",fontsize=16,color="green",shape="box"];2693[label="vwx3001",fontsize=16,color="green",shape="box"];2694[label="vwx31001",fontsize=16,color="green",shape="box"];2695[label="vwx3001",fontsize=16,color="green",shape="box"];2696[label="vwx31001",fontsize=16,color="green",shape="box"];2697[label="vwx3001",fontsize=16,color="green",shape="box"];2698[label="vwx31001",fontsize=16,color="green",shape="box"];2699[label="vwx3001",fontsize=16,color="green",shape="box"];2700[label="vwx31001",fontsize=16,color="green",shape="box"];2701[label="vwx3001",fontsize=16,color="green",shape="box"];2702[label="vwx31001",fontsize=16,color="green",shape="box"];2703[label="vwx3001",fontsize=16,color="green",shape="box"];2704[label="vwx31001",fontsize=16,color="green",shape="box"];2705[label="vwx3001",fontsize=16,color="green",shape="box"];2706[label="vwx31001",fontsize=16,color="green",shape="box"];2707[label="vwx3001",fontsize=16,color="green",shape="box"];2708[label="vwx31001",fontsize=16,color="green",shape="box"];2709[label="vwx3001",fontsize=16,color="green",shape="box"];2710[label="vwx31001",fontsize=16,color="green",shape="box"];2711[label="vwx3001",fontsize=16,color="green",shape="box"];2712[label="vwx31001",fontsize=16,color="green",shape="box"];2713[label="vwx3001",fontsize=16,color="green",shape="box"];2714[label="vwx31001",fontsize=16,color="green",shape="box"];2715[label="vwx3001",fontsize=16,color="green",shape="box"];2716[label="vwx31001",fontsize=16,color="green",shape="box"];2717[label="vwx3001",fontsize=16,color="green",shape="box"];2718[label="vwx31001",fontsize=16,color="green",shape="box"];2719[label="vwx3001",fontsize=16,color="green",shape="box"];2720[label="primMulInt (Pos vwx30010) (Pos vwx310000)",fontsize=16,color="black",shape="box"];2720 -> 2856[label="",style="solid", color="black", weight=3]; 16.70/6.18 2721[label="primMulInt (Pos vwx30010) (Neg vwx310000)",fontsize=16,color="black",shape="box"];2721 -> 2857[label="",style="solid", color="black", weight=3]; 16.70/6.18 2722[label="primMulInt (Neg vwx30010) (Pos vwx310000)",fontsize=16,color="black",shape="box"];2722 -> 2858[label="",style="solid", color="black", weight=3]; 16.70/6.18 2723[label="primMulInt (Neg vwx30010) (Neg vwx310000)",fontsize=16,color="black",shape="box"];2723 -> 2859[label="",style="solid", color="black", weight=3]; 16.70/6.18 2724[label="vwx310000",fontsize=16,color="green",shape="box"];2725[label="vwx30000",fontsize=16,color="green",shape="box"];2726[label="vwx31000",fontsize=16,color="green",shape="box"];2727[label="vwx3000",fontsize=16,color="green",shape="box"];2728[label="vwx31000",fontsize=16,color="green",shape="box"];2729[label="vwx3000",fontsize=16,color="green",shape="box"];2730[label="vwx31000",fontsize=16,color="green",shape="box"];2731[label="vwx3000",fontsize=16,color="green",shape="box"];2732[label="vwx31000",fontsize=16,color="green",shape="box"];2733[label="vwx3000",fontsize=16,color="green",shape="box"];2734[label="vwx31000",fontsize=16,color="green",shape="box"];2735[label="vwx3000",fontsize=16,color="green",shape="box"];2736[label="vwx31000",fontsize=16,color="green",shape="box"];2737[label="vwx3000",fontsize=16,color="green",shape="box"];2738 -> 1657[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2738[label="compare vwx130 vwx131",fontsize=16,color="magenta"];2738 -> 2860[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2738 -> 2861[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2739 -> 1661[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2739[label="compare vwx130 vwx131",fontsize=16,color="magenta"];2739 -> 2862[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2739 -> 2863[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2740 -> 1595[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2740[label="compare vwx130 vwx131",fontsize=16,color="magenta"];2740 -> 2864[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2740 -> 2865[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2741 -> 1596[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2741[label="compare vwx130 vwx131",fontsize=16,color="magenta"];2741 -> 2866[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2741 -> 2867[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2742 -> 1597[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2742[label="compare vwx130 vwx131",fontsize=16,color="magenta"];2742 -> 2868[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2742 -> 2869[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2743 -> 1663[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2743[label="compare vwx130 vwx131",fontsize=16,color="magenta"];2743 -> 2870[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2743 -> 2871[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2744 -> 1665[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2744[label="compare vwx130 vwx131",fontsize=16,color="magenta"];2744 -> 2872[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2744 -> 2873[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2745 -> 1667[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2745[label="compare vwx130 vwx131",fontsize=16,color="magenta"];2745 -> 2874[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2745 -> 2875[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2746 -> 1601[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2746[label="compare vwx130 vwx131",fontsize=16,color="magenta"];2746 -> 2876[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2746 -> 2877[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2747 -> 1669[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2747[label="compare vwx130 vwx131",fontsize=16,color="magenta"];2747 -> 2878[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2747 -> 2879[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2748 -> 1671[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2748[label="compare vwx130 vwx131",fontsize=16,color="magenta"];2748 -> 2880[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2748 -> 2881[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2749 -> 1604[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2749[label="compare vwx130 vwx131",fontsize=16,color="magenta"];2749 -> 2882[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2749 -> 2883[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2750 -> 1605[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2750[label="compare vwx130 vwx131",fontsize=16,color="magenta"];2750 -> 2884[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2750 -> 2885[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2751 -> 1673[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2751[label="compare vwx130 vwx131",fontsize=16,color="magenta"];2751 -> 2886[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2751 -> 2887[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2752[label="compare0 vwx300 vwx3100 otherwise",fontsize=16,color="black",shape="box"];2752 -> 2888[label="",style="solid", color="black", weight=3]; 16.70/6.18 2753[label="LT",fontsize=16,color="green",shape="box"];2754[label="compare0 vwx300 vwx3100 otherwise",fontsize=16,color="black",shape="box"];2754 -> 2889[label="",style="solid", color="black", weight=3]; 16.70/6.18 2755[label="LT",fontsize=16,color="green",shape="box"];2756[label="compare0 vwx300 vwx3100 otherwise",fontsize=16,color="black",shape="box"];2756 -> 2890[label="",style="solid", color="black", weight=3]; 16.70/6.18 2757[label="LT",fontsize=16,color="green",shape="box"];2758[label="vwx3000",fontsize=16,color="green",shape="box"];2759[label="Pos vwx310010",fontsize=16,color="green",shape="box"];2760[label="Pos vwx30010",fontsize=16,color="green",shape="box"];2761[label="vwx3000",fontsize=16,color="green",shape="box"];2762[label="Pos vwx310010",fontsize=16,color="green",shape="box"];2763[label="Neg vwx30010",fontsize=16,color="green",shape="box"];2764[label="vwx3000",fontsize=16,color="green",shape="box"];2765[label="Neg vwx310010",fontsize=16,color="green",shape="box"];2766[label="Pos vwx30010",fontsize=16,color="green",shape="box"];2767[label="vwx3000",fontsize=16,color="green",shape="box"];2768[label="Neg vwx310010",fontsize=16,color="green",shape="box"];2769[label="Neg vwx30010",fontsize=16,color="green",shape="box"];2770[label="Integer (primMulInt vwx30000 vwx310010)",fontsize=16,color="green",shape="box"];2770 -> 2891[label="",style="dashed", color="green", weight=3]; 16.70/6.18 2771[label="vwx31000 * vwx3001",fontsize=16,color="burlywood",shape="triangle"];3554[label="vwx31000/Integer vwx310000",fontsize=10,color="white",style="solid",shape="box"];2771 -> 3554[label="",style="solid", color="burlywood", weight=9]; 16.70/6.18 3554 -> 2892[label="",style="solid", color="burlywood", weight=3]; 16.70/6.18 2772[label="compare0 vwx300 vwx3100 otherwise",fontsize=16,color="black",shape="box"];2772 -> 2893[label="",style="solid", color="black", weight=3]; 16.70/6.18 2773[label="LT",fontsize=16,color="green",shape="box"];2774[label="vwx3000",fontsize=16,color="green",shape="box"];2775[label="Pos vwx310010",fontsize=16,color="green",shape="box"];2776[label="Pos vwx30010",fontsize=16,color="green",shape="box"];2777[label="vwx31000",fontsize=16,color="green",shape="box"];2778[label="vwx3000",fontsize=16,color="green",shape="box"];2779[label="Pos vwx310010",fontsize=16,color="green",shape="box"];2780[label="Neg vwx30010",fontsize=16,color="green",shape="box"];2781[label="vwx31000",fontsize=16,color="green",shape="box"];2782[label="vwx3000",fontsize=16,color="green",shape="box"];2783[label="Neg vwx310010",fontsize=16,color="green",shape="box"];2784[label="Pos vwx30010",fontsize=16,color="green",shape="box"];2785[label="vwx31000",fontsize=16,color="green",shape="box"];2786[label="vwx3000",fontsize=16,color="green",shape="box"];2787[label="Neg vwx310010",fontsize=16,color="green",shape="box"];2788[label="Neg vwx30010",fontsize=16,color="green",shape="box"];2789[label="vwx31000",fontsize=16,color="green",shape="box"];2790[label="vwx310000",fontsize=16,color="green",shape="box"];2791[label="vwx30000",fontsize=16,color="green",shape="box"];2792[label="compare0 vwx300 vwx3100 otherwise",fontsize=16,color="black",shape="box"];2792 -> 2894[label="",style="solid", color="black", weight=3]; 16.70/6.18 2793[label="LT",fontsize=16,color="green",shape="box"];2794[label="compare0 vwx300 vwx3100 otherwise",fontsize=16,color="black",shape="box"];2794 -> 2895[label="",style="solid", color="black", weight=3]; 16.70/6.18 2795[label="LT",fontsize=16,color="green",shape="box"];2796[label="vwx3012",fontsize=16,color="green",shape="box"];2797[label="vwx31012",fontsize=16,color="green",shape="box"];2798[label="vwx3012",fontsize=16,color="green",shape="box"];2799[label="vwx31012",fontsize=16,color="green",shape="box"];2800[label="vwx3012",fontsize=16,color="green",shape="box"];2801[label="vwx31012",fontsize=16,color="green",shape="box"];2802[label="vwx3012",fontsize=16,color="green",shape="box"];2803[label="vwx31012",fontsize=16,color="green",shape="box"];2804[label="vwx3012",fontsize=16,color="green",shape="box"];2805[label="vwx31012",fontsize=16,color="green",shape="box"];2806[label="vwx3012",fontsize=16,color="green",shape="box"];2807[label="vwx31012",fontsize=16,color="green",shape="box"];2808[label="vwx3012",fontsize=16,color="green",shape="box"];2809[label="vwx31012",fontsize=16,color="green",shape="box"];2810[label="vwx3012",fontsize=16,color="green",shape="box"];2811[label="vwx31012",fontsize=16,color="green",shape="box"];2812[label="vwx3012",fontsize=16,color="green",shape="box"];2813[label="vwx31012",fontsize=16,color="green",shape="box"];2814[label="vwx3012",fontsize=16,color="green",shape="box"];2815[label="vwx31012",fontsize=16,color="green",shape="box"];2816[label="vwx3012",fontsize=16,color="green",shape="box"];2817[label="vwx31012",fontsize=16,color="green",shape="box"];2818[label="vwx3012",fontsize=16,color="green",shape="box"];2819[label="vwx31012",fontsize=16,color="green",shape="box"];2820[label="vwx3012",fontsize=16,color="green",shape="box"];2821[label="vwx31012",fontsize=16,color="green",shape="box"];2822[label="vwx3012",fontsize=16,color="green",shape="box"];2823[label="vwx31012",fontsize=16,color="green",shape="box"];2824[label="vwx31011",fontsize=16,color="green",shape="box"];2825[label="vwx3011",fontsize=16,color="green",shape="box"];2826[label="vwx31011",fontsize=16,color="green",shape="box"];2827[label="vwx3011",fontsize=16,color="green",shape="box"];2828[label="vwx31011",fontsize=16,color="green",shape="box"];2829[label="vwx3011",fontsize=16,color="green",shape="box"];2830[label="vwx31011",fontsize=16,color="green",shape="box"];2831[label="vwx3011",fontsize=16,color="green",shape="box"];2832[label="vwx31011",fontsize=16,color="green",shape="box"];2833[label="vwx3011",fontsize=16,color="green",shape="box"];2834[label="vwx31011",fontsize=16,color="green",shape="box"];2835[label="vwx3011",fontsize=16,color="green",shape="box"];2836[label="vwx31011",fontsize=16,color="green",shape="box"];2837[label="vwx3011",fontsize=16,color="green",shape="box"];2838[label="vwx31011",fontsize=16,color="green",shape="box"];2839[label="vwx3011",fontsize=16,color="green",shape="box"];2840[label="vwx31011",fontsize=16,color="green",shape="box"];2841[label="vwx3011",fontsize=16,color="green",shape="box"];2842[label="vwx31011",fontsize=16,color="green",shape="box"];2843[label="vwx3011",fontsize=16,color="green",shape="box"];2844[label="vwx31011",fontsize=16,color="green",shape="box"];2845[label="vwx3011",fontsize=16,color="green",shape="box"];2846[label="vwx31011",fontsize=16,color="green",shape="box"];2847[label="vwx3011",fontsize=16,color="green",shape="box"];2848[label="vwx31011",fontsize=16,color="green",shape="box"];2849[label="vwx3011",fontsize=16,color="green",shape="box"];2850[label="vwx31011",fontsize=16,color="green",shape="box"];2851[label="vwx3011",fontsize=16,color="green",shape="box"];2852 -> 1958[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2852[label="vwx3010 * vwx31011",fontsize=16,color="magenta"];2852 -> 2896[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2852 -> 2897[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2853 -> 1958[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2853[label="vwx31010 * vwx3011",fontsize=16,color="magenta"];2853 -> 2898[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2853 -> 2899[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2854 -> 2771[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2854[label="vwx3010 * vwx31011",fontsize=16,color="magenta"];2854 -> 2900[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2854 -> 2901[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2855 -> 2771[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2855[label="vwx31010 * vwx3011",fontsize=16,color="magenta"];2855 -> 2902[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2855 -> 2903[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2856[label="Pos (primMulNat vwx30010 vwx310000)",fontsize=16,color="green",shape="box"];2856 -> 2904[label="",style="dashed", color="green", weight=3]; 16.70/6.18 2857[label="Neg (primMulNat vwx30010 vwx310000)",fontsize=16,color="green",shape="box"];2857 -> 2905[label="",style="dashed", color="green", weight=3]; 16.70/6.18 2858[label="Neg (primMulNat vwx30010 vwx310000)",fontsize=16,color="green",shape="box"];2858 -> 2906[label="",style="dashed", color="green", weight=3]; 16.70/6.18 2859[label="Pos (primMulNat vwx30010 vwx310000)",fontsize=16,color="green",shape="box"];2859 -> 2907[label="",style="dashed", color="green", weight=3]; 16.70/6.18 2860[label="vwx130",fontsize=16,color="green",shape="box"];2861[label="vwx131",fontsize=16,color="green",shape="box"];2862[label="vwx130",fontsize=16,color="green",shape="box"];2863[label="vwx131",fontsize=16,color="green",shape="box"];2864[label="vwx130",fontsize=16,color="green",shape="box"];2865[label="vwx131",fontsize=16,color="green",shape="box"];2866[label="vwx130",fontsize=16,color="green",shape="box"];2867[label="vwx131",fontsize=16,color="green",shape="box"];2868[label="vwx130",fontsize=16,color="green",shape="box"];2869[label="vwx131",fontsize=16,color="green",shape="box"];2870[label="vwx130",fontsize=16,color="green",shape="box"];2871[label="vwx131",fontsize=16,color="green",shape="box"];2872[label="vwx130",fontsize=16,color="green",shape="box"];2873[label="vwx131",fontsize=16,color="green",shape="box"];2874[label="vwx130",fontsize=16,color="green",shape="box"];2875[label="vwx131",fontsize=16,color="green",shape="box"];2876[label="vwx130",fontsize=16,color="green",shape="box"];2877[label="vwx131",fontsize=16,color="green",shape="box"];2878[label="vwx130",fontsize=16,color="green",shape="box"];2879[label="vwx131",fontsize=16,color="green",shape="box"];2880[label="vwx130",fontsize=16,color="green",shape="box"];2881[label="vwx131",fontsize=16,color="green",shape="box"];2882[label="vwx130",fontsize=16,color="green",shape="box"];2883[label="vwx131",fontsize=16,color="green",shape="box"];2884[label="vwx130",fontsize=16,color="green",shape="box"];2885[label="vwx131",fontsize=16,color="green",shape="box"];2886[label="vwx130",fontsize=16,color="green",shape="box"];2887[label="vwx131",fontsize=16,color="green",shape="box"];2888[label="compare0 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];2888 -> 2908[label="",style="solid", color="black", weight=3]; 16.70/6.18 2889[label="compare0 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];2889 -> 2909[label="",style="solid", color="black", weight=3]; 16.70/6.18 2890[label="compare0 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];2890 -> 2910[label="",style="solid", color="black", weight=3]; 16.70/6.18 2891 -> 2253[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2891[label="primMulInt vwx30000 vwx310010",fontsize=16,color="magenta"];2891 -> 2911[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2891 -> 2912[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2892[label="Integer vwx310000 * vwx3001",fontsize=16,color="burlywood",shape="box"];3555[label="vwx3001/Integer vwx30010",fontsize=10,color="white",style="solid",shape="box"];2892 -> 3555[label="",style="solid", color="burlywood", weight=9]; 16.70/6.18 3555 -> 2913[label="",style="solid", color="burlywood", weight=3]; 16.70/6.18 2893[label="compare0 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];2893 -> 2914[label="",style="solid", color="black", weight=3]; 16.70/6.18 2894[label="compare0 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];2894 -> 2915[label="",style="solid", color="black", weight=3]; 16.70/6.18 2895[label="compare0 vwx300 vwx3100 True",fontsize=16,color="black",shape="box"];2895 -> 2916[label="",style="solid", color="black", weight=3]; 16.70/6.18 2896[label="vwx3010",fontsize=16,color="green",shape="box"];2897[label="vwx31011",fontsize=16,color="green",shape="box"];2898[label="vwx31010",fontsize=16,color="green",shape="box"];2899[label="vwx3011",fontsize=16,color="green",shape="box"];2900[label="vwx31011",fontsize=16,color="green",shape="box"];2901[label="vwx3010",fontsize=16,color="green",shape="box"];2902[label="vwx3011",fontsize=16,color="green",shape="box"];2903[label="vwx31010",fontsize=16,color="green",shape="box"];2904[label="primMulNat vwx30010 vwx310000",fontsize=16,color="burlywood",shape="triangle"];3556[label="vwx30010/Succ vwx300100",fontsize=10,color="white",style="solid",shape="box"];2904 -> 3556[label="",style="solid", color="burlywood", weight=9]; 16.70/6.18 3556 -> 2917[label="",style="solid", color="burlywood", weight=3]; 16.70/6.18 3557[label="vwx30010/Zero",fontsize=10,color="white",style="solid",shape="box"];2904 -> 3557[label="",style="solid", color="burlywood", weight=9]; 16.70/6.18 3557 -> 2918[label="",style="solid", color="burlywood", weight=3]; 16.70/6.18 2905 -> 2904[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2905[label="primMulNat vwx30010 vwx310000",fontsize=16,color="magenta"];2905 -> 2919[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2906 -> 2904[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2906[label="primMulNat vwx30010 vwx310000",fontsize=16,color="magenta"];2906 -> 2920[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2907 -> 2904[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2907[label="primMulNat vwx30010 vwx310000",fontsize=16,color="magenta"];2907 -> 2921[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2907 -> 2922[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2908[label="GT",fontsize=16,color="green",shape="box"];2909[label="GT",fontsize=16,color="green",shape="box"];2910[label="GT",fontsize=16,color="green",shape="box"];2911[label="vwx30000",fontsize=16,color="green",shape="box"];2912[label="vwx310010",fontsize=16,color="green",shape="box"];2913[label="Integer vwx310000 * Integer vwx30010",fontsize=16,color="black",shape="box"];2913 -> 2923[label="",style="solid", color="black", weight=3]; 16.70/6.18 2914[label="GT",fontsize=16,color="green",shape="box"];2915[label="GT",fontsize=16,color="green",shape="box"];2916[label="GT",fontsize=16,color="green",shape="box"];2917[label="primMulNat (Succ vwx300100) vwx310000",fontsize=16,color="burlywood",shape="box"];3558[label="vwx310000/Succ vwx3100000",fontsize=10,color="white",style="solid",shape="box"];2917 -> 3558[label="",style="solid", color="burlywood", weight=9]; 16.70/6.18 3558 -> 2924[label="",style="solid", color="burlywood", weight=3]; 16.70/6.18 3559[label="vwx310000/Zero",fontsize=10,color="white",style="solid",shape="box"];2917 -> 3559[label="",style="solid", color="burlywood", weight=9]; 16.70/6.18 3559 -> 2925[label="",style="solid", color="burlywood", weight=3]; 16.70/6.18 2918[label="primMulNat Zero vwx310000",fontsize=16,color="burlywood",shape="box"];3560[label="vwx310000/Succ vwx3100000",fontsize=10,color="white",style="solid",shape="box"];2918 -> 3560[label="",style="solid", color="burlywood", weight=9]; 16.70/6.18 3560 -> 2926[label="",style="solid", color="burlywood", weight=3]; 16.70/6.18 3561[label="vwx310000/Zero",fontsize=10,color="white",style="solid",shape="box"];2918 -> 3561[label="",style="solid", color="burlywood", weight=9]; 16.70/6.18 3561 -> 2927[label="",style="solid", color="burlywood", weight=3]; 16.70/6.18 2919[label="vwx310000",fontsize=16,color="green",shape="box"];2920[label="vwx30010",fontsize=16,color="green",shape="box"];2921[label="vwx310000",fontsize=16,color="green",shape="box"];2922[label="vwx30010",fontsize=16,color="green",shape="box"];2923[label="Integer (primMulInt vwx310000 vwx30010)",fontsize=16,color="green",shape="box"];2923 -> 2928[label="",style="dashed", color="green", weight=3]; 16.70/6.18 2924[label="primMulNat (Succ vwx300100) (Succ vwx3100000)",fontsize=16,color="black",shape="box"];2924 -> 2929[label="",style="solid", color="black", weight=3]; 16.70/6.18 2925[label="primMulNat (Succ vwx300100) Zero",fontsize=16,color="black",shape="box"];2925 -> 2930[label="",style="solid", color="black", weight=3]; 16.70/6.18 2926[label="primMulNat Zero (Succ vwx3100000)",fontsize=16,color="black",shape="box"];2926 -> 2931[label="",style="solid", color="black", weight=3]; 16.70/6.18 2927[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];2927 -> 2932[label="",style="solid", color="black", weight=3]; 16.70/6.18 2928 -> 2253[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2928[label="primMulInt vwx310000 vwx30010",fontsize=16,color="magenta"];2928 -> 2933[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2928 -> 2934[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2929 -> 2935[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2929[label="primPlusNat (primMulNat vwx300100 (Succ vwx3100000)) (Succ vwx3100000)",fontsize=16,color="magenta"];2929 -> 2936[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2930[label="Zero",fontsize=16,color="green",shape="box"];2931[label="Zero",fontsize=16,color="green",shape="box"];2932[label="Zero",fontsize=16,color="green",shape="box"];2933[label="vwx310000",fontsize=16,color="green",shape="box"];2934[label="vwx30010",fontsize=16,color="green",shape="box"];2936 -> 2904[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2936[label="primMulNat vwx300100 (Succ vwx3100000)",fontsize=16,color="magenta"];2936 -> 2937[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2936 -> 2938[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2935[label="primPlusNat vwx140 (Succ vwx3100000)",fontsize=16,color="burlywood",shape="triangle"];3562[label="vwx140/Succ vwx1400",fontsize=10,color="white",style="solid",shape="box"];2935 -> 3562[label="",style="solid", color="burlywood", weight=9]; 16.70/6.18 3562 -> 2939[label="",style="solid", color="burlywood", weight=3]; 16.70/6.18 3563[label="vwx140/Zero",fontsize=10,color="white",style="solid",shape="box"];2935 -> 3563[label="",style="solid", color="burlywood", weight=9]; 16.70/6.18 3563 -> 2940[label="",style="solid", color="burlywood", weight=3]; 16.70/6.18 2937[label="Succ vwx3100000",fontsize=16,color="green",shape="box"];2938[label="vwx300100",fontsize=16,color="green",shape="box"];2939[label="primPlusNat (Succ vwx1400) (Succ vwx3100000)",fontsize=16,color="black",shape="box"];2939 -> 2941[label="",style="solid", color="black", weight=3]; 16.70/6.18 2940[label="primPlusNat Zero (Succ vwx3100000)",fontsize=16,color="black",shape="box"];2940 -> 2942[label="",style="solid", color="black", weight=3]; 16.70/6.18 2941[label="Succ (Succ (primPlusNat vwx1400 vwx3100000))",fontsize=16,color="green",shape="box"];2941 -> 2943[label="",style="dashed", color="green", weight=3]; 16.70/6.18 2942[label="Succ vwx3100000",fontsize=16,color="green",shape="box"];2943[label="primPlusNat vwx1400 vwx3100000",fontsize=16,color="burlywood",shape="triangle"];3564[label="vwx1400/Succ vwx14000",fontsize=10,color="white",style="solid",shape="box"];2943 -> 3564[label="",style="solid", color="burlywood", weight=9]; 16.70/6.18 3564 -> 2944[label="",style="solid", color="burlywood", weight=3]; 16.70/6.18 3565[label="vwx1400/Zero",fontsize=10,color="white",style="solid",shape="box"];2943 -> 3565[label="",style="solid", color="burlywood", weight=9]; 16.70/6.18 3565 -> 2945[label="",style="solid", color="burlywood", weight=3]; 16.70/6.18 2944[label="primPlusNat (Succ vwx14000) vwx3100000",fontsize=16,color="burlywood",shape="box"];3566[label="vwx3100000/Succ vwx31000000",fontsize=10,color="white",style="solid",shape="box"];2944 -> 3566[label="",style="solid", color="burlywood", weight=9]; 16.70/6.18 3566 -> 2946[label="",style="solid", color="burlywood", weight=3]; 16.70/6.18 3567[label="vwx3100000/Zero",fontsize=10,color="white",style="solid",shape="box"];2944 -> 3567[label="",style="solid", color="burlywood", weight=9]; 16.70/6.18 3567 -> 2947[label="",style="solid", color="burlywood", weight=3]; 16.70/6.18 2945[label="primPlusNat Zero vwx3100000",fontsize=16,color="burlywood",shape="box"];3568[label="vwx3100000/Succ vwx31000000",fontsize=10,color="white",style="solid",shape="box"];2945 -> 3568[label="",style="solid", color="burlywood", weight=9]; 16.70/6.18 3568 -> 2948[label="",style="solid", color="burlywood", weight=3]; 16.70/6.18 3569[label="vwx3100000/Zero",fontsize=10,color="white",style="solid",shape="box"];2945 -> 3569[label="",style="solid", color="burlywood", weight=9]; 16.70/6.18 3569 -> 2949[label="",style="solid", color="burlywood", weight=3]; 16.70/6.18 2946[label="primPlusNat (Succ vwx14000) (Succ vwx31000000)",fontsize=16,color="black",shape="box"];2946 -> 2950[label="",style="solid", color="black", weight=3]; 16.70/6.18 2947[label="primPlusNat (Succ vwx14000) Zero",fontsize=16,color="black",shape="box"];2947 -> 2951[label="",style="solid", color="black", weight=3]; 16.70/6.18 2948[label="primPlusNat Zero (Succ vwx31000000)",fontsize=16,color="black",shape="box"];2948 -> 2952[label="",style="solid", color="black", weight=3]; 16.70/6.18 2949[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];2949 -> 2953[label="",style="solid", color="black", weight=3]; 16.70/6.18 2950[label="Succ (Succ (primPlusNat vwx14000 vwx31000000))",fontsize=16,color="green",shape="box"];2950 -> 2954[label="",style="dashed", color="green", weight=3]; 16.70/6.18 2951[label="Succ vwx14000",fontsize=16,color="green",shape="box"];2952[label="Succ vwx31000000",fontsize=16,color="green",shape="box"];2953[label="Zero",fontsize=16,color="green",shape="box"];2954 -> 2943[label="",style="dashed", color="red", weight=0]; 16.70/6.18 2954[label="primPlusNat vwx14000 vwx31000000",fontsize=16,color="magenta"];2954 -> 2955[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2954 -> 2956[label="",style="dashed", color="magenta", weight=3]; 16.70/6.18 2955[label="vwx14000",fontsize=16,color="green",shape="box"];2956[label="vwx31000000",fontsize=16,color="green",shape="box"];} 16.70/6.18 16.70/6.18 ---------------------------------------- 16.70/6.18 16.70/6.18 (14) 16.70/6.18 Complex Obligation (AND) 16.70/6.18 16.70/6.18 ---------------------------------------- 16.70/6.18 16.70/6.18 (15) 16.70/6.18 Obligation: 16.70/6.18 Q DP problem: 16.70/6.18 The TRS P consists of the following rules: 16.70/6.18 16.70/6.18 new_primCmpNat(Succ(vwx30000), Succ(vwx310000)) -> new_primCmpNat(vwx30000, vwx310000) 16.70/6.18 16.70/6.18 R is empty. 16.70/6.18 Q is empty. 16.70/6.18 We have to consider all minimal (P,Q,R)-chains. 16.70/6.18 ---------------------------------------- 16.70/6.18 16.70/6.18 (16) QDPSizeChangeProof (EQUIVALENT) 16.70/6.18 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. 16.70/6.18 16.70/6.18 From the DPs we obtained the following set of size-change graphs: 16.70/6.18 *new_primCmpNat(Succ(vwx30000), Succ(vwx310000)) -> new_primCmpNat(vwx30000, vwx310000) 16.70/6.18 The graph contains the following edges 1 > 1, 2 > 2 16.70/6.18 16.70/6.18 16.70/6.18 ---------------------------------------- 16.70/6.18 16.70/6.18 (17) 16.70/6.18 YES 16.70/6.18 16.70/6.18 ---------------------------------------- 16.70/6.18 16.70/6.18 (18) 16.70/6.18 Obligation: 16.70/6.18 Q DP problem: 16.70/6.18 The TRS P consists of the following rules: 16.70/6.18 16.70/6.18 new_foldl(vwx30, :(vwx310, vwx311), h, ba) -> new_foldl(new_min1(vwx30, vwx310, h, ba), vwx311, h, ba) 16.70/6.18 16.70/6.18 The TRS R consists of the following rules: 16.70/6.18 16.70/6.18 new_ltEs6(EQ, EQ) -> True 16.70/6.18 new_esEs27(vwx3000, vwx31000, ty_Double) -> new_esEs15(vwx3000, vwx31000) 16.70/6.18 new_ltEs18(vwx3012, vwx31012, ty_Integer) -> new_ltEs17(vwx3012, vwx31012) 16.70/6.18 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 16.70/6.18 new_esEs20(vwx3000, vwx31000, ty_Integer) -> new_esEs19(vwx3000, vwx31000) 16.70/6.18 new_primCmpInt(Neg(Succ(vwx30000)), Pos(vwx31000)) -> LT 16.70/6.18 new_esEs29(vwx300, vwx3100, app(ty_[], beh)) -> new_esEs12(vwx300, vwx3100, beh) 16.70/6.18 new_primPlusNat0(Zero, Zero) -> Zero 16.70/6.18 new_lt9(vwx3010, vwx31010, ty_@0) -> new_lt5(vwx3010, vwx31010) 16.70/6.18 new_primCompAux00(vwx130, vwx131, EQ, ty_Double) -> new_compare13(vwx130, vwx131) 16.70/6.18 new_pePe(True, vwx106) -> True 16.70/6.18 new_esEs23(vwx3000, vwx31000, app(ty_Maybe, ccb)) -> new_esEs6(vwx3000, vwx31000, ccb) 16.70/6.18 new_esEs29(vwx300, vwx3100, ty_Integer) -> new_esEs19(vwx300, vwx3100) 16.70/6.18 new_primCompAux00(vwx130, vwx131, EQ, ty_Bool) -> new_compare8(vwx130, vwx131) 16.70/6.18 new_compare111(vwx300, vwx3100, True, gb, gc, gd) -> LT 16.70/6.18 new_primCompAux00(vwx130, vwx131, EQ, ty_Float) -> new_compare16(vwx130, vwx131) 16.70/6.18 new_esEs20(vwx3000, vwx31000, app(ty_[], bfa)) -> new_esEs12(vwx3000, vwx31000, bfa) 16.70/6.18 new_compare33(vwx300, vwx3100, be, bf) -> new_compare27(vwx300, vwx3100, new_esEs4(vwx300, vwx3100, be, bf), be, bf) 16.70/6.18 new_ltEs6(GT, GT) -> True 16.70/6.18 new_ltEs10(Right(vwx3010), Right(vwx31010), ef, ty_Char) -> new_ltEs5(vwx3010, vwx31010) 16.70/6.18 new_lt10(vwx3011, vwx31011, ty_Ordering) -> new_lt18(vwx3011, vwx31011) 16.70/6.18 new_ltEs19(vwx3011, vwx31011, ty_Bool) -> new_ltEs7(vwx3011, vwx31011) 16.70/6.18 new_esEs4(Left(vwx3000), Right(vwx31000), be, bf) -> False 16.70/6.18 new_esEs4(Right(vwx3000), Left(vwx31000), be, bf) -> False 16.70/6.18 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 16.70/6.18 new_esEs12(:(vwx3000, vwx3001), [], beh) -> False 16.70/6.18 new_esEs12([], :(vwx31000, vwx31001), beh) -> False 16.70/6.18 new_primCmpInt(Pos(Zero), Neg(Succ(vwx310000))) -> GT 16.70/6.18 new_esEs29(vwx300, vwx3100, app(app(app(ty_@3, gb), gc), gd)) -> new_esEs5(vwx300, vwx3100, gb, gc, gd) 16.70/6.18 new_compare16(vwx301, vwx3101) -> new_primCmpFloat(vwx301, vwx3101) 16.70/6.18 new_lt9(vwx3010, vwx31010, ty_Double) -> new_lt4(vwx3010, vwx31010) 16.70/6.18 new_esEs24(vwx3001, vwx31001, ty_Int) -> new_esEs11(vwx3001, vwx31001) 16.70/6.18 new_esEs28(vwx3010, vwx31010, ty_Char) -> new_esEs18(vwx3010, vwx31010) 16.70/6.18 new_compare(vwx3000, vwx31000, ty_Integer) -> new_compare25(vwx3000, vwx31000) 16.70/6.18 new_primCmpInt(Neg(Succ(vwx30000)), Neg(vwx31000)) -> new_primCmpNat0(vwx31000, Succ(vwx30000)) 16.70/6.18 new_esEs22(vwx3001, vwx31001, app(app(ty_Either, cae), caf)) -> new_esEs4(vwx3001, vwx31001, cae, caf) 16.70/6.18 new_esEs9(vwx3011, vwx31011, app(app(ty_@2, bbh), bca)) -> new_esEs7(vwx3011, vwx31011, bbh, bca) 16.70/6.18 new_ltEs4(Nothing, Nothing, bg) -> True 16.70/6.18 new_esEs26(vwx3001, vwx31001, app(app(ty_@2, cdf), cdg)) -> new_esEs7(vwx3001, vwx31001, cdf, cdg) 16.70/6.18 new_ltEs4(Just(vwx3010), Just(vwx31010), app(app(ty_Either, ca), cb)) -> new_ltEs10(vwx3010, vwx31010, ca, cb) 16.70/6.18 new_ltEs10(Right(vwx3010), Right(vwx31010), ef, ty_Bool) -> new_ltEs7(vwx3010, vwx31010) 16.70/6.18 new_ltEs4(Just(vwx3010), Nothing, bg) -> False 16.70/6.18 new_primMulNat0(Succ(vwx300100), Succ(vwx3100000)) -> new_primPlusNat1(new_primMulNat0(vwx300100, Succ(vwx3100000)), vwx3100000) 16.70/6.18 new_esEs22(vwx3001, vwx31001, ty_Float) -> new_esEs17(vwx3001, vwx31001) 16.70/6.18 new_ltEs6(EQ, GT) -> True 16.70/6.18 new_ltEs13(vwx301, vwx3101) -> new_not(new_esEs8(new_compare13(vwx301, vwx3101), GT)) 16.70/6.18 new_ltEs15(vwx301, vwx3101) -> new_not(new_esEs8(new_compare16(vwx301, vwx3101), GT)) 16.70/6.18 new_lt10(vwx3011, vwx31011, app(app(app(ty_@3, bbc), bbd), bbe)) -> new_lt14(vwx3011, vwx31011, bbc, bbd, bbe) 16.70/6.18 new_compare113(vwx300, vwx3100, False) -> GT 16.70/6.18 new_compare7(:(vwx3010, vwx3011), :(vwx31010, vwx31011), bdd) -> new_primCompAux1(vwx3010, vwx31010, vwx3011, vwx31011, bdd) 16.70/6.18 new_lt12([], :(vwx31000, vwx31001), beh) -> new_esEs8(LT, LT) 16.70/6.18 new_ltEs20(vwx301, vwx3101, ty_Char) -> new_ltEs5(vwx301, vwx3101) 16.70/6.18 new_esEs9(vwx3011, vwx31011, ty_@0) -> new_esEs14(vwx3011, vwx31011) 16.70/6.18 new_esEs6(Just(vwx3000), Just(vwx31000), ty_Double) -> new_esEs15(vwx3000, vwx31000) 16.70/6.18 new_lt12(:(vwx3000, vwx3001), :(vwx31000, vwx31001), beh) -> new_esEs8(new_primCompAux1(vwx3000, vwx31000, vwx3001, vwx31001, beh), LT) 16.70/6.18 new_ltEs4(Just(vwx3010), Just(vwx31010), app(ty_Maybe, cg)) -> new_ltEs4(vwx3010, vwx31010, cg) 16.70/6.18 new_ltEs20(vwx301, vwx3101, app(app(app(ty_@3, hc), hd), he)) -> new_ltEs11(vwx301, vwx3101, hc, hd, he) 16.70/6.18 new_lt10(vwx3011, vwx31011, app(ty_Maybe, bbg)) -> new_lt8(vwx3011, vwx31011, bbg) 16.70/6.18 new_lt10(vwx3011, vwx31011, ty_Float) -> new_lt16(vwx3011, vwx31011) 16.70/6.18 new_compare26(vwx300, vwx3100, True) -> EQ 16.70/6.18 new_primEqInt(Pos(Succ(vwx30000)), Pos(Zero)) -> False 16.70/6.18 new_primEqInt(Pos(Zero), Pos(Succ(vwx310000))) -> False 16.70/6.18 new_esEs8(GT, GT) -> True 16.70/6.18 new_compare210(vwx300, vwx3100, True, gh, ha) -> EQ 16.70/6.18 new_ltEs19(vwx3011, vwx31011, ty_@0) -> new_ltEs12(vwx3011, vwx31011) 16.70/6.18 new_esEs20(vwx3000, vwx31000, app(app(app(ty_@3, ge), gf), gg)) -> new_esEs5(vwx3000, vwx31000, ge, gf, gg) 16.70/6.18 new_ltEs10(Right(vwx3010), Right(vwx31010), ef, ty_@0) -> new_ltEs12(vwx3010, vwx31010) 16.70/6.18 new_esEs8(EQ, EQ) -> True 16.70/6.18 new_lt20(vwx3010, vwx31010, app(app(ty_Either, dad), dae)) -> new_lt6(vwx3010, vwx31010, dad, dae) 16.70/6.18 new_primEqNat0(Succ(vwx30000), Succ(vwx310000)) -> new_primEqNat0(vwx30000, vwx310000) 16.70/6.18 new_ltEs10(Left(vwx3010), Left(vwx31010), ty_Ordering, dc) -> new_ltEs6(vwx3010, vwx31010) 16.70/6.18 new_ltEs19(vwx3011, vwx31011, ty_Char) -> new_ltEs5(vwx3011, vwx31011) 16.70/6.18 new_ltEs4(Just(vwx3010), Just(vwx31010), ty_Float) -> new_ltEs15(vwx3010, vwx31010) 16.70/6.18 new_not(True) -> False 16.70/6.18 new_lt21(vwx300, vwx3100, app(ty_Maybe, bb)) -> new_lt8(vwx300, vwx3100, bb) 16.70/6.18 new_lt20(vwx3010, vwx31010, ty_Float) -> new_lt16(vwx3010, vwx31010) 16.70/6.18 new_ltEs10(Left(vwx3010), Left(vwx31010), app(ty_Maybe, ec), dc) -> new_ltEs4(vwx3010, vwx31010, ec) 16.70/6.18 new_primCmpNat0(Zero, Zero) -> EQ 16.70/6.18 new_compare35(vwx300, vwx3100) -> new_compare26(vwx300, vwx3100, new_esEs8(vwx300, vwx3100)) 16.70/6.18 new_esEs4(Left(vwx3000), Left(vwx31000), ty_Char, bf) -> new_esEs18(vwx3000, vwx31000) 16.70/6.18 new_ltEs20(vwx301, vwx3101, ty_Integer) -> new_ltEs17(vwx301, vwx3101) 16.70/6.18 new_compare26(vwx300, vwx3100, False) -> new_compare114(vwx300, vwx3100, new_ltEs6(vwx300, vwx3100)) 16.70/6.18 new_esEs5(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), gb, gc, gd) -> new_asAs(new_esEs23(vwx3000, vwx31000, gb), new_asAs(new_esEs22(vwx3001, vwx31001, gc), new_esEs21(vwx3002, vwx31002, gd))) 16.70/6.18 new_esEs23(vwx3000, vwx31000, ty_Char) -> new_esEs18(vwx3000, vwx31000) 16.70/6.18 new_esEs29(vwx300, vwx3100, ty_Int) -> new_esEs11(vwx300, vwx3100) 16.70/6.18 new_esEs28(vwx3010, vwx31010, ty_Bool) -> new_esEs13(vwx3010, vwx31010) 16.70/6.18 new_ltEs6(LT, GT) -> True 16.70/6.18 new_esEs10(vwx3010, vwx31010, app(ty_Ratio, bad)) -> new_esEs16(vwx3010, vwx31010, bad) 16.70/6.18 new_esEs10(vwx3010, vwx31010, ty_Ordering) -> new_esEs8(vwx3010, vwx31010) 16.70/6.18 new_esEs21(vwx3002, vwx31002, ty_@0) -> new_esEs14(vwx3002, vwx31002) 16.70/6.18 new_primEqNat0(Succ(vwx30000), Zero) -> False 16.70/6.18 new_primEqNat0(Zero, Succ(vwx310000)) -> False 16.70/6.18 new_esEs18(Char(vwx3000), Char(vwx31000)) -> new_primEqNat0(vwx3000, vwx31000) 16.70/6.18 new_esEs14(@0, @0) -> True 16.70/6.18 new_primCompAux00(vwx130, vwx131, EQ, app(ty_[], bdf)) -> new_compare7(vwx130, vwx131, bdf) 16.70/6.18 new_esEs24(vwx3001, vwx31001, ty_Integer) -> new_esEs19(vwx3001, vwx31001) 16.70/6.18 new_esEs28(vwx3010, vwx31010, ty_Int) -> new_esEs11(vwx3010, vwx31010) 16.70/6.18 new_esEs29(vwx300, vwx3100, ty_Bool) -> new_esEs13(vwx300, vwx3100) 16.70/6.18 new_ltEs19(vwx3011, vwx31011, app(app(app(ty_@3, dbh), dca), dcb)) -> new_ltEs11(vwx3011, vwx31011, dbh, dca, dcb) 16.70/6.18 new_esEs22(vwx3001, vwx31001, ty_Double) -> new_esEs15(vwx3001, vwx31001) 16.70/6.18 new_esEs26(vwx3001, vwx31001, ty_Float) -> new_esEs17(vwx3001, vwx31001) 16.70/6.18 new_lt21(vwx300, vwx3100, ty_Float) -> new_lt16(vwx300, vwx3100) 16.70/6.18 new_ltEs20(vwx301, vwx3101, ty_Bool) -> new_ltEs7(vwx301, vwx3101) 16.70/6.18 new_esEs22(vwx3001, vwx31001, app(app(ty_@2, cba), cbb)) -> new_esEs7(vwx3001, vwx31001, cba, cbb) 16.70/6.18 new_compare(vwx3000, vwx31000, ty_Bool) -> new_compare8(vwx3000, vwx31000) 16.70/6.18 new_esEs20(vwx3000, vwx31000, ty_Ordering) -> new_esEs8(vwx3000, vwx31000) 16.70/6.18 new_compare(vwx3000, vwx31000, ty_Char) -> new_compare17(vwx3000, vwx31000) 16.70/6.18 new_ltEs18(vwx3012, vwx31012, app(app(app(ty_@3, bce), bcf), bcg)) -> new_ltEs11(vwx3012, vwx31012, bce, bcf, bcg) 16.70/6.18 new_esEs23(vwx3000, vwx31000, ty_Int) -> new_esEs11(vwx3000, vwx31000) 16.70/6.18 new_ltEs18(vwx3012, vwx31012, ty_Ordering) -> new_ltEs6(vwx3012, vwx31012) 16.70/6.18 new_primCompAux00(vwx130, vwx131, EQ, ty_Int) -> new_compare6(vwx130, vwx131) 16.70/6.18 new_esEs4(Left(vwx3000), Left(vwx31000), ty_Int, bf) -> new_esEs11(vwx3000, vwx31000) 16.70/6.18 new_ltEs18(vwx3012, vwx31012, ty_Char) -> new_ltEs5(vwx3012, vwx31012) 16.70/6.18 new_primCmpInt(Pos(Succ(vwx30000)), Neg(vwx31000)) -> GT 16.70/6.18 new_ltEs10(Right(vwx3010), Left(vwx31010), ef, dc) -> False 16.70/6.18 new_esEs20(vwx3000, vwx31000, app(ty_Ratio, bfd)) -> new_esEs16(vwx3000, vwx31000, bfd) 16.70/6.18 new_lt20(vwx3010, vwx31010, app(ty_Maybe, dbb)) -> new_lt8(vwx3010, vwx31010, dbb) 16.70/6.18 new_compare110(vwx300, vwx3100, True, be, bf) -> LT 16.70/6.18 new_esEs10(vwx3010, vwx31010, app(ty_[], hf)) -> new_esEs12(vwx3010, vwx31010, hf) 16.70/6.18 new_primCompAux00(vwx130, vwx131, EQ, ty_Ordering) -> new_compare18(vwx130, vwx131) 16.70/6.18 new_primCompAux00(vwx130, vwx131, GT, bde) -> GT 16.70/6.18 new_esEs26(vwx3001, vwx31001, ty_@0) -> new_esEs14(vwx3001, vwx31001) 16.70/6.18 new_min1(@2(vwx300, vwx301), @2(vwx3100, vwx3101), h, ba) -> new_min10(vwx300, vwx301, vwx3100, vwx3101, new_pePe(new_lt21(vwx300, vwx3100, h), new_asAs(new_esEs29(vwx300, vwx3100, h), new_ltEs20(vwx301, vwx3101, ba))), h, ba) 16.70/6.18 new_primCmpNat0(Zero, Succ(vwx310000)) -> LT 16.70/6.18 new_lt20(vwx3010, vwx31010, app(app(app(ty_@3, daf), dag), dah)) -> new_lt14(vwx3010, vwx31010, daf, dag, dah) 16.70/6.18 new_ltEs10(Left(vwx3010), Left(vwx31010), ty_Double, dc) -> new_ltEs13(vwx3010, vwx31010) 16.70/6.18 new_compare7([], :(vwx31010, vwx31011), bdd) -> LT 16.70/6.18 new_esEs4(Left(vwx3000), Left(vwx31000), ty_Bool, bf) -> new_esEs13(vwx3000, vwx31000) 16.70/6.18 new_ltEs4(Just(vwx3010), Just(vwx31010), ty_Double) -> new_ltEs13(vwx3010, vwx31010) 16.70/6.18 new_ltEs10(Left(vwx3010), Left(vwx31010), ty_Int, dc) -> new_ltEs8(vwx3010, vwx31010) 16.70/6.18 new_ltEs4(Just(vwx3010), Just(vwx31010), ty_Int) -> new_ltEs8(vwx3010, vwx31010) 16.70/6.18 new_esEs4(Right(vwx3000), Right(vwx31000), be, ty_Integer) -> new_esEs19(vwx3000, vwx31000) 16.70/6.18 new_esEs6(Just(vwx3000), Just(vwx31000), ty_Int) -> new_esEs11(vwx3000, vwx31000) 16.70/6.18 new_compare(vwx3000, vwx31000, ty_Int) -> new_compare6(vwx3000, vwx31000) 16.70/6.18 new_lt20(vwx3010, vwx31010, app(app(ty_@2, dbc), dbd)) -> new_lt19(vwx3010, vwx31010, dbc, dbd) 16.70/6.18 new_esEs21(vwx3002, vwx31002, app(app(app(ty_@3, caa), cab), cac)) -> new_esEs5(vwx3002, vwx31002, caa, cab, cac) 16.70/6.18 new_primCmpNat0(Succ(vwx30000), Zero) -> GT 16.70/6.18 new_esEs27(vwx3000, vwx31000, app(app(ty_@2, ceh), cfa)) -> new_esEs7(vwx3000, vwx31000, ceh, cfa) 16.70/6.18 new_esEs9(vwx3011, vwx31011, app(ty_[], bah)) -> new_esEs12(vwx3011, vwx31011, bah) 16.70/6.18 new_lt9(vwx3010, vwx31010, ty_Ordering) -> new_lt18(vwx3010, vwx31010) 16.70/6.18 new_pePe(False, vwx106) -> vwx106 16.70/6.18 new_esEs27(vwx3000, vwx31000, ty_@0) -> new_esEs14(vwx3000, vwx31000) 16.70/6.18 new_esEs9(vwx3011, vwx31011, ty_Integer) -> new_esEs19(vwx3011, vwx31011) 16.70/6.18 new_lt15(:%(vwx3000, vwx3001), :%(vwx31000, vwx31001), cch) -> new_esEs8(new_compare38(vwx3000, vwx31001, vwx31000, vwx3001, cch), LT) 16.70/6.18 new_esEs23(vwx3000, vwx31000, ty_Bool) -> new_esEs13(vwx3000, vwx31000) 16.70/6.18 new_esEs4(Left(vwx3000), Left(vwx31000), ty_Ordering, bf) -> new_esEs8(vwx3000, vwx31000) 16.70/6.18 new_lt10(vwx3011, vwx31011, app(ty_[], bah)) -> new_lt12(vwx3011, vwx31011, bah) 16.70/6.18 new_esEs23(vwx3000, vwx31000, ty_Float) -> new_esEs17(vwx3000, vwx31000) 16.70/6.18 new_esEs4(Left(vwx3000), Left(vwx31000), ty_Float, bf) -> new_esEs17(vwx3000, vwx31000) 16.70/6.18 new_compare112(vwx300, vwx3100, True, gh, ha) -> LT 16.70/6.18 new_esEs21(vwx3002, vwx31002, app(app(ty_Either, bhc), bhd)) -> new_esEs4(vwx3002, vwx31002, bhc, bhd) 16.70/6.18 new_compare8(vwx3000, vwx31000) -> new_compare39(vwx3000, vwx31000) 16.70/6.18 new_ltEs6(LT, LT) -> True 16.70/6.18 new_ltEs19(vwx3011, vwx31011, ty_Integer) -> new_ltEs17(vwx3011, vwx31011) 16.70/6.18 new_ltEs16(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), daa, dab) -> new_pePe(new_lt20(vwx3010, vwx31010, daa), new_asAs(new_esEs28(vwx3010, vwx31010, daa), new_ltEs19(vwx3011, vwx31011, dab))) 16.70/6.18 new_esEs21(vwx3002, vwx31002, app(ty_Ratio, bhe)) -> new_esEs16(vwx3002, vwx31002, bhe) 16.70/6.18 new_compare10(vwx300, vwx3100, False, bb) -> GT 16.70/6.18 new_ltEs10(Right(vwx3010), Right(vwx31010), ef, ty_Float) -> new_ltEs15(vwx3010, vwx31010) 16.70/6.18 new_esEs8(LT, EQ) -> False 16.70/6.18 new_esEs8(EQ, LT) -> False 16.70/6.18 new_lt21(vwx300, vwx3100, app(app(app(ty_@3, gb), gc), gd)) -> new_lt14(vwx300, vwx3100, gb, gc, gd) 16.70/6.18 new_esEs22(vwx3001, vwx31001, app(ty_Maybe, cah)) -> new_esEs6(vwx3001, vwx31001, cah) 16.70/6.18 new_esEs10(vwx3010, vwx31010, ty_Char) -> new_esEs18(vwx3010, vwx31010) 16.70/6.18 new_primEqInt(Pos(Zero), Neg(Succ(vwx310000))) -> False 16.70/6.18 new_primEqInt(Neg(Zero), Pos(Succ(vwx310000))) -> False 16.70/6.18 new_ltEs18(vwx3012, vwx31012, app(ty_[], bcb)) -> new_ltEs9(vwx3012, vwx31012, bcb) 16.70/6.18 new_compare24(vwx300, vwx3100, True, bb) -> EQ 16.70/6.18 new_esEs21(vwx3002, vwx31002, ty_Ordering) -> new_esEs8(vwx3002, vwx31002) 16.70/6.18 new_lt4(vwx300, vwx3100) -> new_esEs8(new_primCmpDouble(vwx300, vwx3100), LT) 16.70/6.18 new_compare114(vwx300, vwx3100, True) -> LT 16.70/6.18 new_ltEs18(vwx3012, vwx31012, ty_Bool) -> new_ltEs7(vwx3012, vwx31012) 16.70/6.18 new_compare(vwx3000, vwx31000, app(app(ty_Either, bfb), bfc)) -> new_compare9(vwx3000, vwx31000, bfb, bfc) 16.70/6.18 new_primCmpFloat(Float(vwx3000, Neg(vwx30010)), Float(vwx31000, Neg(vwx310010))) -> new_compare6(new_sr(vwx3000, Neg(vwx310010)), new_sr(Neg(vwx30010), vwx31000)) 16.70/6.18 new_ltEs20(vwx301, vwx3101, ty_@0) -> new_ltEs12(vwx301, vwx3101) 16.70/6.18 new_esEs29(vwx300, vwx3100, ty_Char) -> new_esEs18(vwx300, vwx3100) 16.70/6.18 new_esEs9(vwx3011, vwx31011, app(ty_Ratio, bbf)) -> new_esEs16(vwx3011, vwx31011, bbf) 16.70/6.18 new_primEqInt(Neg(Succ(vwx30000)), Neg(Succ(vwx310000))) -> new_primEqNat0(vwx30000, vwx310000) 16.70/6.18 new_esEs21(vwx3002, vwx31002, ty_Float) -> new_esEs17(vwx3002, vwx31002) 16.70/6.18 new_primCmpInt(Neg(Zero), Pos(Succ(vwx310000))) -> LT 16.70/6.18 new_esEs17(Float(vwx3000, vwx3001), Float(vwx31000, vwx31001)) -> new_esEs11(new_sr(vwx3000, vwx31001), new_sr(vwx3001, vwx31000)) 16.70/6.18 new_ltEs10(Right(vwx3010), Right(vwx31010), ef, app(app(ty_Either, eh), fa)) -> new_ltEs10(vwx3010, vwx31010, eh, fa) 16.70/6.18 new_primMulInt(Pos(vwx30010), Pos(vwx310000)) -> Pos(new_primMulNat0(vwx30010, vwx310000)) 16.70/6.18 new_esEs10(vwx3010, vwx31010, ty_Int) -> new_esEs11(vwx3010, vwx31010) 16.70/6.18 new_esEs23(vwx3000, vwx31000, app(app(ty_Either, cbg), cbh)) -> new_esEs4(vwx3000, vwx31000, cbg, cbh) 16.70/6.18 new_esEs6(Just(vwx3000), Just(vwx31000), app(app(ty_Either, bga), bgb)) -> new_esEs4(vwx3000, vwx31000, bga, bgb) 16.70/6.18 new_esEs28(vwx3010, vwx31010, ty_Double) -> new_esEs15(vwx3010, vwx31010) 16.70/6.18 new_esEs4(Right(vwx3000), Right(vwx31000), be, ty_Char) -> new_esEs18(vwx3000, vwx31000) 16.70/6.18 new_ltEs10(Right(vwx3010), Right(vwx31010), ef, ty_Integer) -> new_ltEs17(vwx3010, vwx31010) 16.70/6.18 new_compare10(vwx300, vwx3100, True, bb) -> LT 16.70/6.18 new_ltEs10(Right(vwx3010), Right(vwx31010), ef, app(ty_Maybe, fg)) -> new_ltEs4(vwx3010, vwx31010, fg) 16.70/6.18 new_esEs9(vwx3011, vwx31011, ty_Ordering) -> new_esEs8(vwx3011, vwx31011) 16.70/6.18 new_primMulNat0(Succ(vwx300100), Zero) -> Zero 16.70/6.18 new_primMulNat0(Zero, Succ(vwx3100000)) -> Zero 16.70/6.18 new_esEs10(vwx3010, vwx31010, ty_Float) -> new_esEs17(vwx3010, vwx31010) 16.70/6.18 new_esEs23(vwx3000, vwx31000, app(ty_[], cbf)) -> new_esEs12(vwx3000, vwx31000, cbf) 16.70/6.18 new_esEs16(:%(vwx3000, vwx3001), :%(vwx31000, vwx31001), cch) -> new_asAs(new_esEs25(vwx3000, vwx31000, cch), new_esEs24(vwx3001, vwx31001, cch)) 16.70/6.18 new_ltEs6(LT, EQ) -> True 16.70/6.18 new_esEs6(Just(vwx3000), Just(vwx31000), app(app(app(ty_@3, bgg), bgh), bha)) -> new_esEs5(vwx3000, vwx31000, bgg, bgh, bha) 16.70/6.18 new_primCmpDouble(Double(vwx3000, Pos(vwx30010)), Double(vwx31000, Neg(vwx310010))) -> new_compare6(new_sr(vwx3000, Pos(vwx310010)), new_sr(Neg(vwx30010), vwx31000)) 16.70/6.18 new_primCmpDouble(Double(vwx3000, Neg(vwx30010)), Double(vwx31000, Pos(vwx310010))) -> new_compare6(new_sr(vwx3000, Neg(vwx310010)), new_sr(Pos(vwx30010), vwx31000)) 16.70/6.18 new_esEs26(vwx3001, vwx31001, app(ty_[], cda)) -> new_esEs12(vwx3001, vwx31001, cda) 16.70/6.18 new_lt9(vwx3010, vwx31010, app(app(app(ty_@3, baa), bab), bac)) -> new_lt14(vwx3010, vwx31010, baa, bab, bac) 16.70/6.18 new_esEs23(vwx3000, vwx31000, app(app(app(ty_@3, cce), ccf), ccg)) -> new_esEs5(vwx3000, vwx31000, cce, ccf, ccg) 16.70/6.18 new_lt20(vwx3010, vwx31010, ty_Bool) -> new_lt13(vwx3010, vwx31010) 16.70/6.18 new_primPlusNat1(Succ(vwx1400), vwx3100000) -> Succ(Succ(new_primPlusNat0(vwx1400, vwx3100000))) 16.70/6.18 new_primCmpChar(Char(vwx3000), Char(vwx31000)) -> new_primCmpNat0(vwx3000, vwx31000) 16.70/6.18 new_primCompAux00(vwx130, vwx131, EQ, app(ty_Ratio, bed)) -> new_compare14(vwx130, vwx131, bed) 16.70/6.18 new_esEs4(Right(vwx3000), Right(vwx31000), be, app(ty_Ratio, chb)) -> new_esEs16(vwx3000, vwx31000, chb) 16.70/6.18 new_primCompAux00(vwx130, vwx131, EQ, app(app(ty_Either, bdg), bdh)) -> new_compare9(vwx130, vwx131, bdg, bdh) 16.70/6.18 new_primPlusNat0(Succ(vwx14000), Zero) -> Succ(vwx14000) 16.70/6.18 new_primPlusNat0(Zero, Succ(vwx31000000)) -> Succ(vwx31000000) 16.70/6.18 new_esEs20(vwx3000, vwx31000, ty_Int) -> new_esEs11(vwx3000, vwx31000) 16.70/6.18 new_esEs10(vwx3010, vwx31010, app(app(ty_Either, hg), hh)) -> new_esEs4(vwx3010, vwx31010, hg, hh) 16.70/6.18 new_primPlusNat1(Zero, vwx3100000) -> Succ(vwx3100000) 16.70/6.18 new_esEs12(:(vwx3000, vwx3001), :(vwx31000, vwx31001), beh) -> new_asAs(new_esEs20(vwx3000, vwx31000, beh), new_esEs12(vwx3001, vwx31001, beh)) 16.70/6.18 new_esEs8(LT, LT) -> True 16.70/6.18 new_lt7(Integer(vwx3000), Integer(vwx31000)) -> new_esEs8(new_primCmpInt(vwx3000, vwx31000), LT) 16.70/6.18 new_ltEs7(False, True) -> True 16.70/6.18 new_esEs26(vwx3001, vwx31001, ty_Bool) -> new_esEs13(vwx3001, vwx31001) 16.70/6.18 new_esEs9(vwx3011, vwx31011, ty_Float) -> new_esEs17(vwx3011, vwx31011) 16.70/6.18 new_lt9(vwx3010, vwx31010, ty_Char) -> new_lt17(vwx3010, vwx31010) 16.70/6.18 new_esEs21(vwx3002, vwx31002, ty_Int) -> new_esEs11(vwx3002, vwx31002) 16.70/6.18 new_compare17(vwx301, vwx3101) -> new_primCmpChar(vwx301, vwx3101) 16.70/6.18 new_esEs4(Right(vwx3000), Right(vwx31000), be, ty_Double) -> new_esEs15(vwx3000, vwx31000) 16.70/6.18 new_compare(vwx3000, vwx31000, app(app(ty_@2, bfe), bff)) -> new_compare19(vwx3000, vwx31000, bfe, bff) 16.70/6.18 new_esEs4(Right(vwx3000), Right(vwx31000), be, app(app(app(ty_@3, chf), chg), chh)) -> new_esEs5(vwx3000, vwx31000, chf, chg, chh) 16.70/6.18 new_esEs13(True, True) -> True 16.70/6.18 new_ltEs8(vwx301, vwx3101) -> new_not(new_esEs8(new_compare6(vwx301, vwx3101), GT)) 16.70/6.18 new_compare15(vwx3000, vwx31000, hb) -> new_compare36(vwx3000, vwx31000, hb) 16.70/6.18 new_ltEs20(vwx301, vwx3101, ty_Double) -> new_ltEs13(vwx301, vwx3101) 16.70/6.18 new_esEs9(vwx3011, vwx31011, app(ty_Maybe, bbg)) -> new_esEs6(vwx3011, vwx31011, bbg) 16.70/6.18 new_esEs10(vwx3010, vwx31010, ty_Integer) -> new_esEs19(vwx3010, vwx31010) 16.70/6.18 new_lt21(vwx300, vwx3100, app(ty_[], beh)) -> new_lt12(vwx300, vwx3100, beh) 16.70/6.18 new_ltEs7(True, False) -> False 16.70/6.18 new_lt17(vwx300, vwx3100) -> new_esEs8(new_primCmpChar(vwx300, vwx3100), LT) 16.70/6.18 new_esEs20(vwx3000, vwx31000, ty_Char) -> new_esEs18(vwx3000, vwx31000) 16.70/6.18 new_compare(vwx3000, vwx31000, app(ty_Ratio, bfd)) -> new_compare14(vwx3000, vwx31000, bfd) 16.70/6.18 new_esEs6(Just(vwx3000), Just(vwx31000), ty_Ordering) -> new_esEs8(vwx3000, vwx31000) 16.70/6.18 new_lt10(vwx3011, vwx31011, ty_Bool) -> new_lt13(vwx3011, vwx31011) 16.70/6.18 new_compare28(vwx300, vwx3100, False, gb, gc, gd) -> new_compare111(vwx300, vwx3100, new_ltEs11(vwx300, vwx3100, gb, gc, gd), gb, gc, gd) 16.70/6.18 new_compare34(vwx300, vwx3100, gb, gc, gd) -> new_compare28(vwx300, vwx3100, new_esEs5(vwx300, vwx3100, gb, gc, gd), gb, gc, gd) 16.70/6.18 new_esEs29(vwx300, vwx3100, ty_Double) -> new_esEs15(vwx300, vwx3100) 16.70/6.18 new_esEs9(vwx3011, vwx31011, app(app(ty_Either, bba), bbb)) -> new_esEs4(vwx3011, vwx31011, bba, bbb) 16.70/6.18 new_compare7(:(vwx3010, vwx3011), [], bdd) -> GT 16.70/6.18 new_esEs6(Just(vwx3000), Just(vwx31000), ty_Float) -> new_esEs17(vwx3000, vwx31000) 16.70/6.18 new_ltEs18(vwx3012, vwx31012, ty_@0) -> new_ltEs12(vwx3012, vwx31012) 16.70/6.18 new_ltEs9(vwx301, vwx3101, bdd) -> new_not(new_esEs8(new_compare7(vwx301, vwx3101, bdd), GT)) 16.70/6.18 new_esEs29(vwx300, vwx3100, ty_@0) -> new_esEs14(vwx300, vwx3100) 16.70/6.18 new_primMulInt(Neg(vwx30010), Neg(vwx310000)) -> Pos(new_primMulNat0(vwx30010, vwx310000)) 16.70/6.18 new_ltEs7(False, False) -> True 16.70/6.18 new_primCmpInt(Pos(Zero), Pos(Succ(vwx310000))) -> new_primCmpNat0(Zero, Succ(vwx310000)) 16.70/6.18 new_primCompAux00(vwx130, vwx131, EQ, ty_Integer) -> new_compare25(vwx130, vwx131) 16.70/6.18 new_esEs6(Just(vwx3000), Just(vwx31000), app(ty_Ratio, bgc)) -> new_esEs16(vwx3000, vwx31000, bgc) 16.70/6.18 new_esEs9(vwx3011, vwx31011, app(app(app(ty_@3, bbc), bbd), bbe)) -> new_esEs5(vwx3011, vwx31011, bbc, bbd, bbe) 16.70/6.18 new_esEs4(Right(vwx3000), Right(vwx31000), be, ty_@0) -> new_esEs14(vwx3000, vwx31000) 16.70/6.18 new_compare38(Integer(vwx30000), Integer(vwx310010), vwx31000, vwx3001, ty_Integer) -> new_compare25(Integer(new_primMulInt(vwx30000, vwx310010)), new_sr0(vwx31000, vwx3001)) 16.70/6.18 new_esEs19(Integer(vwx3000), Integer(vwx31000)) -> new_primEqInt(vwx3000, vwx31000) 16.70/6.18 new_lt21(vwx300, vwx3100, ty_Bool) -> new_lt13(vwx300, vwx3100) 16.70/6.18 new_lt20(vwx3010, vwx31010, app(ty_[], dac)) -> new_lt12(vwx3010, vwx31010, dac) 16.70/6.18 new_ltEs4(Just(vwx3010), Just(vwx31010), app(app(ty_@2, da), db)) -> new_ltEs16(vwx3010, vwx31010, da, db) 16.70/6.18 new_esEs6(Just(vwx3000), Just(vwx31000), app(ty_Maybe, bgd)) -> new_esEs6(vwx3000, vwx31000, bgd) 16.70/6.18 new_esEs6(Nothing, Just(vwx31000), bb) -> False 16.70/6.18 new_esEs6(Just(vwx3000), Nothing, bb) -> False 16.70/6.18 new_esEs23(vwx3000, vwx31000, app(ty_Ratio, cca)) -> new_esEs16(vwx3000, vwx31000, cca) 16.70/6.18 new_compare39(vwx300, vwx3100) -> new_compare29(vwx300, vwx3100, new_esEs13(vwx300, vwx3100)) 16.70/6.18 new_esEs4(Right(vwx3000), Right(vwx31000), be, app(ty_Maybe, chc)) -> new_esEs6(vwx3000, vwx31000, chc) 16.70/6.18 new_esEs6(Nothing, Nothing, bb) -> True 16.70/6.18 new_esEs21(vwx3002, vwx31002, ty_Integer) -> new_esEs19(vwx3002, vwx31002) 16.70/6.18 new_ltEs19(vwx3011, vwx31011, ty_Double) -> new_ltEs13(vwx3011, vwx31011) 16.70/6.18 new_compare114(vwx300, vwx3100, False) -> GT 16.70/6.18 new_compare(vwx3000, vwx31000, ty_Float) -> new_compare16(vwx3000, vwx31000) 16.70/6.18 new_esEs10(vwx3010, vwx31010, app(app(app(ty_@3, baa), bab), bac)) -> new_esEs5(vwx3010, vwx31010, baa, bab, bac) 16.70/6.18 new_esEs23(vwx3000, vwx31000, ty_Ordering) -> new_esEs8(vwx3000, vwx31000) 16.70/6.18 new_ltEs10(Left(vwx3010), Left(vwx31010), ty_Bool, dc) -> new_ltEs7(vwx3010, vwx31010) 16.70/6.18 new_compare6(vwx301, vwx3101) -> new_primCmpInt(vwx301, vwx3101) 16.70/6.18 new_ltEs17(vwx301, vwx3101) -> new_not(new_esEs8(new_compare25(vwx301, vwx3101), GT)) 16.70/6.18 new_esEs22(vwx3001, vwx31001, app(ty_Ratio, cag)) -> new_esEs16(vwx3001, vwx31001, cag) 16.70/6.18 new_lt5(@0, @0) -> new_esEs8(EQ, LT) 16.70/6.18 new_compare37(vwx300, vwx3100, gh, ha) -> new_compare210(vwx300, vwx3100, new_esEs7(vwx300, vwx3100, gh, ha), gh, ha) 16.70/6.18 new_compare12(@0, @0) -> EQ 16.70/6.18 new_lt9(vwx3010, vwx31010, app(ty_[], hf)) -> new_lt12(vwx3010, vwx31010, hf) 16.70/6.18 new_lt20(vwx3010, vwx31010, ty_Char) -> new_lt17(vwx3010, vwx31010) 16.70/6.18 new_ltEs4(Just(vwx3010), Just(vwx31010), ty_Integer) -> new_ltEs17(vwx3010, vwx31010) 16.70/6.18 new_primMulInt(Pos(vwx30010), Neg(vwx310000)) -> Neg(new_primMulNat0(vwx30010, vwx310000)) 16.70/6.18 new_primMulInt(Neg(vwx30010), Pos(vwx310000)) -> Neg(new_primMulNat0(vwx30010, vwx310000)) 16.70/6.18 new_esEs22(vwx3001, vwx31001, ty_Bool) -> new_esEs13(vwx3001, vwx31001) 16.70/6.18 new_esEs22(vwx3001, vwx31001, ty_Ordering) -> new_esEs8(vwx3001, vwx31001) 16.70/6.18 new_ltEs19(vwx3011, vwx31011, app(ty_[], dbe)) -> new_ltEs9(vwx3011, vwx31011, dbe) 16.70/6.18 new_ltEs5(vwx301, vwx3101) -> new_not(new_esEs8(new_compare17(vwx301, vwx3101), GT)) 16.70/6.18 new_primCompAux00(vwx130, vwx131, EQ, app(app(app(ty_@3, bea), beb), bec)) -> new_compare11(vwx130, vwx131, bea, beb, bec) 16.70/6.18 new_ltEs10(Left(vwx3010), Left(vwx31010), app(app(ty_Either, de), df), dc) -> new_ltEs10(vwx3010, vwx31010, de, df) 16.70/6.18 new_ltEs6(GT, EQ) -> False 16.70/6.18 new_esEs22(vwx3001, vwx31001, app(app(app(ty_@3, cbc), cbd), cbe)) -> new_esEs5(vwx3001, vwx31001, cbc, cbd, cbe) 16.70/6.18 new_ltEs11(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hc, hd, he) -> new_pePe(new_lt9(vwx3010, vwx31010, hc), new_asAs(new_esEs10(vwx3010, vwx31010, hc), new_pePe(new_lt10(vwx3011, vwx31011, hd), new_asAs(new_esEs9(vwx3011, vwx31011, hd), new_ltEs18(vwx3012, vwx31012, he))))) 16.70/6.18 new_ltEs10(Left(vwx3010), Left(vwx31010), app(ty_Ratio, eb), dc) -> new_ltEs14(vwx3010, vwx31010, eb) 16.70/6.18 new_esEs4(Right(vwx3000), Right(vwx31000), be, app(app(ty_@2, chd), che)) -> new_esEs7(vwx3000, vwx31000, chd, che) 16.70/6.18 new_lt21(vwx300, vwx3100, ty_Int) -> new_lt11(vwx300, vwx3100) 16.70/6.18 new_compare111(vwx300, vwx3100, False, gb, gc, gd) -> GT 16.70/6.18 new_ltEs12(vwx301, vwx3101) -> new_not(new_esEs8(new_compare12(vwx301, vwx3101), GT)) 16.70/6.18 new_sr0(Integer(vwx310000), Integer(vwx30010)) -> Integer(new_primMulInt(vwx310000, vwx30010)) 16.70/6.18 new_esEs28(vwx3010, vwx31010, ty_@0) -> new_esEs14(vwx3010, vwx31010) 16.70/6.18 new_ltEs4(Just(vwx3010), Just(vwx31010), app(ty_Ratio, cf)) -> new_ltEs14(vwx3010, vwx31010, cf) 16.70/6.18 new_esEs13(False, False) -> True 16.70/6.18 new_lt19(vwx300, vwx3100, gh, ha) -> new_esEs8(new_compare37(vwx300, vwx3100, gh, ha), LT) 16.70/6.18 new_esEs20(vwx3000, vwx31000, ty_Double) -> new_esEs15(vwx3000, vwx31000) 16.70/6.18 new_esEs15(Double(vwx3000, vwx3001), Double(vwx31000, vwx31001)) -> new_esEs11(new_sr(vwx3000, vwx31001), new_sr(vwx3001, vwx31000)) 16.70/6.18 new_ltEs10(Left(vwx3010), Right(vwx31010), ef, dc) -> True 16.70/6.18 new_primCompAux1(vwx3000, vwx31000, vwx3001, vwx31001, beh) -> new_primCompAux00(vwx3001, vwx31001, new_compare(vwx3000, vwx31000, beh), app(ty_[], beh)) 16.70/6.18 new_ltEs18(vwx3012, vwx31012, ty_Double) -> new_ltEs13(vwx3012, vwx31012) 16.70/6.18 new_esEs22(vwx3001, vwx31001, ty_Integer) -> new_esEs19(vwx3001, vwx31001) 16.70/6.18 new_ltEs18(vwx3012, vwx31012, ty_Int) -> new_ltEs8(vwx3012, vwx31012) 16.70/6.18 new_ltEs10(Left(vwx3010), Left(vwx31010), ty_@0, dc) -> new_ltEs12(vwx3010, vwx31010) 16.70/6.18 new_asAs(True, vwx125) -> vwx125 16.70/6.18 new_primCompAux00(vwx130, vwx131, EQ, app(ty_Maybe, bee)) -> new_compare15(vwx130, vwx131, bee) 16.70/6.18 new_lt13(vwx300, vwx3100) -> new_esEs8(new_compare39(vwx300, vwx3100), LT) 16.70/6.18 new_esEs21(vwx3002, vwx31002, app(ty_Maybe, bhf)) -> new_esEs6(vwx3002, vwx31002, bhf) 16.70/6.18 new_esEs7(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), gh, ha) -> new_asAs(new_esEs27(vwx3000, vwx31000, gh), new_esEs26(vwx3001, vwx31001, ha)) 16.70/6.18 new_ltEs10(Left(vwx3010), Left(vwx31010), ty_Char, dc) -> new_ltEs5(vwx3010, vwx31010) 16.70/6.18 new_esEs27(vwx3000, vwx31000, ty_Integer) -> new_esEs19(vwx3000, vwx31000) 16.70/6.18 new_lt16(vwx300, vwx3100) -> new_esEs8(new_primCmpFloat(vwx300, vwx3100), LT) 16.70/6.18 new_compare113(vwx300, vwx3100, True) -> LT 16.70/6.18 new_esEs29(vwx300, vwx3100, ty_Float) -> new_esEs17(vwx300, vwx3100) 16.70/6.18 new_esEs10(vwx3010, vwx31010, app(ty_Maybe, bae)) -> new_esEs6(vwx3010, vwx31010, bae) 16.70/6.18 new_esEs21(vwx3002, vwx31002, ty_Char) -> new_esEs18(vwx3002, vwx31002) 16.70/6.18 new_ltEs4(Nothing, Just(vwx31010), bg) -> True 16.70/6.18 new_lt10(vwx3011, vwx31011, ty_Char) -> new_lt17(vwx3011, vwx31011) 16.70/6.18 new_esEs4(Left(vwx3000), Left(vwx31000), app(app(ty_Either, cff), cfg), bf) -> new_esEs4(vwx3000, vwx31000, cff, cfg) 16.70/6.18 new_ltEs20(vwx301, vwx3101, app(app(ty_Either, ef), dc)) -> new_ltEs10(vwx301, vwx3101, ef, dc) 16.70/6.18 new_ltEs18(vwx3012, vwx31012, app(ty_Maybe, bda)) -> new_ltEs4(vwx3012, vwx31012, bda) 16.70/6.18 new_esEs26(vwx3001, vwx31001, ty_Char) -> new_esEs18(vwx3001, vwx31001) 16.70/6.18 new_compare38(vwx3000, vwx31001, vwx31000, vwx3001, ty_Int) -> new_primCmpInt(new_sr(vwx3000, vwx31001), new_sr(vwx31000, vwx3001)) 16.70/6.18 new_lt18(vwx300, vwx3100) -> new_esEs8(new_compare35(vwx300, vwx3100), LT) 16.70/6.18 new_compare11(vwx3000, vwx31000, ge, gf, gg) -> new_compare34(vwx3000, vwx31000, ge, gf, gg) 16.70/6.18 new_primCompAux00(vwx130, vwx131, EQ, app(app(ty_@2, bef), beg)) -> new_compare19(vwx130, vwx131, bef, beg) 16.70/6.18 new_esEs22(vwx3001, vwx31001, ty_Int) -> new_esEs11(vwx3001, vwx31001) 16.70/6.18 new_ltEs19(vwx3011, vwx31011, ty_Ordering) -> new_ltEs6(vwx3011, vwx31011) 16.70/6.18 new_primCmpInt(Pos(Succ(vwx30000)), Pos(vwx31000)) -> new_primCmpNat0(Succ(vwx30000), vwx31000) 16.70/6.18 new_esEs9(vwx3011, vwx31011, ty_Int) -> new_esEs11(vwx3011, vwx31011) 16.70/6.18 new_ltEs10(Right(vwx3010), Right(vwx31010), ef, app(app(app(ty_@3, fb), fc), fd)) -> new_ltEs11(vwx3010, vwx31010, fb, fc, fd) 16.70/6.18 new_esEs20(vwx3000, vwx31000, app(app(ty_Either, bfb), bfc)) -> new_esEs4(vwx3000, vwx31000, bfb, bfc) 16.70/6.18 new_sr(vwx3001, vwx31000) -> new_primMulInt(vwx3001, vwx31000) 16.70/6.18 new_esEs27(vwx3000, vwx31000, ty_Bool) -> new_esEs13(vwx3000, vwx31000) 16.70/6.18 new_primMulNat0(Zero, Zero) -> Zero 16.70/6.18 new_esEs27(vwx3000, vwx31000, app(ty_Ratio, cef)) -> new_esEs16(vwx3000, vwx31000, cef) 16.70/6.18 new_esEs27(vwx3000, vwx31000, ty_Ordering) -> new_esEs8(vwx3000, vwx31000) 16.70/6.18 new_lt9(vwx3010, vwx31010, app(app(ty_Either, hg), hh)) -> new_lt6(vwx3010, vwx31010, hg, hh) 16.70/6.18 new_lt12([], [], beh) -> new_esEs8(EQ, LT) 16.70/6.18 new_primCompAux00(vwx130, vwx131, EQ, ty_Char) -> new_compare17(vwx130, vwx131) 16.70/6.18 new_esEs23(vwx3000, vwx31000, app(app(ty_@2, ccc), ccd)) -> new_esEs7(vwx3000, vwx31000, ccc, ccd) 16.70/6.18 new_ltEs20(vwx301, vwx3101, app(app(ty_@2, daa), dab)) -> new_ltEs16(vwx301, vwx3101, daa, dab) 16.70/6.18 new_ltEs6(EQ, LT) -> False 16.70/6.18 new_esEs6(Just(vwx3000), Just(vwx31000), app(ty_[], bfh)) -> new_esEs12(vwx3000, vwx31000, bfh) 16.70/6.18 new_compare28(vwx300, vwx3100, True, gb, gc, gd) -> EQ 16.70/6.18 new_min10(vwx32, vwx33, vwx34, vwx35, False, bc, bd) -> @2(vwx34, vwx35) 16.70/6.18 new_ltEs10(Right(vwx3010), Right(vwx31010), ef, ty_Ordering) -> new_ltEs6(vwx3010, vwx31010) 16.70/6.18 new_lt12(:(vwx3000, vwx3001), [], beh) -> new_esEs8(GT, LT) 16.70/6.18 new_esEs23(vwx3000, vwx31000, ty_Integer) -> new_esEs19(vwx3000, vwx31000) 16.70/6.18 new_ltEs10(Right(vwx3010), Right(vwx31010), ef, ty_Int) -> new_ltEs8(vwx3010, vwx31010) 16.70/6.18 new_esEs4(Left(vwx3000), Left(vwx31000), app(ty_[], cfe), bf) -> new_esEs12(vwx3000, vwx31000, cfe) 16.70/6.18 new_lt20(vwx3010, vwx31010, app(ty_Ratio, dba)) -> new_lt15(vwx3010, vwx31010, dba) 16.70/6.18 new_compare13(vwx301, vwx3101) -> new_primCmpDouble(vwx301, vwx3101) 16.70/6.18 new_ltEs10(Right(vwx3010), Right(vwx31010), ef, ty_Double) -> new_ltEs13(vwx3010, vwx31010) 16.70/6.18 new_esEs6(Just(vwx3000), Just(vwx31000), ty_Integer) -> new_esEs19(vwx3000, vwx31000) 16.70/6.18 new_esEs26(vwx3001, vwx31001, app(ty_Maybe, cde)) -> new_esEs6(vwx3001, vwx31001, cde) 16.70/6.18 new_primCmpFloat(Float(vwx3000, Pos(vwx30010)), Float(vwx31000, Pos(vwx310010))) -> new_compare6(new_sr(vwx3000, Pos(vwx310010)), new_sr(Pos(vwx30010), vwx31000)) 16.70/6.18 new_esEs4(Right(vwx3000), Right(vwx31000), be, app(app(ty_Either, cgh), cha)) -> new_esEs4(vwx3000, vwx31000, cgh, cha) 16.70/6.18 new_ltEs10(Right(vwx3010), Right(vwx31010), ef, app(ty_[], eg)) -> new_ltEs9(vwx3010, vwx31010, eg) 16.70/6.18 new_ltEs20(vwx301, vwx3101, app(ty_[], bdd)) -> new_ltEs9(vwx301, vwx3101, bdd) 16.70/6.18 new_lt20(vwx3010, vwx31010, ty_Integer) -> new_lt7(vwx3010, vwx31010) 16.70/6.18 new_compare19(vwx3000, vwx31000, bfe, bff) -> new_compare37(vwx3000, vwx31000, bfe, bff) 16.70/6.18 new_esEs4(Right(vwx3000), Right(vwx31000), be, app(ty_[], cgg)) -> new_esEs12(vwx3000, vwx31000, cgg) 16.70/6.18 new_ltEs19(vwx3011, vwx31011, app(app(ty_@2, dce), dcf)) -> new_ltEs16(vwx3011, vwx31011, dce, dcf) 16.70/6.18 new_lt10(vwx3011, vwx31011, app(ty_Ratio, bbf)) -> new_lt15(vwx3011, vwx31011, bbf) 16.70/6.18 new_esEs6(Just(vwx3000), Just(vwx31000), app(app(ty_@2, bge), bgf)) -> new_esEs7(vwx3000, vwx31000, bge, bgf) 16.70/6.18 new_esEs22(vwx3001, vwx31001, app(ty_[], cad)) -> new_esEs12(vwx3001, vwx31001, cad) 16.70/6.18 new_esEs4(Left(vwx3000), Left(vwx31000), ty_Integer, bf) -> new_esEs19(vwx3000, vwx31000) 16.70/6.18 new_ltEs10(Right(vwx3010), Right(vwx31010), ef, app(ty_Ratio, ff)) -> new_ltEs14(vwx3010, vwx31010, ff) 16.70/6.18 new_lt10(vwx3011, vwx31011, app(app(ty_@2, bbh), bca)) -> new_lt19(vwx3011, vwx31011, bbh, bca) 16.70/6.18 new_esEs29(vwx300, vwx3100, app(app(ty_Either, be), bf)) -> new_esEs4(vwx300, vwx3100, be, bf) 16.70/6.18 new_primEqInt(Neg(Succ(vwx30000)), Neg(Zero)) -> False 16.70/6.18 new_primEqInt(Neg(Zero), Neg(Succ(vwx310000))) -> False 16.70/6.18 new_compare(vwx3000, vwx31000, app(app(app(ty_@3, ge), gf), gg)) -> new_compare11(vwx3000, vwx31000, ge, gf, gg) 16.70/6.18 new_ltEs7(True, True) -> True 16.70/6.18 new_esEs27(vwx3000, vwx31000, app(ty_[], cec)) -> new_esEs12(vwx3000, vwx31000, cec) 16.70/6.18 new_esEs4(Left(vwx3000), Left(vwx31000), app(app(ty_@2, cgb), cgc), bf) -> new_esEs7(vwx3000, vwx31000, cgb, cgc) 16.70/6.18 new_primEqInt(Pos(Succ(vwx30000)), Pos(Succ(vwx310000))) -> new_primEqNat0(vwx30000, vwx310000) 16.70/6.18 new_esEs20(vwx3000, vwx31000, ty_@0) -> new_esEs14(vwx3000, vwx31000) 16.70/6.18 new_esEs13(False, True) -> False 16.70/6.18 new_esEs13(True, False) -> False 16.70/6.18 new_compare210(vwx300, vwx3100, False, gh, ha) -> new_compare112(vwx300, vwx3100, new_ltEs16(vwx300, vwx3100, gh, ha), gh, ha) 16.70/6.18 new_lt9(vwx3010, vwx31010, ty_Integer) -> new_lt7(vwx3010, vwx31010) 16.70/6.18 new_esEs21(vwx3002, vwx31002, ty_Double) -> new_esEs15(vwx3002, vwx31002) 16.70/6.18 new_esEs28(vwx3010, vwx31010, app(app(ty_@2, dbc), dbd)) -> new_esEs7(vwx3010, vwx31010, dbc, dbd) 16.70/6.18 new_esEs4(Right(vwx3000), Right(vwx31000), be, ty_Int) -> new_esEs11(vwx3000, vwx31000) 16.70/6.18 new_lt9(vwx3010, vwx31010, ty_Bool) -> new_lt13(vwx3010, vwx31010) 16.70/6.18 new_esEs20(vwx3000, vwx31000, app(ty_Maybe, hb)) -> new_esEs6(vwx3000, vwx31000, hb) 16.70/6.18 new_lt9(vwx3010, vwx31010, ty_Int) -> new_lt11(vwx3010, vwx31010) 16.70/6.18 new_primEqInt(Pos(Succ(vwx30000)), Neg(vwx31000)) -> False 16.70/6.18 new_primEqInt(Neg(Succ(vwx30000)), Pos(vwx31000)) -> False 16.70/6.18 new_esEs26(vwx3001, vwx31001, ty_Ordering) -> new_esEs8(vwx3001, vwx31001) 16.70/6.18 new_esEs26(vwx3001, vwx31001, app(ty_Ratio, cdd)) -> new_esEs16(vwx3001, vwx31001, cdd) 16.70/6.18 new_lt21(vwx300, vwx3100, app(ty_Ratio, cch)) -> new_lt15(vwx300, vwx3100, cch) 16.70/6.18 new_esEs9(vwx3011, vwx31011, ty_Char) -> new_esEs18(vwx3011, vwx31011) 16.70/6.18 new_esEs10(vwx3010, vwx31010, ty_Double) -> new_esEs15(vwx3010, vwx31010) 16.70/6.18 new_ltEs18(vwx3012, vwx31012, app(app(ty_Either, bcc), bcd)) -> new_ltEs10(vwx3012, vwx31012, bcc, bcd) 16.70/6.18 new_primCmpInt(Neg(Zero), Neg(Succ(vwx310000))) -> new_primCmpNat0(Succ(vwx310000), Zero) 16.70/6.18 new_esEs20(vwx3000, vwx31000, ty_Float) -> new_esEs17(vwx3000, vwx31000) 16.70/6.18 new_compare36(vwx300, vwx3100, bb) -> new_compare24(vwx300, vwx3100, new_esEs6(vwx300, vwx3100, bb), bb) 16.70/6.18 new_lt11(vwx300, vwx3100) -> new_esEs8(new_primCmpInt(vwx300, vwx3100), LT) 16.70/6.18 new_esEs22(vwx3001, vwx31001, ty_Char) -> new_esEs18(vwx3001, vwx31001) 16.70/6.18 new_lt21(vwx300, vwx3100, app(app(ty_@2, gh), ha)) -> new_lt19(vwx300, vwx3100, gh, ha) 16.70/6.18 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 16.70/6.18 new_esEs6(Just(vwx3000), Just(vwx31000), ty_Bool) -> new_esEs13(vwx3000, vwx31000) 16.70/6.18 new_esEs25(vwx3000, vwx31000, ty_Int) -> new_esEs11(vwx3000, vwx31000) 16.70/6.18 new_esEs27(vwx3000, vwx31000, ty_Char) -> new_esEs18(vwx3000, vwx31000) 16.70/6.18 new_ltEs4(Just(vwx3010), Just(vwx31010), ty_Bool) -> new_ltEs7(vwx3010, vwx31010) 16.70/6.18 new_primCompAux00(vwx130, vwx131, LT, bde) -> LT 16.70/6.18 new_ltEs10(Left(vwx3010), Left(vwx31010), ty_Integer, dc) -> new_ltEs17(vwx3010, vwx31010) 16.70/6.18 new_lt10(vwx3011, vwx31011, ty_@0) -> new_lt5(vwx3011, vwx31011) 16.70/6.18 new_lt10(vwx3011, vwx31011, ty_Double) -> new_lt4(vwx3011, vwx31011) 16.70/6.18 new_primCompAux00(vwx130, vwx131, EQ, ty_@0) -> new_compare12(vwx130, vwx131) 16.70/6.18 new_compare14(:%(vwx3010, vwx3011), :%(vwx31010, vwx31011), ty_Int) -> new_compare6(new_sr(vwx3010, vwx31011), new_sr(vwx31010, vwx3011)) 16.70/6.18 new_lt21(vwx300, vwx3100, app(app(ty_Either, be), bf)) -> new_lt6(vwx300, vwx3100, be, bf) 16.70/6.18 new_compare112(vwx300, vwx3100, False, gh, ha) -> GT 16.70/6.18 new_esEs10(vwx3010, vwx31010, ty_@0) -> new_esEs14(vwx3010, vwx31010) 16.70/6.18 new_primCmpDouble(Double(vwx3000, Neg(vwx30010)), Double(vwx31000, Neg(vwx310010))) -> new_compare6(new_sr(vwx3000, Neg(vwx310010)), new_sr(Neg(vwx30010), vwx31000)) 16.70/6.18 new_ltEs14(vwx301, vwx3101, bfg) -> new_not(new_esEs8(new_compare14(vwx301, vwx3101, bfg), GT)) 16.70/6.18 new_esEs4(Right(vwx3000), Right(vwx31000), be, ty_Bool) -> new_esEs13(vwx3000, vwx31000) 16.70/6.18 new_esEs28(vwx3010, vwx31010, ty_Integer) -> new_esEs19(vwx3010, vwx31010) 16.70/6.18 new_esEs4(Right(vwx3000), Right(vwx31000), be, ty_Ordering) -> new_esEs8(vwx3000, vwx31000) 16.70/6.18 new_compare(vwx3000, vwx31000, ty_Ordering) -> new_compare18(vwx3000, vwx31000) 16.70/6.18 new_ltEs20(vwx301, vwx3101, ty_Float) -> new_ltEs15(vwx301, vwx3101) 16.70/6.18 new_not(False) -> True 16.70/6.18 new_esEs21(vwx3002, vwx31002, app(ty_[], bhb)) -> new_esEs12(vwx3002, vwx31002, bhb) 16.70/6.18 new_esEs28(vwx3010, vwx31010, app(ty_[], dac)) -> new_esEs12(vwx3010, vwx31010, dac) 16.70/6.18 new_esEs21(vwx3002, vwx31002, ty_Bool) -> new_esEs13(vwx3002, vwx31002) 16.70/6.18 new_esEs4(Right(vwx3000), Right(vwx31000), be, ty_Float) -> new_esEs17(vwx3000, vwx31000) 16.70/6.18 new_compare27(vwx300, vwx3100, False, be, bf) -> new_compare110(vwx300, vwx3100, new_ltEs10(vwx300, vwx3100, be, bf), be, bf) 16.70/6.18 new_lt14(vwx300, vwx3100, gb, gc, gd) -> new_esEs8(new_compare34(vwx300, vwx3100, gb, gc, gd), LT) 16.70/6.18 new_lt9(vwx3010, vwx31010, app(ty_Ratio, bad)) -> new_lt15(vwx3010, vwx31010, bad) 16.70/6.18 new_ltEs10(Left(vwx3010), Left(vwx31010), app(app(ty_@2, ed), ee), dc) -> new_ltEs16(vwx3010, vwx31010, ed, ee) 16.70/6.18 new_compare(vwx3000, vwx31000, ty_Double) -> new_compare13(vwx3000, vwx31000) 16.70/6.18 new_esEs9(vwx3011, vwx31011, ty_Double) -> new_esEs15(vwx3011, vwx31011) 16.70/6.18 new_esEs8(LT, GT) -> False 16.70/6.18 new_esEs8(GT, LT) -> False 16.70/6.18 new_compare29(vwx300, vwx3100, True) -> EQ 16.70/6.18 new_primPlusNat0(Succ(vwx14000), Succ(vwx31000000)) -> Succ(Succ(new_primPlusNat0(vwx14000, vwx31000000))) 16.70/6.18 new_esEs26(vwx3001, vwx31001, ty_Double) -> new_esEs15(vwx3001, vwx31001) 16.70/6.18 new_lt9(vwx3010, vwx31010, app(ty_Maybe, bae)) -> new_lt8(vwx3010, vwx31010, bae) 16.70/6.18 new_esEs28(vwx3010, vwx31010, app(app(app(ty_@3, daf), dag), dah)) -> new_esEs5(vwx3010, vwx31010, daf, dag, dah) 16.70/6.18 new_compare27(vwx300, vwx3100, True, be, bf) -> EQ 16.70/6.18 new_compare9(vwx3000, vwx31000, bfb, bfc) -> new_compare33(vwx3000, vwx31000, bfb, bfc) 16.70/6.18 new_lt8(vwx300, vwx3100, bb) -> new_esEs8(new_compare36(vwx300, vwx3100, bb), LT) 16.70/6.18 new_esEs6(Just(vwx3000), Just(vwx31000), ty_Char) -> new_esEs18(vwx3000, vwx31000) 16.70/6.18 new_ltEs20(vwx301, vwx3101, app(ty_Ratio, bfg)) -> new_ltEs14(vwx301, vwx3101, bfg) 16.70/6.18 new_esEs29(vwx300, vwx3100, app(app(ty_@2, gh), ha)) -> new_esEs7(vwx300, vwx3100, gh, ha) 16.70/6.18 new_min10(vwx32, vwx33, vwx34, vwx35, True, bc, bd) -> @2(vwx32, vwx33) 16.70/6.18 new_ltEs4(Just(vwx3010), Just(vwx31010), ty_@0) -> new_ltEs12(vwx3010, vwx31010) 16.70/6.18 new_ltEs4(Just(vwx3010), Just(vwx31010), ty_Ordering) -> new_ltEs6(vwx3010, vwx31010) 16.70/6.18 new_ltEs10(Left(vwx3010), Left(vwx31010), app(ty_[], dd), dc) -> new_ltEs9(vwx3010, vwx31010, dd) 16.70/6.18 new_esEs9(vwx3011, vwx31011, ty_Bool) -> new_esEs13(vwx3011, vwx31011) 16.70/6.18 new_ltEs19(vwx3011, vwx31011, ty_Float) -> new_ltEs15(vwx3011, vwx31011) 16.70/6.18 new_ltEs18(vwx3012, vwx31012, app(app(ty_@2, bdb), bdc)) -> new_ltEs16(vwx3012, vwx31012, bdb, bdc) 16.70/6.18 new_esEs27(vwx3000, vwx31000, ty_Int) -> new_esEs11(vwx3000, vwx31000) 16.70/6.18 new_lt20(vwx3010, vwx31010, ty_Int) -> new_lt11(vwx3010, vwx31010) 16.70/6.18 new_ltEs19(vwx3011, vwx31011, app(app(ty_Either, dbf), dbg)) -> new_ltEs10(vwx3011, vwx31011, dbf, dbg) 16.70/6.18 new_esEs29(vwx300, vwx3100, app(ty_Maybe, bb)) -> new_esEs6(vwx300, vwx3100, bb) 16.70/6.18 new_primCmpFloat(Float(vwx3000, Pos(vwx30010)), Float(vwx31000, Neg(vwx310010))) -> new_compare6(new_sr(vwx3000, Pos(vwx310010)), new_sr(Neg(vwx30010), vwx31000)) 16.70/6.18 new_primCmpFloat(Float(vwx3000, Neg(vwx30010)), Float(vwx31000, Pos(vwx310010))) -> new_compare6(new_sr(vwx3000, Neg(vwx310010)), new_sr(Pos(vwx30010), vwx31000)) 16.70/6.18 new_lt21(vwx300, vwx3100, ty_Char) -> new_lt17(vwx300, vwx3100) 16.70/6.18 new_ltEs19(vwx3011, vwx31011, app(ty_Ratio, dcc)) -> new_ltEs14(vwx3011, vwx31011, dcc) 16.70/6.18 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 16.70/6.18 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 16.70/6.18 new_ltEs4(Just(vwx3010), Just(vwx31010), ty_Char) -> new_ltEs5(vwx3010, vwx31010) 16.70/6.18 new_lt9(vwx3010, vwx31010, ty_Float) -> new_lt16(vwx3010, vwx31010) 16.70/6.18 new_esEs10(vwx3010, vwx31010, app(app(ty_@2, baf), bag)) -> new_esEs7(vwx3010, vwx31010, baf, bag) 16.70/6.18 new_esEs28(vwx3010, vwx31010, app(app(ty_Either, dad), dae)) -> new_esEs4(vwx3010, vwx31010, dad, dae) 16.70/6.18 new_ltEs10(Left(vwx3010), Left(vwx31010), ty_Float, dc) -> new_ltEs15(vwx3010, vwx31010) 16.70/6.18 new_esEs10(vwx3010, vwx31010, ty_Bool) -> new_esEs13(vwx3010, vwx31010) 16.70/6.18 new_ltEs4(Just(vwx3010), Just(vwx31010), app(ty_[], bh)) -> new_ltEs9(vwx3010, vwx31010, bh) 16.70/6.18 new_lt20(vwx3010, vwx31010, ty_@0) -> new_lt5(vwx3010, vwx31010) 16.70/6.18 new_lt10(vwx3011, vwx31011, app(app(ty_Either, bba), bbb)) -> new_lt6(vwx3011, vwx31011, bba, bbb) 16.70/6.18 new_esEs22(vwx3001, vwx31001, ty_@0) -> new_esEs14(vwx3001, vwx31001) 16.70/6.18 new_esEs26(vwx3001, vwx31001, app(app(ty_Either, cdb), cdc)) -> new_esEs4(vwx3001, vwx31001, cdb, cdc) 16.70/6.18 new_lt21(vwx300, vwx3100, ty_Ordering) -> new_lt18(vwx300, vwx3100) 16.70/6.18 new_esEs28(vwx3010, vwx31010, app(ty_Maybe, dbb)) -> new_esEs6(vwx3010, vwx31010, dbb) 16.70/6.18 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 16.70/6.18 new_compare(vwx3000, vwx31000, app(ty_Maybe, hb)) -> new_compare15(vwx3000, vwx31000, hb) 16.70/6.18 new_esEs4(Left(vwx3000), Left(vwx31000), ty_@0, bf) -> new_esEs14(vwx3000, vwx31000) 16.70/6.18 new_esEs25(vwx3000, vwx31000, ty_Integer) -> new_esEs19(vwx3000, vwx31000) 16.70/6.18 new_compare(vwx3000, vwx31000, app(ty_[], bfa)) -> new_compare7(vwx3000, vwx31000, bfa) 16.70/6.18 new_esEs4(Left(vwx3000), Left(vwx31000), app(ty_Ratio, cfh), bf) -> new_esEs16(vwx3000, vwx31000, cfh) 16.70/6.18 new_lt20(vwx3010, vwx31010, ty_Ordering) -> new_lt18(vwx3010, vwx31010) 16.70/6.18 new_esEs4(Left(vwx3000), Left(vwx31000), ty_Double, bf) -> new_esEs15(vwx3000, vwx31000) 16.70/6.18 new_primCmpNat0(Succ(vwx30000), Succ(vwx310000)) -> new_primCmpNat0(vwx30000, vwx310000) 16.70/6.18 new_lt10(vwx3011, vwx31011, ty_Int) -> new_lt11(vwx3011, vwx31011) 16.70/6.18 new_esEs23(vwx3000, vwx31000, ty_Double) -> new_esEs15(vwx3000, vwx31000) 16.70/6.18 new_esEs27(vwx3000, vwx31000, ty_Float) -> new_esEs17(vwx3000, vwx31000) 16.70/6.18 new_lt21(vwx300, vwx3100, ty_Double) -> new_lt4(vwx300, vwx3100) 16.70/6.18 new_esEs26(vwx3001, vwx31001, app(app(app(ty_@3, cdh), cea), ceb)) -> new_esEs5(vwx3001, vwx31001, cdh, cea, ceb) 16.70/6.18 new_lt21(vwx300, vwx3100, ty_@0) -> new_lt5(vwx300, vwx3100) 16.70/6.18 new_esEs21(vwx3002, vwx31002, app(app(ty_@2, bhg), bhh)) -> new_esEs7(vwx3002, vwx31002, bhg, bhh) 16.70/6.18 new_compare14(:%(vwx3010, vwx3011), :%(vwx31010, vwx31011), ty_Integer) -> new_compare25(new_sr0(vwx3010, vwx31011), new_sr0(vwx31010, vwx3011)) 16.70/6.18 new_lt21(vwx300, vwx3100, ty_Integer) -> new_lt7(vwx300, vwx3100) 16.70/6.18 new_lt9(vwx3010, vwx31010, app(app(ty_@2, baf), bag)) -> new_lt19(vwx3010, vwx31010, baf, bag) 16.70/6.18 new_esEs27(vwx3000, vwx31000, app(ty_Maybe, ceg)) -> new_esEs6(vwx3000, vwx31000, ceg) 16.70/6.18 new_ltEs20(vwx301, vwx3101, ty_Ordering) -> new_ltEs6(vwx301, vwx3101) 16.70/6.18 new_esEs28(vwx3010, vwx31010, app(ty_Ratio, dba)) -> new_esEs16(vwx3010, vwx31010, dba) 16.70/6.18 new_compare25(Integer(vwx3010), Integer(vwx31010)) -> new_primCmpInt(vwx3010, vwx31010) 16.70/6.18 new_lt6(vwx300, vwx3100, be, bf) -> new_esEs8(new_compare33(vwx300, vwx3100, be, bf), LT) 16.70/6.18 new_esEs28(vwx3010, vwx31010, ty_Ordering) -> new_esEs8(vwx3010, vwx31010) 16.70/6.18 new_compare24(vwx300, vwx3100, False, bb) -> new_compare10(vwx300, vwx3100, new_ltEs4(vwx300, vwx3100, bb), bb) 16.70/6.18 new_ltEs18(vwx3012, vwx31012, ty_Float) -> new_ltEs15(vwx3012, vwx31012) 16.70/6.18 new_esEs12([], [], beh) -> True 16.70/6.18 new_ltEs20(vwx301, vwx3101, ty_Int) -> new_ltEs8(vwx301, vwx3101) 16.70/6.18 new_esEs4(Left(vwx3000), Left(vwx31000), app(app(app(ty_@3, cgd), cge), cgf), bf) -> new_esEs5(vwx3000, vwx31000, cgd, cge, cgf) 16.70/6.18 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 16.70/6.18 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 16.70/6.18 new_primCmpDouble(Double(vwx3000, Pos(vwx30010)), Double(vwx31000, Pos(vwx310010))) -> new_compare6(new_sr(vwx3000, Pos(vwx310010)), new_sr(Pos(vwx30010), vwx31000)) 16.70/6.18 new_lt20(vwx3010, vwx31010, ty_Double) -> new_lt4(vwx3010, vwx31010) 16.70/6.18 new_compare110(vwx300, vwx3100, False, be, bf) -> GT 16.70/6.18 new_ltEs19(vwx3011, vwx31011, app(ty_Maybe, dcd)) -> new_ltEs4(vwx3011, vwx31011, dcd) 16.70/6.18 new_esEs29(vwx300, vwx3100, app(ty_Ratio, cch)) -> new_esEs16(vwx300, vwx3100, cch) 16.70/6.18 new_primEqNat0(Zero, Zero) -> True 16.70/6.18 new_ltEs18(vwx3012, vwx31012, app(ty_Ratio, bch)) -> new_ltEs14(vwx3012, vwx31012, bch) 16.70/6.18 new_esEs4(Left(vwx3000), Left(vwx31000), app(ty_Maybe, cga), bf) -> new_esEs6(vwx3000, vwx31000, cga) 16.70/6.18 new_ltEs4(Just(vwx3010), Just(vwx31010), app(app(app(ty_@3, cc), cd), ce)) -> new_ltEs11(vwx3010, vwx31010, cc, cd, ce) 16.70/6.18 new_esEs20(vwx3000, vwx31000, ty_Bool) -> new_esEs13(vwx3000, vwx31000) 16.70/6.18 new_compare(vwx3000, vwx31000, ty_@0) -> new_compare12(vwx3000, vwx31000) 16.70/6.18 new_lt10(vwx3011, vwx31011, ty_Integer) -> new_lt7(vwx3011, vwx31011) 16.70/6.18 new_esEs29(vwx300, vwx3100, ty_Ordering) -> new_esEs8(vwx300, vwx3100) 16.70/6.18 new_compare29(vwx300, vwx3100, False) -> new_compare113(vwx300, vwx3100, new_ltEs7(vwx300, vwx3100)) 16.70/6.18 new_esEs6(Just(vwx3000), Just(vwx31000), ty_@0) -> new_esEs14(vwx3000, vwx31000) 16.70/6.18 new_asAs(False, vwx125) -> False 16.70/6.18 new_compare18(vwx3000, vwx31000) -> new_compare35(vwx3000, vwx31000) 16.70/6.18 new_compare7([], [], bdd) -> EQ 16.70/6.18 new_esEs26(vwx3001, vwx31001, ty_Int) -> new_esEs11(vwx3001, vwx31001) 16.70/6.18 new_esEs23(vwx3000, vwx31000, ty_@0) -> new_esEs14(vwx3000, vwx31000) 16.70/6.18 new_ltEs19(vwx3011, vwx31011, ty_Int) -> new_ltEs8(vwx3011, vwx31011) 16.70/6.18 new_esEs27(vwx3000, vwx31000, app(app(ty_Either, ced), cee)) -> new_esEs4(vwx3000, vwx31000, ced, cee) 16.70/6.18 new_ltEs20(vwx301, vwx3101, app(ty_Maybe, bg)) -> new_ltEs4(vwx301, vwx3101, bg) 16.70/6.18 new_ltEs10(Left(vwx3010), Left(vwx31010), app(app(app(ty_@3, dg), dh), ea), dc) -> new_ltEs11(vwx3010, vwx31010, dg, dh, ea) 16.70/6.18 new_esEs8(EQ, GT) -> False 16.70/6.18 new_esEs8(GT, EQ) -> False 16.70/6.18 new_esEs26(vwx3001, vwx31001, ty_Integer) -> new_esEs19(vwx3001, vwx31001) 16.70/6.18 new_esEs28(vwx3010, vwx31010, ty_Float) -> new_esEs17(vwx3010, vwx31010) 16.70/6.18 new_ltEs6(GT, LT) -> False 16.70/6.18 new_esEs11(vwx300, vwx3100) -> new_primEqInt(vwx300, vwx3100) 16.70/6.18 new_esEs27(vwx3000, vwx31000, app(app(app(ty_@3, cfb), cfc), cfd)) -> new_esEs5(vwx3000, vwx31000, cfb, cfc, cfd) 16.70/6.18 new_ltEs10(Right(vwx3010), Right(vwx31010), ef, app(app(ty_@2, fh), ga)) -> new_ltEs16(vwx3010, vwx31010, fh, ga) 16.70/6.18 new_esEs20(vwx3000, vwx31000, app(app(ty_@2, bfe), bff)) -> new_esEs7(vwx3000, vwx31000, bfe, bff) 16.70/6.18 16.70/6.18 The set Q consists of the following terms: 16.70/6.18 16.70/6.18 new_esEs8(EQ, EQ) 16.70/6.18 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.18 new_primCmpNat0(Zero, Succ(x0)) 16.70/6.18 new_ltEs18(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.18 new_lt10(x0, x1, ty_Integer) 16.70/6.18 new_compare(x0, x1, ty_@0) 16.70/6.18 new_esEs4(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 16.70/6.18 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 16.70/6.18 new_esEs21(x0, x1, ty_Double) 16.70/6.18 new_esEs21(x0, x1, ty_Ordering) 16.70/6.18 new_lt21(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.18 new_esEs29(x0, x1, app(ty_Maybe, x2)) 16.70/6.18 new_esEs20(x0, x1, ty_Integer) 16.70/6.18 new_ltEs10(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 16.70/6.18 new_compare(x0, x1, ty_Bool) 16.70/6.18 new_min10(x0, x1, x2, x3, True, x4, x5) 16.70/6.18 new_lt9(x0, x1, ty_@0) 16.70/6.18 new_primMulInt(Neg(x0), Neg(x1)) 16.70/6.18 new_primCompAux00(x0, x1, EQ, ty_Float) 16.70/6.18 new_compare27(x0, x1, True, x2, x3) 16.70/6.18 new_esEs4(Right(x0), Right(x1), x2, ty_Double) 16.70/6.18 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 16.70/6.18 new_ltEs18(x0, x1, app(ty_[], x2)) 16.70/6.18 new_ltEs18(x0, x1, ty_Double) 16.70/6.18 new_esEs27(x0, x1, app(ty_[], x2)) 16.70/6.18 new_esEs29(x0, x1, ty_Char) 16.70/6.18 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 16.70/6.18 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 16.70/6.18 new_esEs10(x0, x1, ty_Integer) 16.70/6.18 new_esEs9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.18 new_lt9(x0, x1, ty_Bool) 16.70/6.18 new_ltEs10(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 16.70/6.18 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 16.70/6.18 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 16.70/6.18 new_ltEs6(LT, LT) 16.70/6.18 new_ltEs9(x0, x1, x2) 16.70/6.18 new_primMulInt(Pos(x0), Neg(x1)) 16.70/6.18 new_primMulInt(Neg(x0), Pos(x1)) 16.70/6.18 new_esEs21(x0, x1, ty_Int) 16.70/6.18 new_esEs12([], [], x0) 16.70/6.18 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 16.70/6.18 new_esEs12(:(x0, x1), [], x2) 16.70/6.18 new_esEs4(Right(x0), Right(x1), x2, ty_Ordering) 16.70/6.18 new_primEqInt(Pos(Zero), Pos(Zero)) 16.70/6.18 new_lt9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.18 new_esEs28(x0, x1, ty_Integer) 16.70/6.18 new_ltEs20(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.18 new_ltEs10(Left(x0), Left(x1), ty_Float, x2) 16.70/6.18 new_primCmpFloat(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 16.70/6.18 new_esEs21(x0, x1, app(ty_Maybe, x2)) 16.70/6.18 new_compare28(x0, x1, False, x2, x3, x4) 16.70/6.18 new_primCmpFloat(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 16.70/6.18 new_esEs28(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.18 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 16.70/6.18 new_esEs20(x0, x1, app(ty_[], x2)) 16.70/6.18 new_esEs28(x0, x1, ty_Float) 16.70/6.18 new_compare(x0, x1, ty_Integer) 16.70/6.18 new_ltEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.18 new_esEs12(:(x0, x1), :(x2, x3), x4) 16.70/6.18 new_ltEs18(x0, x1, ty_Int) 16.70/6.18 new_compare26(x0, x1, True) 16.70/6.18 new_primEqInt(Neg(Zero), Neg(Zero)) 16.70/6.18 new_compare(x0, x1, app(ty_[], x2)) 16.70/6.18 new_compare34(x0, x1, x2, x3, x4) 16.70/6.18 new_esEs4(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 16.70/6.18 new_esEs20(x0, x1, ty_@0) 16.70/6.18 new_ltEs18(x0, x1, ty_Ordering) 16.70/6.18 new_esEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.18 new_esEs21(x0, x1, ty_Char) 16.70/6.18 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 16.70/6.18 new_esEs4(Right(x0), Right(x1), x2, app(ty_[], x3)) 16.70/6.18 new_esEs29(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.18 new_ltEs4(Just(x0), Just(x1), app(ty_Maybe, x2)) 16.70/6.18 new_esEs29(x0, x1, ty_Bool) 16.70/6.18 new_ltEs19(x0, x1, ty_Double) 16.70/6.18 new_esEs22(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.18 new_esEs26(x0, x1, ty_Double) 16.70/6.18 new_esEs10(x0, x1, ty_@0) 16.70/6.18 new_ltEs10(Right(x0), Right(x1), x2, ty_Double) 16.70/6.18 new_esEs4(Left(x0), Left(x1), ty_Float, x2) 16.70/6.18 new_esEs10(x0, x1, ty_Float) 16.70/6.18 new_compare33(x0, x1, x2, x3) 16.70/6.18 new_esEs6(Just(x0), Just(x1), ty_Int) 16.70/6.18 new_esEs22(x0, x1, ty_Ordering) 16.70/6.18 new_compare110(x0, x1, False, x2, x3) 16.70/6.18 new_lt21(x0, x1, ty_Float) 16.70/6.18 new_compare15(x0, x1, x2) 16.70/6.18 new_esEs9(x0, x1, ty_Float) 16.70/6.18 new_esEs23(x0, x1, app(ty_[], x2)) 16.70/6.18 new_lt9(x0, x1, app(ty_[], x2)) 16.70/6.18 new_lt16(x0, x1) 16.70/6.18 new_primPlusNat0(Succ(x0), Zero) 16.70/6.18 new_lt10(x0, x1, ty_@0) 16.70/6.18 new_esEs29(x0, x1, ty_Double) 16.70/6.18 new_ltEs10(Right(x0), Right(x1), x2, ty_@0) 16.70/6.18 new_ltEs20(x0, x1, ty_Ordering) 16.70/6.18 new_esEs10(x0, x1, ty_Bool) 16.70/6.18 new_ltEs10(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 16.70/6.18 new_primPlusNat0(Zero, Succ(x0)) 16.70/6.18 new_ltEs10(Right(x0), Right(x1), x2, ty_Bool) 16.70/6.18 new_lt10(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.18 new_esEs6(Just(x0), Just(x1), ty_Bool) 16.70/6.18 new_esEs16(:%(x0, x1), :%(x2, x3), x4) 16.70/6.18 new_esEs9(x0, x1, ty_@0) 16.70/6.18 new_compare110(x0, x1, True, x2, x3) 16.70/6.18 new_esEs29(x0, x1, ty_Int) 16.70/6.18 new_primEqInt(Pos(Zero), Neg(Zero)) 16.70/6.18 new_primEqInt(Neg(Zero), Pos(Zero)) 16.70/6.18 new_ltEs8(x0, x1) 16.70/6.18 new_esEs6(Just(x0), Just(x1), ty_Char) 16.70/6.18 new_esEs6(Just(x0), Just(x1), ty_Double) 16.70/6.18 new_esEs9(x0, x1, app(ty_[], x2)) 16.70/6.18 new_lt10(x0, x1, ty_Bool) 16.70/6.18 new_esEs6(Just(x0), Just(x1), ty_@0) 16.70/6.18 new_esEs6(Just(x0), Just(x1), app(ty_Maybe, x2)) 16.70/6.18 new_primMulInt(Pos(x0), Pos(x1)) 16.70/6.18 new_ltEs10(Right(x0), Right(x1), x2, ty_Int) 16.70/6.18 new_lt9(x0, x1, app(ty_Ratio, x2)) 16.70/6.18 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 16.70/6.18 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 16.70/6.18 new_ltEs19(x0, x1, ty_Int) 16.70/6.18 new_ltEs7(False, True) 16.70/6.18 new_ltEs7(True, False) 16.70/6.18 new_lt10(x0, x1, ty_Char) 16.70/6.18 new_esEs10(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.18 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 16.70/6.18 new_esEs22(x0, x1, app(ty_Maybe, x2)) 16.70/6.18 new_ltEs10(Right(x0), Right(x1), x2, ty_Char) 16.70/6.18 new_lt20(x0, x1, app(ty_Ratio, x2)) 16.70/6.18 new_primCompAux00(x0, x1, EQ, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.18 new_primMulNat0(Succ(x0), Succ(x1)) 16.70/6.18 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.18 new_compare16(x0, x1) 16.70/6.18 new_esEs29(x0, x1, ty_@0) 16.70/6.18 new_esEs26(x0, x1, ty_Char) 16.70/6.18 new_lt21(x0, x1, app(ty_[], x2)) 16.70/6.18 new_lt6(x0, x1, x2, x3) 16.70/6.18 new_compare29(x0, x1, False) 16.70/6.18 new_primCompAux00(x0, x1, EQ, ty_Bool) 16.70/6.18 new_esEs21(x0, x1, ty_Bool) 16.70/6.18 new_esEs23(x0, x1, ty_Int) 16.70/6.18 new_esEs4(Left(x0), Left(x1), app(ty_[], x2), x3) 16.70/6.18 new_compare39(x0, x1) 16.70/6.18 new_lt4(x0, x1) 16.70/6.18 new_ltEs18(x0, x1, app(ty_Ratio, x2)) 16.70/6.18 new_lt9(x0, x1, ty_Double) 16.70/6.18 new_compare(x0, x1, ty_Ordering) 16.70/6.18 new_ltEs4(Just(x0), Just(x1), app(ty_[], x2)) 16.70/6.18 new_compare24(x0, x1, True, x2) 16.70/6.18 new_esEs4(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 16.70/6.18 new_ltEs16(@2(x0, x1), @2(x2, x3), x4, x5) 16.70/6.18 new_esEs26(x0, x1, ty_Int) 16.70/6.18 new_esEs5(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 16.70/6.18 new_lt20(x0, x1, ty_Char) 16.70/6.18 new_esEs27(x0, x1, ty_Int) 16.70/6.18 new_ltEs19(x0, x1, ty_Char) 16.70/6.18 new_esEs17(Float(x0, x1), Float(x2, x3)) 16.70/6.18 new_compare27(x0, x1, False, x2, x3) 16.70/6.18 new_primCompAux00(x0, x1, EQ, ty_@0) 16.70/6.18 new_primCompAux00(x0, x1, GT, x2) 16.70/6.18 new_lt20(x0, x1, ty_Int) 16.70/6.18 new_compare10(x0, x1, True, x2) 16.70/6.18 new_esEs6(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 16.70/6.18 new_esEs4(Left(x0), Left(x1), ty_Integer, x2) 16.70/6.18 new_lt5(@0, @0) 16.70/6.18 new_esEs24(x0, x1, ty_Int) 16.70/6.18 new_esEs23(x0, x1, ty_Float) 16.70/6.18 new_compare114(x0, x1, False) 16.70/6.18 new_esEs23(x0, x1, ty_Char) 16.70/6.18 new_primCompAux00(x0, x1, EQ, ty_Integer) 16.70/6.18 new_esEs9(x0, x1, ty_Int) 16.70/6.18 new_ltEs4(Just(x0), Just(x1), ty_Ordering) 16.70/6.18 new_compare(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.18 new_primCmpChar(Char(x0), Char(x1)) 16.70/6.18 new_ltEs7(False, False) 16.70/6.18 new_compare25(Integer(x0), Integer(x1)) 16.70/6.18 new_ltEs4(Just(x0), Just(x1), ty_Double) 16.70/6.18 new_primCompAux00(x0, x1, EQ, app(ty_Ratio, x2)) 16.70/6.18 new_ltEs10(Left(x0), Left(x1), ty_Integer, x2) 16.70/6.18 new_primPlusNat1(Zero, x0) 16.70/6.18 new_esEs23(x0, x1, ty_Ordering) 16.70/6.18 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 16.70/6.18 new_ltEs4(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 16.70/6.18 new_primCmpDouble(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 16.70/6.18 new_primCmpDouble(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 16.70/6.18 new_min10(x0, x1, x2, x3, False, x4, x5) 16.70/6.18 new_esEs18(Char(x0), Char(x1)) 16.70/6.18 new_esEs8(GT, GT) 16.70/6.18 new_compare(x0, x1, ty_Float) 16.70/6.18 new_esEs15(Double(x0, x1), Double(x2, x3)) 16.70/6.18 new_lt20(x0, x1, ty_Ordering) 16.70/6.18 new_ltEs18(x0, x1, ty_@0) 16.70/6.18 new_compare7([], [], x0) 16.70/6.18 new_esEs27(x0, x1, ty_Float) 16.70/6.18 new_esEs9(x0, x1, ty_Char) 16.70/6.18 new_esEs8(LT, EQ) 16.70/6.18 new_esEs8(EQ, LT) 16.70/6.18 new_primCompAux00(x0, x1, EQ, app(ty_Maybe, x2)) 16.70/6.18 new_lt20(x0, x1, ty_Bool) 16.70/6.18 new_primCmpInt(Neg(Zero), Neg(Zero)) 16.70/6.18 new_ltEs4(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 16.70/6.18 new_compare(x0, x1, ty_Char) 16.70/6.18 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.18 new_esEs4(Left(x0), Left(x1), ty_Ordering, x2) 16.70/6.18 new_esEs10(x0, x1, app(ty_Ratio, x2)) 16.70/6.18 new_esEs13(False, True) 16.70/6.18 new_esEs13(True, False) 16.70/6.18 new_esEs4(Right(x0), Right(x1), x2, ty_Integer) 16.70/6.18 new_sr(x0, x1) 16.70/6.18 new_primCompAux00(x0, x1, EQ, app(app(ty_Either, x2), x3)) 16.70/6.18 new_esEs9(x0, x1, ty_Bool) 16.70/6.18 new_ltEs10(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 16.70/6.18 new_esEs8(LT, LT) 16.70/6.18 new_ltEs4(Just(x0), Just(x1), ty_@0) 16.70/6.18 new_ltEs6(LT, GT) 16.70/6.18 new_primMulNat0(Succ(x0), Zero) 16.70/6.18 new_ltEs6(GT, LT) 16.70/6.18 new_primCmpInt(Pos(Zero), Neg(Zero)) 16.70/6.18 new_primCmpInt(Neg(Zero), Pos(Zero)) 16.70/6.18 new_esEs20(x0, x1, app(ty_Ratio, x2)) 16.70/6.18 new_compare18(x0, x1) 16.70/6.18 new_primPlusNat1(Succ(x0), x1) 16.70/6.18 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 16.70/6.18 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 16.70/6.18 new_esEs6(Just(x0), Just(x1), ty_Ordering) 16.70/6.18 new_esEs6(Just(x0), Just(x1), ty_Integer) 16.70/6.18 new_compare113(x0, x1, False) 16.70/6.18 new_ltEs6(EQ, GT) 16.70/6.18 new_ltEs6(GT, EQ) 16.70/6.18 new_ltEs20(x0, x1, app(ty_Maybe, x2)) 16.70/6.18 new_esEs29(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.18 new_ltEs18(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.18 new_compare(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.18 new_esEs4(Right(x0), Right(x1), x2, ty_Int) 16.70/6.18 new_compare112(x0, x1, False, x2, x3) 16.70/6.18 new_esEs4(Right(x0), Right(x1), x2, ty_Char) 16.70/6.18 new_lt9(x0, x1, app(ty_Maybe, x2)) 16.70/6.18 new_esEs6(Just(x0), Just(x1), app(ty_Ratio, x2)) 16.70/6.18 new_compare(x0, x1, ty_Int) 16.70/6.18 new_compare37(x0, x1, x2, x3) 16.70/6.18 new_lt10(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.18 new_ltEs20(x0, x1, ty_@0) 16.70/6.18 new_esEs20(x0, x1, ty_Double) 16.70/6.18 new_esEs9(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.18 new_esEs28(x0, x1, ty_@0) 16.70/6.18 new_esEs9(x0, x1, ty_Ordering) 16.70/6.18 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.18 new_lt19(x0, x1, x2, x3) 16.70/6.18 new_lt10(x0, x1, ty_Ordering) 16.70/6.18 new_esEs22(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.18 new_lt8(x0, x1, x2) 16.70/6.18 new_esEs19(Integer(x0), Integer(x1)) 16.70/6.18 new_ltEs10(Left(x0), Left(x1), ty_Char, x2) 16.70/6.18 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.18 new_lt12(:(x0, x1), [], x2) 16.70/6.18 new_primCompAux1(x0, x1, x2, x3, x4) 16.70/6.18 new_esEs29(x0, x1, ty_Integer) 16.70/6.18 new_esEs28(x0, x1, app(ty_Maybe, x2)) 16.70/6.18 new_ltEs10(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 16.70/6.18 new_esEs22(x0, x1, ty_Double) 16.70/6.18 new_esEs23(x0, x1, ty_Bool) 16.70/6.18 new_esEs22(x0, x1, ty_@0) 16.70/6.18 new_esEs9(x0, x1, ty_Integer) 16.70/6.18 new_ltEs10(Left(x0), Left(x1), ty_Bool, x2) 16.70/6.18 new_esEs26(x0, x1, app(ty_[], x2)) 16.70/6.18 new_lt7(Integer(x0), Integer(x1)) 16.70/6.18 new_esEs22(x0, x1, app(ty_Ratio, x2)) 16.70/6.18 new_esEs26(x0, x1, ty_Ordering) 16.70/6.18 new_pePe(True, x0) 16.70/6.18 new_esEs26(x0, x1, ty_Integer) 16.70/6.18 new_ltEs19(x0, x1, ty_Integer) 16.70/6.18 new_ltEs15(x0, x1) 16.70/6.18 new_compare19(x0, x1, x2, x3) 16.70/6.18 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 16.70/6.18 new_ltEs19(x0, x1, ty_Ordering) 16.70/6.18 new_esEs28(x0, x1, ty_Double) 16.70/6.18 new_ltEs20(x0, x1, ty_Double) 16.70/6.18 new_esEs29(x0, x1, app(ty_Ratio, x2)) 16.70/6.18 new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.18 new_ltEs4(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 16.70/6.18 new_esEs4(Right(x0), Right(x1), x2, ty_Bool) 16.70/6.18 new_esEs29(x0, x1, ty_Ordering) 16.70/6.18 new_ltEs4(Nothing, Nothing, x0) 16.70/6.18 new_asAs(True, x0) 16.70/6.18 new_esEs27(x0, x1, app(ty_Ratio, x2)) 16.70/6.18 new_compare210(x0, x1, False, x2, x3) 16.70/6.18 new_esEs21(x0, x1, ty_Float) 16.70/6.18 new_ltEs4(Just(x0), Just(x1), ty_Integer) 16.70/6.18 new_compare(x0, x1, app(ty_Ratio, x2)) 16.70/6.18 new_esEs27(x0, x1, ty_Bool) 16.70/6.18 new_lt21(x0, x1, app(ty_Maybe, x2)) 16.70/6.18 new_esEs9(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.18 new_ltEs20(x0, x1, ty_Integer) 16.70/6.18 new_esEs6(Nothing, Nothing, x0) 16.70/6.18 new_ltEs14(x0, x1, x2) 16.70/6.18 new_compare29(x0, x1, True) 16.70/6.18 new_lt10(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.18 new_ltEs18(x0, x1, ty_Float) 16.70/6.18 new_esEs27(x0, x1, ty_@0) 16.70/6.18 new_ltEs5(x0, x1) 16.70/6.18 new_primMulNat0(Zero, Zero) 16.70/6.18 new_ltEs10(Left(x0), Left(x1), ty_Ordering, x2) 16.70/6.18 new_esEs23(x0, x1, ty_Integer) 16.70/6.18 new_ltEs10(Left(x0), Left(x1), ty_Int, x2) 16.70/6.18 new_esEs28(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.18 new_primCompAux00(x0, x1, EQ, app(app(ty_@2, x2), x3)) 16.70/6.18 new_ltEs4(Just(x0), Nothing, x1) 16.70/6.18 new_esEs28(x0, x1, app(ty_Ratio, x2)) 16.70/6.18 new_esEs10(x0, x1, app(ty_Maybe, x2)) 16.70/6.18 new_primCompAux00(x0, x1, EQ, ty_Ordering) 16.70/6.18 new_lt20(x0, x1, app(ty_[], x2)) 16.70/6.18 new_primMulNat0(Zero, Succ(x0)) 16.70/6.18 new_ltEs6(EQ, EQ) 16.70/6.18 new_esEs23(x0, x1, app(ty_Maybe, x2)) 16.70/6.18 new_esEs24(x0, x1, ty_Integer) 16.70/6.18 new_esEs29(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.18 new_esEs20(x0, x1, app(ty_Maybe, x2)) 16.70/6.18 new_lt9(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.18 new_ltEs18(x0, x1, app(ty_Maybe, x2)) 16.70/6.18 new_lt21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.18 new_compare(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.18 new_esEs9(x0, x1, app(ty_Maybe, x2)) 16.70/6.18 new_lt20(x0, x1, ty_Integer) 16.70/6.18 new_esEs20(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.18 new_lt9(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.18 new_lt14(x0, x1, x2, x3, x4) 16.70/6.18 new_sr0(Integer(x0), Integer(x1)) 16.70/6.18 new_compare36(x0, x1, x2) 16.70/6.18 new_ltEs10(Left(x0), Left(x1), app(ty_[], x2), x3) 16.70/6.18 new_esEs4(Right(x0), Right(x1), x2, ty_Float) 16.70/6.18 new_ltEs19(x0, x1, ty_Bool) 16.70/6.18 new_esEs23(x0, x1, ty_@0) 16.70/6.18 new_esEs27(x0, x1, ty_Integer) 16.70/6.18 new_esEs26(x0, x1, ty_Bool) 16.70/6.18 new_ltEs13(x0, x1) 16.70/6.18 new_primPlusNat0(Zero, Zero) 16.70/6.18 new_compare7([], :(x0, x1), x2) 16.70/6.18 new_compare7(:(x0, x1), [], x2) 16.70/6.18 new_esEs9(x0, x1, ty_Double) 16.70/6.18 new_lt21(x0, x1, ty_@0) 16.70/6.18 new_esEs26(x0, x1, ty_@0) 16.70/6.18 new_ltEs10(Right(x0), Right(x1), x2, ty_Float) 16.70/6.18 new_ltEs19(x0, x1, ty_Float) 16.70/6.18 new_not(True) 16.70/6.18 new_ltEs20(x0, x1, app(ty_Ratio, x2)) 16.70/6.18 new_ltEs17(x0, x1) 16.70/6.18 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.18 new_esEs10(x0, x1, ty_Double) 16.70/6.18 new_lt12(:(x0, x1), :(x2, x3), x4) 16.70/6.18 new_esEs8(EQ, GT) 16.70/6.18 new_esEs8(GT, EQ) 16.70/6.18 new_lt20(x0, x1, ty_Float) 16.70/6.18 new_esEs29(x0, x1, ty_Float) 16.70/6.18 new_ltEs18(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.18 new_compare111(x0, x1, True, x2, x3, x4) 16.70/6.18 new_esEs27(x0, x1, app(ty_Maybe, x2)) 16.70/6.18 new_esEs4(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 16.70/6.18 new_esEs4(Left(x0), Left(x1), ty_@0, x2) 16.70/6.18 new_compare112(x0, x1, True, x2, x3) 16.70/6.18 new_ltEs4(Nothing, Just(x0), x1) 16.70/6.18 new_compare14(:%(x0, x1), :%(x2, x3), ty_Int) 16.70/6.18 new_lt21(x0, x1, ty_Bool) 16.70/6.18 new_compare11(x0, x1, x2, x3, x4) 16.70/6.18 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.18 new_esEs28(x0, x1, ty_Ordering) 16.70/6.18 new_esEs13(True, True) 16.70/6.18 new_compare6(x0, x1) 16.70/6.18 new_ltEs4(Just(x0), Just(x1), ty_Bool) 16.70/6.18 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 16.70/6.18 new_lt21(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.18 new_esEs22(x0, x1, ty_Integer) 16.70/6.18 new_esEs4(Left(x0), Left(x1), ty_Bool, x2) 16.70/6.18 new_esEs4(Left(x0), Right(x1), x2, x3) 16.70/6.18 new_esEs4(Right(x0), Left(x1), x2, x3) 16.70/6.18 new_primCompAux00(x0, x1, EQ, ty_Int) 16.70/6.18 new_esEs10(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.18 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 16.70/6.18 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 16.70/6.18 new_compare10(x0, x1, False, x2) 16.70/6.18 new_esEs4(Left(x0), Left(x1), ty_Int, x2) 16.70/6.18 new_lt12([], [], x0) 16.70/6.18 new_compare114(x0, x1, True) 16.70/6.18 new_esEs25(x0, x1, ty_Integer) 16.70/6.18 new_esEs10(x0, x1, ty_Int) 16.70/6.18 new_esEs10(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.18 new_esEs21(x0, x1, ty_Integer) 16.70/6.18 new_compare24(x0, x1, False, x2) 16.70/6.18 new_compare35(x0, x1) 16.70/6.18 new_lt21(x0, x1, ty_Int) 16.70/6.18 new_ltEs10(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 16.70/6.18 new_esEs27(x0, x1, ty_Char) 16.70/6.18 new_esEs4(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 16.70/6.18 new_esEs21(x0, x1, app(ty_[], x2)) 16.70/6.18 new_primCompAux00(x0, x1, EQ, ty_Char) 16.70/6.18 new_lt10(x0, x1, app(ty_Maybe, x2)) 16.70/6.18 new_compare13(x0, x1) 16.70/6.18 new_lt10(x0, x1, ty_Double) 16.70/6.18 new_esEs4(Left(x0), Left(x1), ty_Double, x2) 16.70/6.18 new_compare9(x0, x1, x2, x3) 16.70/6.18 new_esEs4(Left(x0), Left(x1), ty_Char, x2) 16.70/6.18 new_primCmpDouble(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 16.70/6.18 new_primCompAux00(x0, x1, EQ, ty_Double) 16.70/6.18 new_ltEs20(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.18 new_esEs26(x0, x1, ty_Float) 16.70/6.18 new_ltEs19(x0, x1, ty_@0) 16.70/6.18 new_esEs4(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 16.70/6.18 new_compare12(@0, @0) 16.70/6.18 new_lt21(x0, x1, ty_Double) 16.70/6.18 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.18 new_ltEs11(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 16.70/6.18 new_primCmpInt(Pos(Zero), Pos(Zero)) 16.70/6.18 new_lt21(x0, x1, ty_Char) 16.70/6.18 new_ltEs19(x0, x1, app(ty_[], x2)) 16.70/6.18 new_ltEs20(x0, x1, app(ty_[], x2)) 16.70/6.18 new_ltEs10(Right(x0), Left(x1), x2, x3) 16.70/6.18 new_ltEs10(Left(x0), Right(x1), x2, x3) 16.70/6.18 new_lt10(x0, x1, app(ty_[], x2)) 16.70/6.18 new_esEs6(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 16.70/6.18 new_ltEs6(LT, EQ) 16.70/6.18 new_ltEs6(EQ, LT) 16.70/6.18 new_primCompAux00(x0, x1, EQ, app(ty_[], x2)) 16.70/6.18 new_ltEs4(Just(x0), Just(x1), app(ty_Ratio, x2)) 16.70/6.18 new_esEs10(x0, x1, ty_Char) 16.70/6.18 new_esEs27(x0, x1, ty_Ordering) 16.70/6.18 new_compare(x0, x1, ty_Double) 16.70/6.18 new_ltEs20(x0, x1, ty_Char) 16.70/6.18 new_primEqNat0(Succ(x0), Zero) 16.70/6.18 new_lt15(:%(x0, x1), :%(x2, x3), x4) 16.70/6.18 new_esEs14(@0, @0) 16.70/6.18 new_ltEs10(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 16.70/6.18 new_esEs4(Right(x0), Right(x1), x2, ty_@0) 16.70/6.18 new_ltEs6(GT, GT) 16.70/6.18 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.18 new_esEs27(x0, x1, ty_Double) 16.70/6.18 new_lt21(x0, x1, ty_Integer) 16.70/6.18 new_asAs(False, x0) 16.70/6.18 new_esEs20(x0, x1, ty_Int) 16.70/6.18 new_primEqNat0(Succ(x0), Succ(x1)) 16.70/6.18 new_lt10(x0, x1, ty_Int) 16.70/6.18 new_compare38(Integer(x0), Integer(x1), x2, x3, ty_Integer) 16.70/6.18 new_esEs25(x0, x1, ty_Int) 16.70/6.18 new_ltEs20(x0, x1, ty_Int) 16.70/6.18 new_lt11(x0, x1) 16.70/6.18 new_esEs21(x0, x1, ty_@0) 16.70/6.18 new_ltEs10(Right(x0), Right(x1), x2, ty_Integer) 16.70/6.18 new_lt12([], :(x0, x1), x2) 16.70/6.18 new_primCmpDouble(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 16.70/6.18 new_esEs20(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.18 new_pePe(False, x0) 16.70/6.18 new_esEs20(x0, x1, ty_Char) 16.70/6.18 new_esEs6(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 16.70/6.18 new_esEs8(LT, GT) 16.70/6.18 new_esEs8(GT, LT) 16.70/6.18 new_compare210(x0, x1, True, x2, x3) 16.70/6.18 new_lt9(x0, x1, ty_Float) 16.70/6.18 new_lt13(x0, x1) 16.70/6.18 new_esEs29(x0, x1, app(ty_[], x2)) 16.70/6.18 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.18 new_lt9(x0, x1, ty_Ordering) 16.70/6.18 new_ltEs10(Left(x0), Left(x1), ty_@0, x2) 16.70/6.18 new_esEs21(x0, x1, app(ty_Ratio, x2)) 16.70/6.18 new_esEs26(x0, x1, app(ty_Maybe, x2)) 16.70/6.18 new_esEs23(x0, x1, ty_Double) 16.70/6.18 new_esEs9(x0, x1, app(ty_Ratio, x2)) 16.70/6.18 new_ltEs10(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 16.70/6.18 new_ltEs10(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 16.70/6.18 new_esEs6(Just(x0), Just(x1), ty_Float) 16.70/6.18 new_lt10(x0, x1, ty_Float) 16.70/6.18 new_esEs22(x0, x1, app(ty_[], x2)) 16.70/6.18 new_esEs26(x0, x1, app(ty_Ratio, x2)) 16.70/6.18 new_esEs20(x0, x1, ty_Float) 16.70/6.18 new_esEs4(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 16.70/6.18 new_ltEs20(x0, x1, ty_Float) 16.70/6.18 new_lt20(x0, x1, ty_@0) 16.70/6.18 new_lt17(x0, x1) 16.70/6.18 new_primCompAux00(x0, x1, LT, x2) 16.70/6.18 new_esEs11(x0, x1) 16.70/6.18 new_compare14(:%(x0, x1), :%(x2, x3), ty_Integer) 16.70/6.18 new_esEs28(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.18 new_ltEs4(Just(x0), Just(x1), ty_Char) 16.70/6.18 new_esEs12([], :(x0, x1), x2) 16.70/6.18 new_esEs4(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 16.70/6.18 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.18 new_ltEs4(Just(x0), Just(x1), ty_Int) 16.70/6.18 new_esEs23(x0, x1, app(ty_Ratio, x2)) 16.70/6.18 new_esEs20(x0, x1, ty_Ordering) 16.70/6.18 new_ltEs10(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 16.70/6.18 new_esEs6(Nothing, Just(x0), x1) 16.70/6.18 new_primCmpNat0(Succ(x0), Zero) 16.70/6.18 new_lt9(x0, x1, ty_Int) 16.70/6.18 new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.18 new_esEs6(Just(x0), Nothing, x1) 16.70/6.18 new_primEqNat0(Zero, Zero) 16.70/6.18 new_esEs13(False, False) 16.70/6.18 new_compare7(:(x0, x1), :(x2, x3), x4) 16.70/6.18 new_esEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.18 new_esEs7(@2(x0, x1), @2(x2, x3), x4, x5) 16.70/6.18 new_ltEs18(x0, x1, ty_Integer) 16.70/6.18 new_primEqNat0(Zero, Succ(x0)) 16.70/6.18 new_not(False) 16.70/6.18 new_esEs21(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.18 new_ltEs7(True, True) 16.70/6.18 new_compare8(x0, x1) 16.70/6.18 new_esEs6(Just(x0), Just(x1), app(ty_[], x2)) 16.70/6.18 new_esEs28(x0, x1, ty_Bool) 16.70/6.18 new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.18 new_lt9(x0, x1, ty_Char) 16.70/6.18 new_esEs22(x0, x1, ty_Float) 16.70/6.18 new_esEs28(x0, x1, ty_Int) 16.70/6.18 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 16.70/6.18 new_esEs10(x0, x1, ty_Ordering) 16.70/6.18 new_ltEs4(Just(x0), Just(x1), ty_Float) 16.70/6.18 new_compare17(x0, x1) 16.70/6.18 new_esEs22(x0, x1, ty_Bool) 16.70/6.18 new_lt21(x0, x1, ty_Ordering) 16.70/6.18 new_esEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.18 new_ltEs18(x0, x1, ty_Char) 16.70/6.18 new_ltEs10(Right(x0), Right(x1), x2, ty_Ordering) 16.70/6.18 new_lt20(x0, x1, ty_Double) 16.70/6.18 new_compare111(x0, x1, False, x2, x3, x4) 16.70/6.18 new_lt18(x0, x1) 16.70/6.18 new_lt9(x0, x1, ty_Integer) 16.70/6.18 new_lt21(x0, x1, app(ty_Ratio, x2)) 16.70/6.18 new_compare113(x0, x1, True) 16.70/6.18 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.18 new_ltEs12(x0, x1) 16.70/6.18 new_ltEs10(Right(x0), Right(x1), x2, app(ty_[], x3)) 16.70/6.18 new_ltEs10(Left(x0), Left(x1), ty_Double, x2) 16.70/6.18 new_esEs4(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 16.70/6.18 new_esEs28(x0, x1, ty_Char) 16.70/6.18 new_compare(x0, x1, app(ty_Maybe, x2)) 16.70/6.18 new_esEs22(x0, x1, ty_Char) 16.70/6.18 new_min1(@2(x0, x1), @2(x2, x3), x4, x5) 16.70/6.18 new_ltEs20(x0, x1, ty_Bool) 16.70/6.18 new_compare38(x0, x1, x2, x3, ty_Int) 16.70/6.18 new_ltEs18(x0, x1, ty_Bool) 16.70/6.18 new_compare28(x0, x1, True, x2, x3, x4) 16.70/6.18 new_compare26(x0, x1, False) 16.70/6.18 new_esEs22(x0, x1, ty_Int) 16.70/6.18 new_esEs20(x0, x1, ty_Bool) 16.70/6.18 new_lt20(x0, x1, app(ty_Maybe, x2)) 16.70/6.18 new_esEs10(x0, x1, app(ty_[], x2)) 16.70/6.18 new_primCmpNat0(Succ(x0), Succ(x1)) 16.70/6.18 new_esEs28(x0, x1, app(ty_[], x2)) 16.70/6.18 new_esEs21(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.18 new_primCmpNat0(Zero, Zero) 16.70/6.18 new_esEs4(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 16.70/6.18 new_lt10(x0, x1, app(ty_Ratio, x2)) 16.70/6.18 new_primPlusNat0(Succ(x0), Succ(x1)) 16.70/6.18 new_primCmpFloat(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 16.70/6.18 new_primCmpFloat(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 16.70/6.18 16.70/6.18 We have to consider all minimal (P,Q,R)-chains. 16.70/6.18 ---------------------------------------- 16.70/6.18 16.70/6.18 (19) QDPSizeChangeProof (EQUIVALENT) 16.70/6.18 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. 16.70/6.18 16.70/6.18 From the DPs we obtained the following set of size-change graphs: 16.70/6.18 *new_foldl(vwx30, :(vwx310, vwx311), h, ba) -> new_foldl(new_min1(vwx30, vwx310, h, ba), vwx311, h, ba) 16.70/6.18 The graph contains the following edges 2 > 2, 3 >= 3, 4 >= 4 16.70/6.18 16.70/6.18 16.70/6.18 ---------------------------------------- 16.70/6.18 16.70/6.18 (20) 16.70/6.18 YES 16.70/6.18 16.70/6.18 ---------------------------------------- 16.70/6.18 16.70/6.18 (21) 16.70/6.18 Obligation: 16.70/6.18 Q DP problem: 16.70/6.18 The TRS P consists of the following rules: 16.70/6.18 16.70/6.18 new_primCompAux0(vwx130, vwx131, EQ, app(ty_Maybe, da)) -> new_compare4(vwx130, vwx131, da) 16.70/6.18 new_lt(:(vwx3000, vwx3001), :(vwx31000, vwx31001), app(app(app(ty_@3, bd), be), bf)) -> new_compare30(vwx3000, vwx31000, bd, be, bf) 16.70/6.18 new_ltEs2(Just(vwx3010), Just(vwx31010), app(app(ty_@2, bde), bdf)) -> new_ltEs3(vwx3010, vwx31010, bde, bdf) 16.70/6.18 new_ltEs(Right(vwx3010), Right(vwx31010), fa, app(ty_Maybe, ga)) -> new_ltEs2(vwx3010, vwx31010, ga) 16.70/6.18 new_lt2(vwx300, vwx3100, bce) -> new_compare22(vwx300, vwx3100, new_esEs6(vwx300, vwx3100, bce), bce) 16.70/6.18 new_ltEs(Left(vwx3010), Left(vwx31010), app(ty_[], dg), dh) -> new_ltEs0(vwx3010, vwx31010, dg) 16.70/6.18 new_ltEs(Left(vwx3010), Left(vwx31010), app(app(app(ty_@3, ec), ed), ee), dh) -> new_ltEs1(vwx3010, vwx31010, ec, ed, ee) 16.70/6.18 new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hg, app(app(ty_@2, bag), bah), gf) -> new_lt3(vwx3011, vwx31011, bag, bah) 16.70/6.18 new_ltEs(Right(vwx3010), Right(vwx31010), fa, app(app(ty_Either, fc), fd)) -> new_ltEs(vwx3010, vwx31010, fc, fd) 16.70/6.18 new_primCompAux(vwx3000, vwx31000, vwx3001, vwx31001, h) -> new_primCompAux0(vwx3001, vwx31001, new_compare(vwx3000, vwx31000, h), app(ty_[], h)) 16.70/6.18 new_lt0(vwx300, vwx3100, de, df) -> new_compare20(vwx300, vwx3100, new_esEs4(vwx300, vwx3100, de, df), de, df) 16.70/6.18 new_primCompAux0(vwx130, vwx131, EQ, app(app(ty_@2, db), dc)) -> new_compare5(vwx130, vwx131, db, dc) 16.70/6.18 new_ltEs0(:(vwx3010, vwx3011), :(vwx31010, vwx31011), dd) -> new_primCompAux(vwx3010, vwx31010, vwx3011, vwx31011, dd) 16.70/6.18 new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hg, ge, app(app(ty_@2, bbh), bca)) -> new_ltEs3(vwx3012, vwx31012, bbh, bca) 16.70/6.18 new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), app(app(ty_Either, gg), gh), ge, gf) -> new_lt0(vwx3010, vwx31010, gg, gh) 16.70/6.18 new_primCompAux(vwx3000, vwx31000, vwx3001, vwx31001, app(ty_Maybe, bg)) -> new_compare31(vwx3000, vwx31000, bg) 16.70/6.18 new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hg, app(app(app(ty_@3, bac), bad), bae), gf) -> new_lt1(vwx3011, vwx31011, bac, bad, bae) 16.70/6.18 new_ltEs3(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), app(app(ty_Either, bea), beb), bdh) -> new_lt0(vwx3010, vwx31010, bea, beb) 16.70/6.18 new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hg, ge, app(ty_[], bba)) -> new_ltEs0(vwx3012, vwx31012, bba) 16.70/6.18 new_compare21(vwx300, vwx3100, False, bcb, bcc, bcd) -> new_ltEs1(vwx300, vwx3100, bcb, bcc, bcd) 16.70/6.18 new_compare31(vwx300, vwx3100, bce) -> new_compare22(vwx300, vwx3100, new_esEs6(vwx300, vwx3100, bce), bce) 16.70/6.18 new_ltEs3(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), bfa, app(ty_[], bfb)) -> new_ltEs0(vwx3011, vwx31011, bfb) 16.70/6.18 new_lt(:(vwx3000, vwx3001), :(vwx31000, vwx31001), app(ty_Maybe, bg)) -> new_compare31(vwx3000, vwx31000, bg) 16.70/6.18 new_ltEs(Left(vwx3010), Left(vwx31010), app(app(ty_@2, eg), eh), dh) -> new_ltEs3(vwx3010, vwx31010, eg, eh) 16.70/6.18 new_ltEs3(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), bfa, app(app(ty_@2, bga), bgb)) -> new_ltEs3(vwx3011, vwx31011, bga, bgb) 16.70/6.18 new_lt(:(vwx3000, vwx3001), :(vwx31000, vwx31001), app(ty_[], ba)) -> new_compare0(vwx3000, vwx31000, ba) 16.70/6.18 new_primCompAux(vwx3000, vwx31000, vwx3001, vwx31001, app(app(app(ty_@3, bd), be), bf)) -> new_compare30(vwx3000, vwx31000, bd, be, bf) 16.70/6.18 new_compare3(vwx300, vwx3100, de, df) -> new_compare20(vwx300, vwx3100, new_esEs4(vwx300, vwx3100, de, df), de, df) 16.70/6.18 new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hg, app(ty_[], hh), gf) -> new_lt(vwx3011, vwx31011, hh) 16.70/6.18 new_compare30(vwx300, vwx3100, bcb, bcc, bcd) -> new_compare21(vwx300, vwx3100, new_esEs5(vwx300, vwx3100, bcb, bcc, bcd), bcb, bcc, bcd) 16.70/6.18 new_ltEs(Right(vwx3010), Right(vwx31010), fa, app(app(app(ty_@3, ff), fg), fh)) -> new_ltEs1(vwx3010, vwx31010, ff, fg, fh) 16.70/6.18 new_ltEs3(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), bfa, app(app(ty_Either, bfc), bfd)) -> new_ltEs(vwx3011, vwx31011, bfc, bfd) 16.70/6.18 new_ltEs3(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), app(app(ty_@2, beg), beh), bdh) -> new_lt3(vwx3010, vwx31010, beg, beh) 16.70/6.18 new_ltEs3(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), bfa, app(ty_Maybe, bfh)) -> new_ltEs2(vwx3011, vwx31011, bfh) 16.70/6.18 new_primCompAux(vwx3000, vwx31000, vwx3001, vwx31001, app(app(ty_Either, bb), bc)) -> new_compare3(vwx3000, vwx31000, bb, bc) 16.70/6.18 new_compare2(vwx3000, vwx31000, bd, be, bf) -> new_compare30(vwx3000, vwx31000, bd, be, bf) 16.70/6.18 new_ltEs(Right(vwx3010), Right(vwx31010), fa, app(ty_[], fb)) -> new_ltEs0(vwx3010, vwx31010, fb) 16.70/6.18 new_lt1(vwx300, vwx3100, bcb, bcc, bcd) -> new_compare21(vwx300, vwx3100, new_esEs5(vwx300, vwx3100, bcb, bcc, bcd), bcb, bcc, bcd) 16.70/6.18 new_primCompAux0(vwx130, vwx131, EQ, app(ty_[], cb)) -> new_compare0(vwx130, vwx131, cb) 16.70/6.18 new_ltEs3(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), bfa, app(app(app(ty_@3, bfe), bff), bfg)) -> new_ltEs1(vwx3011, vwx31011, bfe, bff, bfg) 16.70/6.18 new_ltEs(Right(vwx3010), Right(vwx31010), fa, app(app(ty_@2, gb), gc)) -> new_ltEs3(vwx3010, vwx31010, gb, gc) 16.70/6.18 new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hg, app(ty_Maybe, baf), gf) -> new_lt2(vwx3011, vwx31011, baf) 16.70/6.18 new_compare23(vwx300, vwx3100, False, bgc, bgd) -> new_ltEs3(vwx300, vwx3100, bgc, bgd) 16.70/6.18 new_ltEs(Left(vwx3010), Left(vwx31010), app(app(ty_Either, ea), eb), dh) -> new_ltEs(vwx3010, vwx31010, ea, eb) 16.70/6.18 new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hg, ge, app(app(ty_Either, bbb), bbc)) -> new_ltEs(vwx3012, vwx31012, bbb, bbc) 16.70/6.18 new_ltEs3(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), app(ty_Maybe, bef), bdh) -> new_lt2(vwx3010, vwx31010, bef) 16.70/6.18 new_compare0(:(vwx3010, vwx3011), :(vwx31010, vwx31011), dd) -> new_primCompAux(vwx3010, vwx31010, vwx3011, vwx31011, dd) 16.70/6.18 new_primCompAux0(vwx130, vwx131, EQ, app(app(app(ty_@3, ce), cf), cg)) -> new_compare2(vwx130, vwx131, ce, cf, cg) 16.70/6.18 new_ltEs3(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), app(ty_[], bdg), bdh) -> new_lt(vwx3010, vwx31010, bdg) 16.70/6.18 new_lt(:(vwx3000, vwx3001), :(vwx31000, vwx31001), app(app(ty_@2, bh), ca)) -> new_compare32(vwx3000, vwx31000, bh, ca) 16.70/6.18 new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hg, ge, app(app(app(ty_@3, bbd), bbe), bbf)) -> new_ltEs1(vwx3012, vwx31012, bbd, bbe, bbf) 16.70/6.18 new_compare22(vwx300, vwx3100, False, bce) -> new_ltEs2(vwx300, vwx3100, bce) 16.70/6.18 new_ltEs2(Just(vwx3010), Just(vwx31010), app(app(app(ty_@3, bda), bdb), bdc)) -> new_ltEs1(vwx3010, vwx31010, bda, bdb, bdc) 16.70/6.18 new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), app(app(ty_@2, he), hf), ge, gf) -> new_lt3(vwx3010, vwx31010, he, hf) 16.70/6.18 new_primCompAux(vwx3000, vwx31000, vwx3001, vwx31001, app(ty_[], ba)) -> new_compare0(vwx3000, vwx31000, ba) 16.70/6.18 new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), app(ty_Maybe, hd), ge, gf) -> new_lt2(vwx3010, vwx31010, hd) 16.70/6.18 new_compare4(vwx3000, vwx31000, bg) -> new_compare31(vwx3000, vwx31000, bg) 16.70/6.18 new_primCompAux(vwx3000, vwx31000, vwx3001, vwx31001, app(app(ty_@2, bh), ca)) -> new_compare32(vwx3000, vwx31000, bh, ca) 16.70/6.18 new_lt(:(vwx3000, vwx3001), :(vwx31000, vwx31001), app(app(ty_Either, bb), bc)) -> new_compare3(vwx3000, vwx31000, bb, bc) 16.70/6.18 new_compare32(vwx300, vwx3100, bgc, bgd) -> new_compare23(vwx300, vwx3100, new_esEs7(vwx300, vwx3100, bgc, bgd), bgc, bgd) 16.70/6.18 new_primCompAux0(vwx130, vwx131, EQ, app(app(ty_Either, cc), cd)) -> new_compare1(vwx130, vwx131, cc, cd) 16.70/6.18 new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), app(app(app(ty_@3, ha), hb), hc), ge, gf) -> new_lt1(vwx3010, vwx31010, ha, hb, hc) 16.70/6.18 new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hg, ge, app(ty_Maybe, bbg)) -> new_ltEs2(vwx3012, vwx31012, bbg) 16.70/6.18 new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), app(ty_[], gd), ge, gf) -> new_lt(vwx3010, vwx31010, gd) 16.70/6.18 new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hg, app(app(ty_Either, baa), bab), gf) -> new_lt0(vwx3011, vwx31011, baa, bab) 16.70/6.18 new_compare1(vwx3000, vwx31000, bb, bc) -> new_compare3(vwx3000, vwx31000, bb, bc) 16.70/6.18 new_ltEs2(Just(vwx3010), Just(vwx31010), app(app(ty_Either, bcg), bch)) -> new_ltEs(vwx3010, vwx31010, bcg, bch) 16.70/6.18 new_lt3(vwx300, vwx3100, bgc, bgd) -> new_compare23(vwx300, vwx3100, new_esEs7(vwx300, vwx3100, bgc, bgd), bgc, bgd) 16.70/6.18 new_compare20(vwx300, vwx3100, False, de, df) -> new_ltEs(vwx300, vwx3100, de, df) 16.70/6.18 new_lt(:(vwx3000, vwx3001), :(vwx31000, vwx31001), h) -> new_primCompAux0(vwx3001, vwx31001, new_compare(vwx3000, vwx31000, h), app(ty_[], h)) 16.70/6.18 new_ltEs3(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), app(app(app(ty_@3, bec), bed), bee), bdh) -> new_lt1(vwx3010, vwx31010, bec, bed, bee) 16.70/6.18 new_compare5(vwx3000, vwx31000, bh, ca) -> new_compare32(vwx3000, vwx31000, bh, ca) 16.70/6.18 new_ltEs2(Just(vwx3010), Just(vwx31010), app(ty_Maybe, bdd)) -> new_ltEs2(vwx3010, vwx31010, bdd) 16.70/6.18 new_ltEs2(Just(vwx3010), Just(vwx31010), app(ty_[], bcf)) -> new_ltEs0(vwx3010, vwx31010, bcf) 16.70/6.18 new_ltEs(Left(vwx3010), Left(vwx31010), app(ty_Maybe, ef), dh) -> new_ltEs2(vwx3010, vwx31010, ef) 16.70/6.18 16.70/6.18 The TRS R consists of the following rules: 16.70/6.18 16.70/6.18 new_ltEs6(EQ, EQ) -> True 16.70/6.18 new_esEs27(vwx3000, vwx31000, ty_Double) -> new_esEs15(vwx3000, vwx31000) 16.70/6.18 new_ltEs18(vwx3012, vwx31012, ty_Integer) -> new_ltEs17(vwx3012, vwx31012) 16.70/6.18 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 16.70/6.18 new_esEs20(vwx3000, vwx31000, ty_Integer) -> new_esEs19(vwx3000, vwx31000) 16.70/6.18 new_primCmpInt(Neg(Succ(vwx30000)), Pos(vwx31000)) -> LT 16.70/6.18 new_primPlusNat0(Zero, Zero) -> Zero 16.70/6.18 new_lt9(vwx3010, vwx31010, ty_@0) -> new_lt5(vwx3010, vwx31010) 16.70/6.18 new_primCompAux00(vwx130, vwx131, EQ, ty_Double) -> new_compare13(vwx130, vwx131) 16.70/6.18 new_pePe(True, vwx106) -> True 16.70/6.18 new_esEs23(vwx3000, vwx31000, app(ty_Maybe, ceb)) -> new_esEs6(vwx3000, vwx31000, ceb) 16.70/6.18 new_primCompAux00(vwx130, vwx131, EQ, ty_Bool) -> new_compare8(vwx130, vwx131) 16.70/6.18 new_compare111(vwx300, vwx3100, True, bcb, bcc, bcd) -> LT 16.70/6.18 new_primCompAux00(vwx130, vwx131, EQ, ty_Float) -> new_compare16(vwx130, vwx131) 16.70/6.18 new_esEs20(vwx3000, vwx31000, app(ty_[], ba)) -> new_esEs12(vwx3000, vwx31000, ba) 16.70/6.18 new_compare33(vwx300, vwx3100, de, df) -> new_compare27(vwx300, vwx3100, new_esEs4(vwx300, vwx3100, de, df), de, df) 16.70/6.18 new_ltEs6(GT, GT) -> True 16.70/6.18 new_ltEs10(Right(vwx3010), Right(vwx31010), fa, ty_Char) -> new_ltEs5(vwx3010, vwx31010) 16.70/6.18 new_lt10(vwx3011, vwx31011, ty_Ordering) -> new_lt18(vwx3011, vwx31011) 16.70/6.18 new_ltEs19(vwx3011, vwx31011, ty_Bool) -> new_ltEs7(vwx3011, vwx31011) 16.70/6.18 new_esEs4(Left(vwx3000), Right(vwx31000), de, df) -> False 16.70/6.18 new_esEs4(Right(vwx3000), Left(vwx31000), de, df) -> False 16.70/6.18 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 16.70/6.18 new_esEs12(:(vwx3000, vwx3001), [], h) -> False 16.70/6.18 new_esEs12([], :(vwx31000, vwx31001), h) -> False 16.70/6.18 new_primCmpInt(Pos(Zero), Neg(Succ(vwx310000))) -> GT 16.70/6.18 new_compare16(vwx301, vwx3101) -> new_primCmpFloat(vwx301, vwx3101) 16.70/6.18 new_lt9(vwx3010, vwx31010, ty_Double) -> new_lt4(vwx3010, vwx31010) 16.70/6.18 new_esEs24(vwx3001, vwx31001, ty_Int) -> new_esEs11(vwx3001, vwx31001) 16.70/6.18 new_esEs28(vwx3010, vwx31010, ty_Char) -> new_esEs18(vwx3010, vwx31010) 16.70/6.18 new_compare(vwx3000, vwx31000, ty_Integer) -> new_compare25(vwx3000, vwx31000) 16.70/6.18 new_primCmpInt(Neg(Succ(vwx30000)), Neg(vwx31000)) -> new_primCmpNat0(vwx31000, Succ(vwx30000)) 16.70/6.18 new_esEs22(vwx3001, vwx31001, app(app(ty_Either, cce), ccf)) -> new_esEs4(vwx3001, vwx31001, cce, ccf) 16.70/6.18 new_esEs9(vwx3011, vwx31011, app(app(ty_@2, bag), bah)) -> new_esEs7(vwx3011, vwx31011, bag, bah) 16.70/6.18 new_ltEs4(Nothing, Nothing, bgf) -> True 16.70/6.18 new_esEs26(vwx3001, vwx31001, app(app(ty_@2, cff), cfg)) -> new_esEs7(vwx3001, vwx31001, cff, cfg) 16.70/6.18 new_ltEs4(Just(vwx3010), Just(vwx31010), app(app(ty_Either, bcg), bch)) -> new_ltEs10(vwx3010, vwx31010, bcg, bch) 16.70/6.18 new_ltEs10(Right(vwx3010), Right(vwx31010), fa, ty_Bool) -> new_ltEs7(vwx3010, vwx31010) 16.70/6.18 new_ltEs4(Just(vwx3010), Nothing, bgf) -> False 16.70/6.18 new_primMulNat0(Succ(vwx300100), Succ(vwx3100000)) -> new_primPlusNat1(new_primMulNat0(vwx300100, Succ(vwx3100000)), vwx3100000) 16.70/6.18 new_esEs22(vwx3001, vwx31001, ty_Float) -> new_esEs17(vwx3001, vwx31001) 16.70/6.18 new_ltEs6(EQ, GT) -> True 16.70/6.18 new_ltEs13(vwx301, vwx3101) -> new_not(new_esEs8(new_compare13(vwx301, vwx3101), GT)) 16.70/6.18 new_ltEs15(vwx301, vwx3101) -> new_not(new_esEs8(new_compare16(vwx301, vwx3101), GT)) 16.70/6.18 new_lt10(vwx3011, vwx31011, app(app(app(ty_@3, bac), bad), bae)) -> new_lt14(vwx3011, vwx31011, bac, bad, bae) 16.70/6.18 new_compare113(vwx300, vwx3100, False) -> GT 16.70/6.18 new_compare7(:(vwx3010, vwx3011), :(vwx31010, vwx31011), dd) -> new_primCompAux1(vwx3010, vwx31010, vwx3011, vwx31011, dd) 16.70/6.18 new_lt12([], :(vwx31000, vwx31001), h) -> new_esEs8(LT, LT) 16.70/6.18 new_esEs9(vwx3011, vwx31011, ty_@0) -> new_esEs14(vwx3011, vwx31011) 16.70/6.18 new_esEs6(Just(vwx3000), Just(vwx31000), ty_Double) -> new_esEs15(vwx3000, vwx31000) 16.70/6.18 new_lt12(:(vwx3000, vwx3001), :(vwx31000, vwx31001), h) -> new_esEs8(new_primCompAux1(vwx3000, vwx31000, vwx3001, vwx31001, h), LT) 16.70/6.18 new_ltEs4(Just(vwx3010), Just(vwx31010), app(ty_Maybe, bdd)) -> new_ltEs4(vwx3010, vwx31010, bdd) 16.70/6.18 new_lt10(vwx3011, vwx31011, app(ty_Maybe, baf)) -> new_lt8(vwx3011, vwx31011, baf) 16.70/6.18 new_lt10(vwx3011, vwx31011, ty_Float) -> new_lt16(vwx3011, vwx31011) 16.70/6.18 new_compare26(vwx300, vwx3100, True) -> EQ 16.70/6.18 new_primEqInt(Pos(Succ(vwx30000)), Pos(Zero)) -> False 16.70/6.18 new_primEqInt(Pos(Zero), Pos(Succ(vwx310000))) -> False 16.70/6.18 new_esEs8(GT, GT) -> True 16.70/6.18 new_compare210(vwx300, vwx3100, True, bgc, bgd) -> EQ 16.70/6.18 new_ltEs19(vwx3011, vwx31011, ty_@0) -> new_ltEs12(vwx3011, vwx31011) 16.70/6.18 new_esEs20(vwx3000, vwx31000, app(app(app(ty_@3, bd), be), bf)) -> new_esEs5(vwx3000, vwx31000, bd, be, bf) 16.70/6.18 new_ltEs10(Right(vwx3010), Right(vwx31010), fa, ty_@0) -> new_ltEs12(vwx3010, vwx31010) 16.70/6.18 new_esEs8(EQ, EQ) -> True 16.70/6.18 new_lt20(vwx3010, vwx31010, app(app(ty_Either, bea), beb)) -> new_lt6(vwx3010, vwx31010, bea, beb) 16.70/6.18 new_primEqNat0(Succ(vwx30000), Succ(vwx310000)) -> new_primEqNat0(vwx30000, vwx310000) 16.70/6.18 new_ltEs10(Left(vwx3010), Left(vwx31010), ty_Ordering, dh) -> new_ltEs6(vwx3010, vwx31010) 16.70/6.18 new_ltEs19(vwx3011, vwx31011, ty_Char) -> new_ltEs5(vwx3011, vwx31011) 16.70/6.18 new_ltEs4(Just(vwx3010), Just(vwx31010), ty_Float) -> new_ltEs15(vwx3010, vwx31010) 16.70/6.18 new_not(True) -> False 16.70/6.18 new_lt20(vwx3010, vwx31010, ty_Float) -> new_lt16(vwx3010, vwx31010) 16.70/6.18 new_ltEs10(Left(vwx3010), Left(vwx31010), app(ty_Maybe, ef), dh) -> new_ltEs4(vwx3010, vwx31010, ef) 16.70/6.18 new_primCmpNat0(Zero, Zero) -> EQ 16.70/6.18 new_compare35(vwx300, vwx3100) -> new_compare26(vwx300, vwx3100, new_esEs8(vwx300, vwx3100)) 16.70/6.18 new_esEs4(Left(vwx3000), Left(vwx31000), ty_Char, df) -> new_esEs18(vwx3000, vwx31000) 16.70/6.18 new_compare26(vwx300, vwx3100, False) -> new_compare114(vwx300, vwx3100, new_ltEs6(vwx300, vwx3100)) 16.70/6.18 new_esEs5(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), bcb, bcc, bcd) -> new_asAs(new_esEs23(vwx3000, vwx31000, bcb), new_asAs(new_esEs22(vwx3001, vwx31001, bcc), new_esEs21(vwx3002, vwx31002, bcd))) 16.70/6.18 new_esEs23(vwx3000, vwx31000, ty_Char) -> new_esEs18(vwx3000, vwx31000) 16.70/6.18 new_esEs28(vwx3010, vwx31010, ty_Bool) -> new_esEs13(vwx3010, vwx31010) 16.70/6.18 new_ltEs6(LT, GT) -> True 16.70/6.18 new_esEs10(vwx3010, vwx31010, app(ty_Ratio, bhb)) -> new_esEs16(vwx3010, vwx31010, bhb) 16.70/6.18 new_esEs10(vwx3010, vwx31010, ty_Ordering) -> new_esEs8(vwx3010, vwx31010) 16.70/6.18 new_esEs21(vwx3002, vwx31002, ty_@0) -> new_esEs14(vwx3002, vwx31002) 16.70/6.18 new_primEqNat0(Succ(vwx30000), Zero) -> False 16.70/6.18 new_primEqNat0(Zero, Succ(vwx310000)) -> False 16.70/6.18 new_esEs18(Char(vwx3000), Char(vwx31000)) -> new_primEqNat0(vwx3000, vwx31000) 16.70/6.18 new_esEs14(@0, @0) -> True 16.70/6.18 new_primCompAux00(vwx130, vwx131, EQ, app(ty_[], cb)) -> new_compare7(vwx130, vwx131, cb) 16.70/6.18 new_esEs24(vwx3001, vwx31001, ty_Integer) -> new_esEs19(vwx3001, vwx31001) 16.70/6.18 new_esEs28(vwx3010, vwx31010, ty_Int) -> new_esEs11(vwx3010, vwx31010) 16.70/6.18 new_ltEs19(vwx3011, vwx31011, app(app(app(ty_@3, bfe), bff), bfg)) -> new_ltEs11(vwx3011, vwx31011, bfe, bff, bfg) 16.70/6.18 new_esEs22(vwx3001, vwx31001, ty_Double) -> new_esEs15(vwx3001, vwx31001) 16.70/6.18 new_esEs26(vwx3001, vwx31001, ty_Float) -> new_esEs17(vwx3001, vwx31001) 16.70/6.18 new_esEs22(vwx3001, vwx31001, app(app(ty_@2, cda), cdb)) -> new_esEs7(vwx3001, vwx31001, cda, cdb) 16.70/6.18 new_compare(vwx3000, vwx31000, ty_Bool) -> new_compare8(vwx3000, vwx31000) 16.70/6.18 new_esEs20(vwx3000, vwx31000, ty_Ordering) -> new_esEs8(vwx3000, vwx31000) 16.70/6.18 new_compare(vwx3000, vwx31000, ty_Char) -> new_compare17(vwx3000, vwx31000) 16.70/6.18 new_ltEs18(vwx3012, vwx31012, app(app(app(ty_@3, bbd), bbe), bbf)) -> new_ltEs11(vwx3012, vwx31012, bbd, bbe, bbf) 16.70/6.18 new_esEs23(vwx3000, vwx31000, ty_Int) -> new_esEs11(vwx3000, vwx31000) 16.70/6.18 new_ltEs18(vwx3012, vwx31012, ty_Ordering) -> new_ltEs6(vwx3012, vwx31012) 16.70/6.18 new_primCompAux00(vwx130, vwx131, EQ, ty_Int) -> new_compare6(vwx130, vwx131) 16.70/6.18 new_esEs4(Left(vwx3000), Left(vwx31000), ty_Int, df) -> new_esEs11(vwx3000, vwx31000) 16.70/6.18 new_ltEs18(vwx3012, vwx31012, ty_Char) -> new_ltEs5(vwx3012, vwx31012) 16.70/6.18 new_primCmpInt(Pos(Succ(vwx30000)), Neg(vwx31000)) -> GT 16.70/6.18 new_ltEs10(Right(vwx3010), Left(vwx31010), fa, dh) -> False 16.70/6.18 new_esEs20(vwx3000, vwx31000, app(ty_Ratio, bge)) -> new_esEs16(vwx3000, vwx31000, bge) 16.70/6.18 new_lt20(vwx3010, vwx31010, app(ty_Maybe, bef)) -> new_lt8(vwx3010, vwx31010, bef) 16.70/6.18 new_compare110(vwx300, vwx3100, True, de, df) -> LT 16.70/6.18 new_esEs10(vwx3010, vwx31010, app(ty_[], gd)) -> new_esEs12(vwx3010, vwx31010, gd) 16.70/6.18 new_primCompAux00(vwx130, vwx131, EQ, ty_Ordering) -> new_compare18(vwx130, vwx131) 16.70/6.18 new_primCompAux00(vwx130, vwx131, GT, bhe) -> GT 16.70/6.18 new_esEs26(vwx3001, vwx31001, ty_@0) -> new_esEs14(vwx3001, vwx31001) 16.70/6.18 new_primCmpNat0(Zero, Succ(vwx310000)) -> LT 16.70/6.18 new_lt20(vwx3010, vwx31010, app(app(app(ty_@3, bec), bed), bee)) -> new_lt14(vwx3010, vwx31010, bec, bed, bee) 16.70/6.18 new_ltEs10(Left(vwx3010), Left(vwx31010), ty_Double, dh) -> new_ltEs13(vwx3010, vwx31010) 16.70/6.18 new_compare7([], :(vwx31010, vwx31011), dd) -> LT 16.70/6.18 new_esEs4(Left(vwx3000), Left(vwx31000), ty_Bool, df) -> new_esEs13(vwx3000, vwx31000) 16.70/6.18 new_ltEs4(Just(vwx3010), Just(vwx31010), ty_Double) -> new_ltEs13(vwx3010, vwx31010) 16.70/6.18 new_ltEs10(Left(vwx3010), Left(vwx31010), ty_Int, dh) -> new_ltEs8(vwx3010, vwx31010) 16.70/6.18 new_ltEs4(Just(vwx3010), Just(vwx31010), ty_Int) -> new_ltEs8(vwx3010, vwx31010) 16.70/6.18 new_esEs4(Right(vwx3000), Right(vwx31000), de, ty_Integer) -> new_esEs19(vwx3000, vwx31000) 16.70/6.18 new_compare(vwx3000, vwx31000, ty_Int) -> new_compare6(vwx3000, vwx31000) 16.70/6.18 new_esEs6(Just(vwx3000), Just(vwx31000), ty_Int) -> new_esEs11(vwx3000, vwx31000) 16.70/6.18 new_lt20(vwx3010, vwx31010, app(app(ty_@2, beg), beh)) -> new_lt19(vwx3010, vwx31010, beg, beh) 16.70/6.18 new_esEs21(vwx3002, vwx31002, app(app(app(ty_@3, cca), ccb), ccc)) -> new_esEs5(vwx3002, vwx31002, cca, ccb, ccc) 16.70/6.18 new_primCmpNat0(Succ(vwx30000), Zero) -> GT 16.70/6.18 new_esEs27(vwx3000, vwx31000, app(app(ty_@2, cgh), cha)) -> new_esEs7(vwx3000, vwx31000, cgh, cha) 16.70/6.18 new_esEs9(vwx3011, vwx31011, app(ty_[], hh)) -> new_esEs12(vwx3011, vwx31011, hh) 16.70/6.18 new_lt9(vwx3010, vwx31010, ty_Ordering) -> new_lt18(vwx3010, vwx31010) 16.70/6.18 new_pePe(False, vwx106) -> vwx106 16.70/6.18 new_esEs27(vwx3000, vwx31000, ty_@0) -> new_esEs14(vwx3000, vwx31000) 16.70/6.18 new_esEs9(vwx3011, vwx31011, ty_Integer) -> new_esEs19(vwx3011, vwx31011) 16.70/6.18 new_lt15(:%(vwx3000, vwx3001), :%(vwx31000, vwx31001), ceh) -> new_esEs8(new_compare38(vwx3000, vwx31001, vwx31000, vwx3001, ceh), LT) 16.70/6.18 new_esEs23(vwx3000, vwx31000, ty_Bool) -> new_esEs13(vwx3000, vwx31000) 16.70/6.18 new_esEs4(Left(vwx3000), Left(vwx31000), ty_Ordering, df) -> new_esEs8(vwx3000, vwx31000) 16.70/6.18 new_lt10(vwx3011, vwx31011, app(ty_[], hh)) -> new_lt12(vwx3011, vwx31011, hh) 16.70/6.18 new_esEs23(vwx3000, vwx31000, ty_Float) -> new_esEs17(vwx3000, vwx31000) 16.70/6.18 new_esEs4(Left(vwx3000), Left(vwx31000), ty_Float, df) -> new_esEs17(vwx3000, vwx31000) 16.70/6.18 new_compare112(vwx300, vwx3100, True, bgc, bgd) -> LT 16.70/6.18 new_esEs21(vwx3002, vwx31002, app(app(ty_Either, cbc), cbd)) -> new_esEs4(vwx3002, vwx31002, cbc, cbd) 16.70/6.18 new_compare8(vwx3000, vwx31000) -> new_compare39(vwx3000, vwx31000) 16.70/6.18 new_ltEs6(LT, LT) -> True 16.70/6.18 new_ltEs19(vwx3011, vwx31011, ty_Integer) -> new_ltEs17(vwx3011, vwx31011) 16.70/6.18 new_ltEs16(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), bfa, bdh) -> new_pePe(new_lt20(vwx3010, vwx31010, bfa), new_asAs(new_esEs28(vwx3010, vwx31010, bfa), new_ltEs19(vwx3011, vwx31011, bdh))) 16.70/6.18 new_esEs21(vwx3002, vwx31002, app(ty_Ratio, cbe)) -> new_esEs16(vwx3002, vwx31002, cbe) 16.70/6.18 new_compare10(vwx300, vwx3100, False, bce) -> GT 16.70/6.18 new_ltEs10(Right(vwx3010), Right(vwx31010), fa, ty_Float) -> new_ltEs15(vwx3010, vwx31010) 16.70/6.18 new_esEs8(LT, EQ) -> False 16.70/6.18 new_esEs8(EQ, LT) -> False 16.70/6.18 new_esEs22(vwx3001, vwx31001, app(ty_Maybe, cch)) -> new_esEs6(vwx3001, vwx31001, cch) 16.70/6.18 new_esEs10(vwx3010, vwx31010, ty_Char) -> new_esEs18(vwx3010, vwx31010) 16.70/6.18 new_primEqInt(Pos(Zero), Neg(Succ(vwx310000))) -> False 16.70/6.18 new_primEqInt(Neg(Zero), Pos(Succ(vwx310000))) -> False 16.70/6.18 new_ltEs18(vwx3012, vwx31012, app(ty_[], bba)) -> new_ltEs9(vwx3012, vwx31012, bba) 16.70/6.18 new_compare24(vwx300, vwx3100, True, bce) -> EQ 16.70/6.18 new_esEs21(vwx3002, vwx31002, ty_Ordering) -> new_esEs8(vwx3002, vwx31002) 16.70/6.18 new_lt4(vwx300, vwx3100) -> new_esEs8(new_primCmpDouble(vwx300, vwx3100), LT) 16.70/6.18 new_compare114(vwx300, vwx3100, True) -> LT 16.70/6.18 new_ltEs18(vwx3012, vwx31012, ty_Bool) -> new_ltEs7(vwx3012, vwx31012) 16.70/6.18 new_compare(vwx3000, vwx31000, app(app(ty_Either, bb), bc)) -> new_compare9(vwx3000, vwx31000, bb, bc) 16.70/6.18 new_primCmpFloat(Float(vwx3000, Neg(vwx30010)), Float(vwx31000, Neg(vwx310010))) -> new_compare6(new_sr(vwx3000, Neg(vwx310010)), new_sr(Neg(vwx30010), vwx31000)) 16.70/6.18 new_esEs9(vwx3011, vwx31011, app(ty_Ratio, bhc)) -> new_esEs16(vwx3011, vwx31011, bhc) 16.70/6.18 new_primEqInt(Neg(Succ(vwx30000)), Neg(Succ(vwx310000))) -> new_primEqNat0(vwx30000, vwx310000) 16.70/6.18 new_esEs21(vwx3002, vwx31002, ty_Float) -> new_esEs17(vwx3002, vwx31002) 16.70/6.18 new_primCmpInt(Neg(Zero), Pos(Succ(vwx310000))) -> LT 16.70/6.18 new_esEs17(Float(vwx3000, vwx3001), Float(vwx31000, vwx31001)) -> new_esEs11(new_sr(vwx3000, vwx31001), new_sr(vwx3001, vwx31000)) 16.70/6.18 new_ltEs10(Right(vwx3010), Right(vwx31010), fa, app(app(ty_Either, fc), fd)) -> new_ltEs10(vwx3010, vwx31010, fc, fd) 16.70/6.18 new_primMulInt(Pos(vwx30010), Pos(vwx310000)) -> Pos(new_primMulNat0(vwx30010, vwx310000)) 16.70/6.18 new_esEs10(vwx3010, vwx31010, ty_Int) -> new_esEs11(vwx3010, vwx31010) 16.70/6.18 new_esEs23(vwx3000, vwx31000, app(app(ty_Either, cdg), cdh)) -> new_esEs4(vwx3000, vwx31000, cdg, cdh) 16.70/6.18 new_esEs6(Just(vwx3000), Just(vwx31000), app(app(ty_Either, caa), cab)) -> new_esEs4(vwx3000, vwx31000, caa, cab) 16.70/6.18 new_esEs28(vwx3010, vwx31010, ty_Double) -> new_esEs15(vwx3010, vwx31010) 16.70/6.18 new_esEs4(Right(vwx3000), Right(vwx31000), de, ty_Char) -> new_esEs18(vwx3000, vwx31000) 16.70/6.18 new_ltEs10(Right(vwx3010), Right(vwx31010), fa, ty_Integer) -> new_ltEs17(vwx3010, vwx31010) 16.70/6.18 new_compare10(vwx300, vwx3100, True, bce) -> LT 16.70/6.18 new_ltEs10(Right(vwx3010), Right(vwx31010), fa, app(ty_Maybe, ga)) -> new_ltEs4(vwx3010, vwx31010, ga) 16.70/6.18 new_esEs9(vwx3011, vwx31011, ty_Ordering) -> new_esEs8(vwx3011, vwx31011) 16.70/6.18 new_primMulNat0(Succ(vwx300100), Zero) -> Zero 16.70/6.18 new_primMulNat0(Zero, Succ(vwx3100000)) -> Zero 16.70/6.18 new_esEs10(vwx3010, vwx31010, ty_Float) -> new_esEs17(vwx3010, vwx31010) 16.70/6.18 new_esEs23(vwx3000, vwx31000, app(ty_[], cdf)) -> new_esEs12(vwx3000, vwx31000, cdf) 16.70/6.18 new_esEs16(:%(vwx3000, vwx3001), :%(vwx31000, vwx31001), ceh) -> new_asAs(new_esEs25(vwx3000, vwx31000, ceh), new_esEs24(vwx3001, vwx31001, ceh)) 16.70/6.18 new_ltEs6(LT, EQ) -> True 16.70/6.18 new_esEs6(Just(vwx3000), Just(vwx31000), app(app(app(ty_@3, cag), cah), cba)) -> new_esEs5(vwx3000, vwx31000, cag, cah, cba) 16.70/6.18 new_primCmpDouble(Double(vwx3000, Pos(vwx30010)), Double(vwx31000, Neg(vwx310010))) -> new_compare6(new_sr(vwx3000, Pos(vwx310010)), new_sr(Neg(vwx30010), vwx31000)) 16.70/6.18 new_primCmpDouble(Double(vwx3000, Neg(vwx30010)), Double(vwx31000, Pos(vwx310010))) -> new_compare6(new_sr(vwx3000, Neg(vwx310010)), new_sr(Pos(vwx30010), vwx31000)) 16.70/6.18 new_esEs26(vwx3001, vwx31001, app(ty_[], cfa)) -> new_esEs12(vwx3001, vwx31001, cfa) 16.70/6.18 new_lt9(vwx3010, vwx31010, app(app(app(ty_@3, ha), hb), hc)) -> new_lt14(vwx3010, vwx31010, ha, hb, hc) 16.70/6.18 new_esEs23(vwx3000, vwx31000, app(app(app(ty_@3, cee), cef), ceg)) -> new_esEs5(vwx3000, vwx31000, cee, cef, ceg) 16.70/6.18 new_lt20(vwx3010, vwx31010, ty_Bool) -> new_lt13(vwx3010, vwx31010) 16.70/6.18 new_primPlusNat1(Succ(vwx1400), vwx3100000) -> Succ(Succ(new_primPlusNat0(vwx1400, vwx3100000))) 16.70/6.18 new_primCmpChar(Char(vwx3000), Char(vwx31000)) -> new_primCmpNat0(vwx3000, vwx31000) 16.70/6.18 new_primCompAux00(vwx130, vwx131, EQ, app(ty_Ratio, bhf)) -> new_compare14(vwx130, vwx131, bhf) 16.70/6.18 new_esEs4(Right(vwx3000), Right(vwx31000), de, app(ty_Ratio, dbb)) -> new_esEs16(vwx3000, vwx31000, dbb) 16.70/6.18 new_primCompAux00(vwx130, vwx131, EQ, app(app(ty_Either, cc), cd)) -> new_compare9(vwx130, vwx131, cc, cd) 16.70/6.18 new_primPlusNat0(Succ(vwx14000), Zero) -> Succ(vwx14000) 16.70/6.18 new_primPlusNat0(Zero, Succ(vwx31000000)) -> Succ(vwx31000000) 16.70/6.18 new_esEs20(vwx3000, vwx31000, ty_Int) -> new_esEs11(vwx3000, vwx31000) 16.70/6.18 new_esEs10(vwx3010, vwx31010, app(app(ty_Either, gg), gh)) -> new_esEs4(vwx3010, vwx31010, gg, gh) 16.70/6.18 new_primPlusNat1(Zero, vwx3100000) -> Succ(vwx3100000) 16.70/6.18 new_esEs12(:(vwx3000, vwx3001), :(vwx31000, vwx31001), h) -> new_asAs(new_esEs20(vwx3000, vwx31000, h), new_esEs12(vwx3001, vwx31001, h)) 16.70/6.18 new_esEs8(LT, LT) -> True 16.70/6.18 new_lt7(Integer(vwx3000), Integer(vwx31000)) -> new_esEs8(new_primCmpInt(vwx3000, vwx31000), LT) 16.70/6.18 new_ltEs7(False, True) -> True 16.70/6.18 new_esEs26(vwx3001, vwx31001, ty_Bool) -> new_esEs13(vwx3001, vwx31001) 16.70/6.18 new_esEs9(vwx3011, vwx31011, ty_Float) -> new_esEs17(vwx3011, vwx31011) 16.70/6.18 new_lt9(vwx3010, vwx31010, ty_Char) -> new_lt17(vwx3010, vwx31010) 16.70/6.18 new_esEs21(vwx3002, vwx31002, ty_Int) -> new_esEs11(vwx3002, vwx31002) 16.70/6.18 new_compare17(vwx301, vwx3101) -> new_primCmpChar(vwx301, vwx3101) 16.70/6.18 new_esEs4(Right(vwx3000), Right(vwx31000), de, ty_Double) -> new_esEs15(vwx3000, vwx31000) 16.70/6.18 new_compare(vwx3000, vwx31000, app(app(ty_@2, bh), ca)) -> new_compare19(vwx3000, vwx31000, bh, ca) 16.70/6.18 new_esEs4(Right(vwx3000), Right(vwx31000), de, app(app(app(ty_@3, dbf), dbg), dbh)) -> new_esEs5(vwx3000, vwx31000, dbf, dbg, dbh) 16.70/6.18 new_esEs13(True, True) -> True 16.70/6.18 new_ltEs8(vwx301, vwx3101) -> new_not(new_esEs8(new_compare6(vwx301, vwx3101), GT)) 16.70/6.18 new_compare15(vwx3000, vwx31000, bg) -> new_compare36(vwx3000, vwx31000, bg) 16.70/6.18 new_esEs9(vwx3011, vwx31011, app(ty_Maybe, baf)) -> new_esEs6(vwx3011, vwx31011, baf) 16.70/6.18 new_esEs10(vwx3010, vwx31010, ty_Integer) -> new_esEs19(vwx3010, vwx31010) 16.70/6.18 new_ltEs7(True, False) -> False 16.70/6.18 new_lt17(vwx300, vwx3100) -> new_esEs8(new_primCmpChar(vwx300, vwx3100), LT) 16.70/6.18 new_compare(vwx3000, vwx31000, app(ty_Ratio, bge)) -> new_compare14(vwx3000, vwx31000, bge) 16.70/6.18 new_esEs20(vwx3000, vwx31000, ty_Char) -> new_esEs18(vwx3000, vwx31000) 16.70/6.18 new_esEs6(Just(vwx3000), Just(vwx31000), ty_Ordering) -> new_esEs8(vwx3000, vwx31000) 16.70/6.18 new_lt10(vwx3011, vwx31011, ty_Bool) -> new_lt13(vwx3011, vwx31011) 16.70/6.18 new_compare28(vwx300, vwx3100, False, bcb, bcc, bcd) -> new_compare111(vwx300, vwx3100, new_ltEs11(vwx300, vwx3100, bcb, bcc, bcd), bcb, bcc, bcd) 16.70/6.18 new_compare34(vwx300, vwx3100, bcb, bcc, bcd) -> new_compare28(vwx300, vwx3100, new_esEs5(vwx300, vwx3100, bcb, bcc, bcd), bcb, bcc, bcd) 16.70/6.18 new_esEs9(vwx3011, vwx31011, app(app(ty_Either, baa), bab)) -> new_esEs4(vwx3011, vwx31011, baa, bab) 16.70/6.18 new_compare7(:(vwx3010, vwx3011), [], dd) -> GT 16.70/6.18 new_esEs6(Just(vwx3000), Just(vwx31000), ty_Float) -> new_esEs17(vwx3000, vwx31000) 16.70/6.18 new_ltEs18(vwx3012, vwx31012, ty_@0) -> new_ltEs12(vwx3012, vwx31012) 16.70/6.18 new_ltEs9(vwx301, vwx3101, dd) -> new_not(new_esEs8(new_compare7(vwx301, vwx3101, dd), GT)) 16.70/6.18 new_primMulInt(Neg(vwx30010), Neg(vwx310000)) -> Pos(new_primMulNat0(vwx30010, vwx310000)) 16.70/6.18 new_ltEs7(False, False) -> True 16.70/6.18 new_primCmpInt(Pos(Zero), Pos(Succ(vwx310000))) -> new_primCmpNat0(Zero, Succ(vwx310000)) 16.70/6.18 new_primCompAux00(vwx130, vwx131, EQ, ty_Integer) -> new_compare25(vwx130, vwx131) 16.70/6.18 new_esEs6(Just(vwx3000), Just(vwx31000), app(ty_Ratio, cac)) -> new_esEs16(vwx3000, vwx31000, cac) 16.70/6.18 new_esEs9(vwx3011, vwx31011, app(app(app(ty_@3, bac), bad), bae)) -> new_esEs5(vwx3011, vwx31011, bac, bad, bae) 16.70/6.18 new_esEs4(Right(vwx3000), Right(vwx31000), de, ty_@0) -> new_esEs14(vwx3000, vwx31000) 16.70/6.18 new_compare38(Integer(vwx30000), Integer(vwx310010), vwx31000, vwx3001, ty_Integer) -> new_compare25(Integer(new_primMulInt(vwx30000, vwx310010)), new_sr0(vwx31000, vwx3001)) 16.70/6.18 new_esEs19(Integer(vwx3000), Integer(vwx31000)) -> new_primEqInt(vwx3000, vwx31000) 16.70/6.18 new_lt20(vwx3010, vwx31010, app(ty_[], bdg)) -> new_lt12(vwx3010, vwx31010, bdg) 16.70/6.18 new_ltEs4(Just(vwx3010), Just(vwx31010), app(app(ty_@2, bde), bdf)) -> new_ltEs16(vwx3010, vwx31010, bde, bdf) 16.70/6.18 new_esEs6(Just(vwx3000), Just(vwx31000), app(ty_Maybe, cad)) -> new_esEs6(vwx3000, vwx31000, cad) 16.70/6.18 new_esEs6(Nothing, Just(vwx31000), bce) -> False 16.70/6.18 new_esEs6(Just(vwx3000), Nothing, bce) -> False 16.70/6.18 new_esEs23(vwx3000, vwx31000, app(ty_Ratio, cea)) -> new_esEs16(vwx3000, vwx31000, cea) 16.70/6.18 new_compare39(vwx300, vwx3100) -> new_compare29(vwx300, vwx3100, new_esEs13(vwx300, vwx3100)) 16.70/6.18 new_esEs4(Right(vwx3000), Right(vwx31000), de, app(ty_Maybe, dbc)) -> new_esEs6(vwx3000, vwx31000, dbc) 16.70/6.18 new_esEs6(Nothing, Nothing, bce) -> True 16.70/6.18 new_esEs21(vwx3002, vwx31002, ty_Integer) -> new_esEs19(vwx3002, vwx31002) 16.70/6.18 new_ltEs19(vwx3011, vwx31011, ty_Double) -> new_ltEs13(vwx3011, vwx31011) 16.70/6.18 new_compare114(vwx300, vwx3100, False) -> GT 16.70/6.18 new_compare(vwx3000, vwx31000, ty_Float) -> new_compare16(vwx3000, vwx31000) 16.70/6.18 new_esEs10(vwx3010, vwx31010, app(app(app(ty_@3, ha), hb), hc)) -> new_esEs5(vwx3010, vwx31010, ha, hb, hc) 16.70/6.18 new_esEs23(vwx3000, vwx31000, ty_Ordering) -> new_esEs8(vwx3000, vwx31000) 16.70/6.18 new_ltEs10(Left(vwx3010), Left(vwx31010), ty_Bool, dh) -> new_ltEs7(vwx3010, vwx31010) 16.70/6.18 new_compare6(vwx301, vwx3101) -> new_primCmpInt(vwx301, vwx3101) 16.70/6.18 new_ltEs17(vwx301, vwx3101) -> new_not(new_esEs8(new_compare25(vwx301, vwx3101), GT)) 16.70/6.18 new_esEs22(vwx3001, vwx31001, app(ty_Ratio, ccg)) -> new_esEs16(vwx3001, vwx31001, ccg) 16.70/6.18 new_lt5(@0, @0) -> new_esEs8(EQ, LT) 16.70/6.18 new_compare37(vwx300, vwx3100, bgc, bgd) -> new_compare210(vwx300, vwx3100, new_esEs7(vwx300, vwx3100, bgc, bgd), bgc, bgd) 16.70/6.18 new_compare12(@0, @0) -> EQ 16.70/6.18 new_lt9(vwx3010, vwx31010, app(ty_[], gd)) -> new_lt12(vwx3010, vwx31010, gd) 16.70/6.18 new_lt20(vwx3010, vwx31010, ty_Char) -> new_lt17(vwx3010, vwx31010) 16.70/6.18 new_ltEs4(Just(vwx3010), Just(vwx31010), ty_Integer) -> new_ltEs17(vwx3010, vwx31010) 16.70/6.18 new_primMulInt(Pos(vwx30010), Neg(vwx310000)) -> Neg(new_primMulNat0(vwx30010, vwx310000)) 16.70/6.18 new_primMulInt(Neg(vwx30010), Pos(vwx310000)) -> Neg(new_primMulNat0(vwx30010, vwx310000)) 16.70/6.18 new_esEs22(vwx3001, vwx31001, ty_Bool) -> new_esEs13(vwx3001, vwx31001) 16.70/6.18 new_esEs22(vwx3001, vwx31001, ty_Ordering) -> new_esEs8(vwx3001, vwx31001) 16.70/6.18 new_ltEs19(vwx3011, vwx31011, app(ty_[], bfb)) -> new_ltEs9(vwx3011, vwx31011, bfb) 16.70/6.18 new_ltEs5(vwx301, vwx3101) -> new_not(new_esEs8(new_compare17(vwx301, vwx3101), GT)) 16.70/6.18 new_primCompAux00(vwx130, vwx131, EQ, app(app(app(ty_@3, ce), cf), cg)) -> new_compare11(vwx130, vwx131, ce, cf, cg) 16.70/6.18 new_ltEs10(Left(vwx3010), Left(vwx31010), app(app(ty_Either, ea), eb), dh) -> new_ltEs10(vwx3010, vwx31010, ea, eb) 16.70/6.18 new_ltEs6(GT, EQ) -> False 16.70/6.18 new_esEs22(vwx3001, vwx31001, app(app(app(ty_@3, cdc), cdd), cde)) -> new_esEs5(vwx3001, vwx31001, cdc, cdd, cde) 16.70/6.18 new_ltEs11(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hg, ge, gf) -> new_pePe(new_lt9(vwx3010, vwx31010, hg), new_asAs(new_esEs10(vwx3010, vwx31010, hg), new_pePe(new_lt10(vwx3011, vwx31011, ge), new_asAs(new_esEs9(vwx3011, vwx31011, ge), new_ltEs18(vwx3012, vwx31012, gf))))) 16.70/6.18 new_ltEs10(Left(vwx3010), Left(vwx31010), app(ty_Ratio, bgh), dh) -> new_ltEs14(vwx3010, vwx31010, bgh) 16.70/6.18 new_esEs4(Right(vwx3000), Right(vwx31000), de, app(app(ty_@2, dbd), dbe)) -> new_esEs7(vwx3000, vwx31000, dbd, dbe) 16.70/6.18 new_compare111(vwx300, vwx3100, False, bcb, bcc, bcd) -> GT 16.70/6.18 new_ltEs12(vwx301, vwx3101) -> new_not(new_esEs8(new_compare12(vwx301, vwx3101), GT)) 16.70/6.18 new_sr0(Integer(vwx310000), Integer(vwx30010)) -> Integer(new_primMulInt(vwx310000, vwx30010)) 16.70/6.18 new_esEs28(vwx3010, vwx31010, ty_@0) -> new_esEs14(vwx3010, vwx31010) 16.70/6.18 new_ltEs4(Just(vwx3010), Just(vwx31010), app(ty_Ratio, bgg)) -> new_ltEs14(vwx3010, vwx31010, bgg) 16.70/6.18 new_esEs13(False, False) -> True 16.70/6.19 new_lt19(vwx300, vwx3100, bgc, bgd) -> new_esEs8(new_compare37(vwx300, vwx3100, bgc, bgd), LT) 16.70/6.19 new_esEs20(vwx3000, vwx31000, ty_Double) -> new_esEs15(vwx3000, vwx31000) 16.70/6.19 new_esEs15(Double(vwx3000, vwx3001), Double(vwx31000, vwx31001)) -> new_esEs11(new_sr(vwx3000, vwx31001), new_sr(vwx3001, vwx31000)) 16.70/6.19 new_ltEs10(Left(vwx3010), Right(vwx31010), fa, dh) -> True 16.70/6.19 new_primCompAux1(vwx3000, vwx31000, vwx3001, vwx31001, h) -> new_primCompAux00(vwx3001, vwx31001, new_compare(vwx3000, vwx31000, h), app(ty_[], h)) 16.70/6.19 new_ltEs18(vwx3012, vwx31012, ty_Double) -> new_ltEs13(vwx3012, vwx31012) 16.70/6.19 new_esEs22(vwx3001, vwx31001, ty_Integer) -> new_esEs19(vwx3001, vwx31001) 16.70/6.19 new_ltEs18(vwx3012, vwx31012, ty_Int) -> new_ltEs8(vwx3012, vwx31012) 16.70/6.19 new_ltEs10(Left(vwx3010), Left(vwx31010), ty_@0, dh) -> new_ltEs12(vwx3010, vwx31010) 16.70/6.19 new_asAs(True, vwx125) -> vwx125 16.70/6.19 new_primCompAux00(vwx130, vwx131, EQ, app(ty_Maybe, da)) -> new_compare15(vwx130, vwx131, da) 16.70/6.19 new_lt13(vwx300, vwx3100) -> new_esEs8(new_compare39(vwx300, vwx3100), LT) 16.70/6.19 new_esEs21(vwx3002, vwx31002, app(ty_Maybe, cbf)) -> new_esEs6(vwx3002, vwx31002, cbf) 16.70/6.19 new_esEs7(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), bgc, bgd) -> new_asAs(new_esEs27(vwx3000, vwx31000, bgc), new_esEs26(vwx3001, vwx31001, bgd)) 16.70/6.19 new_ltEs10(Left(vwx3010), Left(vwx31010), ty_Char, dh) -> new_ltEs5(vwx3010, vwx31010) 16.70/6.19 new_esEs27(vwx3000, vwx31000, ty_Integer) -> new_esEs19(vwx3000, vwx31000) 16.70/6.19 new_lt16(vwx300, vwx3100) -> new_esEs8(new_primCmpFloat(vwx300, vwx3100), LT) 16.70/6.19 new_compare113(vwx300, vwx3100, True) -> LT 16.70/6.19 new_esEs10(vwx3010, vwx31010, app(ty_Maybe, hd)) -> new_esEs6(vwx3010, vwx31010, hd) 16.70/6.19 new_esEs21(vwx3002, vwx31002, ty_Char) -> new_esEs18(vwx3002, vwx31002) 16.70/6.19 new_ltEs4(Nothing, Just(vwx31010), bgf) -> True 16.70/6.19 new_lt10(vwx3011, vwx31011, ty_Char) -> new_lt17(vwx3011, vwx31011) 16.70/6.19 new_esEs4(Left(vwx3000), Left(vwx31000), app(app(ty_Either, chf), chg), df) -> new_esEs4(vwx3000, vwx31000, chf, chg) 16.70/6.19 new_ltEs18(vwx3012, vwx31012, app(ty_Maybe, bbg)) -> new_ltEs4(vwx3012, vwx31012, bbg) 16.70/6.19 new_esEs26(vwx3001, vwx31001, ty_Char) -> new_esEs18(vwx3001, vwx31001) 16.70/6.19 new_compare38(vwx3000, vwx31001, vwx31000, vwx3001, ty_Int) -> new_primCmpInt(new_sr(vwx3000, vwx31001), new_sr(vwx31000, vwx3001)) 16.70/6.19 new_lt18(vwx300, vwx3100) -> new_esEs8(new_compare35(vwx300, vwx3100), LT) 16.70/6.19 new_compare11(vwx3000, vwx31000, bd, be, bf) -> new_compare34(vwx3000, vwx31000, bd, be, bf) 16.70/6.19 new_primCompAux00(vwx130, vwx131, EQ, app(app(ty_@2, db), dc)) -> new_compare19(vwx130, vwx131, db, dc) 16.70/6.19 new_esEs22(vwx3001, vwx31001, ty_Int) -> new_esEs11(vwx3001, vwx31001) 16.70/6.19 new_ltEs19(vwx3011, vwx31011, ty_Ordering) -> new_ltEs6(vwx3011, vwx31011) 16.70/6.19 new_primCmpInt(Pos(Succ(vwx30000)), Pos(vwx31000)) -> new_primCmpNat0(Succ(vwx30000), vwx31000) 16.70/6.19 new_esEs9(vwx3011, vwx31011, ty_Int) -> new_esEs11(vwx3011, vwx31011) 16.70/6.19 new_ltEs10(Right(vwx3010), Right(vwx31010), fa, app(app(app(ty_@3, ff), fg), fh)) -> new_ltEs11(vwx3010, vwx31010, ff, fg, fh) 16.70/6.19 new_esEs20(vwx3000, vwx31000, app(app(ty_Either, bb), bc)) -> new_esEs4(vwx3000, vwx31000, bb, bc) 16.70/6.19 new_sr(vwx3001, vwx31000) -> new_primMulInt(vwx3001, vwx31000) 16.70/6.19 new_esEs27(vwx3000, vwx31000, ty_Bool) -> new_esEs13(vwx3000, vwx31000) 16.70/6.19 new_primMulNat0(Zero, Zero) -> Zero 16.70/6.19 new_esEs27(vwx3000, vwx31000, app(ty_Ratio, cgf)) -> new_esEs16(vwx3000, vwx31000, cgf) 16.70/6.19 new_esEs27(vwx3000, vwx31000, ty_Ordering) -> new_esEs8(vwx3000, vwx31000) 16.70/6.19 new_lt9(vwx3010, vwx31010, app(app(ty_Either, gg), gh)) -> new_lt6(vwx3010, vwx31010, gg, gh) 16.70/6.19 new_lt12([], [], h) -> new_esEs8(EQ, LT) 16.70/6.19 new_primCompAux00(vwx130, vwx131, EQ, ty_Char) -> new_compare17(vwx130, vwx131) 16.70/6.19 new_esEs23(vwx3000, vwx31000, app(app(ty_@2, cec), ced)) -> new_esEs7(vwx3000, vwx31000, cec, ced) 16.70/6.19 new_ltEs6(EQ, LT) -> False 16.70/6.19 new_esEs6(Just(vwx3000), Just(vwx31000), app(ty_[], bhh)) -> new_esEs12(vwx3000, vwx31000, bhh) 16.70/6.19 new_compare28(vwx300, vwx3100, True, bcb, bcc, bcd) -> EQ 16.70/6.19 new_ltEs10(Right(vwx3010), Right(vwx31010), fa, ty_Ordering) -> new_ltEs6(vwx3010, vwx31010) 16.70/6.19 new_lt12(:(vwx3000, vwx3001), [], h) -> new_esEs8(GT, LT) 16.70/6.19 new_esEs23(vwx3000, vwx31000, ty_Integer) -> new_esEs19(vwx3000, vwx31000) 16.70/6.19 new_ltEs10(Right(vwx3010), Right(vwx31010), fa, ty_Int) -> new_ltEs8(vwx3010, vwx31010) 16.70/6.19 new_esEs4(Left(vwx3000), Left(vwx31000), app(ty_[], che), df) -> new_esEs12(vwx3000, vwx31000, che) 16.70/6.19 new_lt20(vwx3010, vwx31010, app(ty_Ratio, dca)) -> new_lt15(vwx3010, vwx31010, dca) 16.70/6.19 new_compare13(vwx301, vwx3101) -> new_primCmpDouble(vwx301, vwx3101) 16.70/6.19 new_ltEs10(Right(vwx3010), Right(vwx31010), fa, ty_Double) -> new_ltEs13(vwx3010, vwx31010) 16.70/6.19 new_esEs6(Just(vwx3000), Just(vwx31000), ty_Integer) -> new_esEs19(vwx3000, vwx31000) 16.70/6.19 new_esEs26(vwx3001, vwx31001, app(ty_Maybe, cfe)) -> new_esEs6(vwx3001, vwx31001, cfe) 16.70/6.19 new_primCmpFloat(Float(vwx3000, Pos(vwx30010)), Float(vwx31000, Pos(vwx310010))) -> new_compare6(new_sr(vwx3000, Pos(vwx310010)), new_sr(Pos(vwx30010), vwx31000)) 16.70/6.19 new_esEs4(Right(vwx3000), Right(vwx31000), de, app(app(ty_Either, dah), dba)) -> new_esEs4(vwx3000, vwx31000, dah, dba) 16.70/6.19 new_ltEs10(Right(vwx3010), Right(vwx31010), fa, app(ty_[], fb)) -> new_ltEs9(vwx3010, vwx31010, fb) 16.70/6.19 new_lt20(vwx3010, vwx31010, ty_Integer) -> new_lt7(vwx3010, vwx31010) 16.70/6.19 new_compare19(vwx3000, vwx31000, bh, ca) -> new_compare37(vwx3000, vwx31000, bh, ca) 16.70/6.19 new_esEs4(Right(vwx3000), Right(vwx31000), de, app(ty_[], dag)) -> new_esEs12(vwx3000, vwx31000, dag) 16.70/6.19 new_ltEs19(vwx3011, vwx31011, app(app(ty_@2, bga), bgb)) -> new_ltEs16(vwx3011, vwx31011, bga, bgb) 16.70/6.19 new_lt10(vwx3011, vwx31011, app(ty_Ratio, bhc)) -> new_lt15(vwx3011, vwx31011, bhc) 16.70/6.19 new_esEs6(Just(vwx3000), Just(vwx31000), app(app(ty_@2, cae), caf)) -> new_esEs7(vwx3000, vwx31000, cae, caf) 16.70/6.19 new_esEs22(vwx3001, vwx31001, app(ty_[], ccd)) -> new_esEs12(vwx3001, vwx31001, ccd) 16.70/6.19 new_esEs4(Left(vwx3000), Left(vwx31000), ty_Integer, df) -> new_esEs19(vwx3000, vwx31000) 16.70/6.19 new_ltEs10(Right(vwx3010), Right(vwx31010), fa, app(ty_Ratio, bha)) -> new_ltEs14(vwx3010, vwx31010, bha) 16.70/6.19 new_lt10(vwx3011, vwx31011, app(app(ty_@2, bag), bah)) -> new_lt19(vwx3011, vwx31011, bag, bah) 16.70/6.19 new_compare(vwx3000, vwx31000, app(app(app(ty_@3, bd), be), bf)) -> new_compare11(vwx3000, vwx31000, bd, be, bf) 16.70/6.19 new_primEqInt(Neg(Succ(vwx30000)), Neg(Zero)) -> False 16.70/6.19 new_primEqInt(Neg(Zero), Neg(Succ(vwx310000))) -> False 16.70/6.19 new_ltEs7(True, True) -> True 16.70/6.19 new_esEs27(vwx3000, vwx31000, app(ty_[], cgc)) -> new_esEs12(vwx3000, vwx31000, cgc) 16.70/6.19 new_esEs4(Left(vwx3000), Left(vwx31000), app(app(ty_@2, dab), dac), df) -> new_esEs7(vwx3000, vwx31000, dab, dac) 16.70/6.19 new_primEqInt(Pos(Succ(vwx30000)), Pos(Succ(vwx310000))) -> new_primEqNat0(vwx30000, vwx310000) 16.70/6.19 new_esEs20(vwx3000, vwx31000, ty_@0) -> new_esEs14(vwx3000, vwx31000) 16.70/6.19 new_esEs13(False, True) -> False 16.70/6.19 new_esEs13(True, False) -> False 16.70/6.19 new_compare210(vwx300, vwx3100, False, bgc, bgd) -> new_compare112(vwx300, vwx3100, new_ltEs16(vwx300, vwx3100, bgc, bgd), bgc, bgd) 16.70/6.19 new_lt9(vwx3010, vwx31010, ty_Integer) -> new_lt7(vwx3010, vwx31010) 16.70/6.19 new_esEs21(vwx3002, vwx31002, ty_Double) -> new_esEs15(vwx3002, vwx31002) 16.70/6.19 new_esEs28(vwx3010, vwx31010, app(app(ty_@2, beg), beh)) -> new_esEs7(vwx3010, vwx31010, beg, beh) 16.70/6.19 new_esEs4(Right(vwx3000), Right(vwx31000), de, ty_Int) -> new_esEs11(vwx3000, vwx31000) 16.70/6.19 new_lt9(vwx3010, vwx31010, ty_Bool) -> new_lt13(vwx3010, vwx31010) 16.70/6.19 new_esEs20(vwx3000, vwx31000, app(ty_Maybe, bg)) -> new_esEs6(vwx3000, vwx31000, bg) 16.70/6.19 new_lt9(vwx3010, vwx31010, ty_Int) -> new_lt11(vwx3010, vwx31010) 16.70/6.19 new_primEqInt(Pos(Succ(vwx30000)), Neg(vwx31000)) -> False 16.70/6.19 new_primEqInt(Neg(Succ(vwx30000)), Pos(vwx31000)) -> False 16.70/6.19 new_esEs26(vwx3001, vwx31001, ty_Ordering) -> new_esEs8(vwx3001, vwx31001) 16.70/6.19 new_esEs26(vwx3001, vwx31001, app(ty_Ratio, cfd)) -> new_esEs16(vwx3001, vwx31001, cfd) 16.70/6.19 new_esEs9(vwx3011, vwx31011, ty_Char) -> new_esEs18(vwx3011, vwx31011) 16.70/6.19 new_esEs10(vwx3010, vwx31010, ty_Double) -> new_esEs15(vwx3010, vwx31010) 16.70/6.19 new_ltEs18(vwx3012, vwx31012, app(app(ty_Either, bbb), bbc)) -> new_ltEs10(vwx3012, vwx31012, bbb, bbc) 16.70/6.19 new_primCmpInt(Neg(Zero), Neg(Succ(vwx310000))) -> new_primCmpNat0(Succ(vwx310000), Zero) 16.70/6.19 new_esEs20(vwx3000, vwx31000, ty_Float) -> new_esEs17(vwx3000, vwx31000) 16.70/6.19 new_compare36(vwx300, vwx3100, bce) -> new_compare24(vwx300, vwx3100, new_esEs6(vwx300, vwx3100, bce), bce) 16.70/6.19 new_lt11(vwx300, vwx3100) -> new_esEs8(new_primCmpInt(vwx300, vwx3100), LT) 16.70/6.19 new_esEs22(vwx3001, vwx31001, ty_Char) -> new_esEs18(vwx3001, vwx31001) 16.70/6.19 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 16.70/6.19 new_esEs6(Just(vwx3000), Just(vwx31000), ty_Bool) -> new_esEs13(vwx3000, vwx31000) 16.70/6.19 new_esEs25(vwx3000, vwx31000, ty_Int) -> new_esEs11(vwx3000, vwx31000) 16.70/6.19 new_esEs27(vwx3000, vwx31000, ty_Char) -> new_esEs18(vwx3000, vwx31000) 16.70/6.19 new_ltEs4(Just(vwx3010), Just(vwx31010), ty_Bool) -> new_ltEs7(vwx3010, vwx31010) 16.70/6.19 new_primCompAux00(vwx130, vwx131, LT, bhe) -> LT 16.70/6.19 new_ltEs10(Left(vwx3010), Left(vwx31010), ty_Integer, dh) -> new_ltEs17(vwx3010, vwx31010) 16.70/6.19 new_lt10(vwx3011, vwx31011, ty_@0) -> new_lt5(vwx3011, vwx31011) 16.70/6.19 new_lt10(vwx3011, vwx31011, ty_Double) -> new_lt4(vwx3011, vwx31011) 16.70/6.19 new_primCompAux00(vwx130, vwx131, EQ, ty_@0) -> new_compare12(vwx130, vwx131) 16.70/6.19 new_compare14(:%(vwx3010, vwx3011), :%(vwx31010, vwx31011), ty_Int) -> new_compare6(new_sr(vwx3010, vwx31011), new_sr(vwx31010, vwx3011)) 16.70/6.19 new_compare112(vwx300, vwx3100, False, bgc, bgd) -> GT 16.70/6.19 new_esEs10(vwx3010, vwx31010, ty_@0) -> new_esEs14(vwx3010, vwx31010) 16.70/6.19 new_primCmpDouble(Double(vwx3000, Neg(vwx30010)), Double(vwx31000, Neg(vwx310010))) -> new_compare6(new_sr(vwx3000, Neg(vwx310010)), new_sr(Neg(vwx30010), vwx31000)) 16.70/6.19 new_ltEs14(vwx301, vwx3101, bhg) -> new_not(new_esEs8(new_compare14(vwx301, vwx3101, bhg), GT)) 16.70/6.19 new_esEs4(Right(vwx3000), Right(vwx31000), de, ty_Bool) -> new_esEs13(vwx3000, vwx31000) 16.70/6.19 new_esEs28(vwx3010, vwx31010, ty_Integer) -> new_esEs19(vwx3010, vwx31010) 16.70/6.19 new_esEs4(Right(vwx3000), Right(vwx31000), de, ty_Ordering) -> new_esEs8(vwx3000, vwx31000) 16.70/6.19 new_compare(vwx3000, vwx31000, ty_Ordering) -> new_compare18(vwx3000, vwx31000) 16.70/6.19 new_not(False) -> True 16.70/6.19 new_esEs21(vwx3002, vwx31002, app(ty_[], cbb)) -> new_esEs12(vwx3002, vwx31002, cbb) 16.70/6.19 new_esEs28(vwx3010, vwx31010, app(ty_[], bdg)) -> new_esEs12(vwx3010, vwx31010, bdg) 16.70/6.19 new_esEs21(vwx3002, vwx31002, ty_Bool) -> new_esEs13(vwx3002, vwx31002) 16.70/6.19 new_esEs4(Right(vwx3000), Right(vwx31000), de, ty_Float) -> new_esEs17(vwx3000, vwx31000) 16.70/6.19 new_compare27(vwx300, vwx3100, False, de, df) -> new_compare110(vwx300, vwx3100, new_ltEs10(vwx300, vwx3100, de, df), de, df) 16.70/6.19 new_lt14(vwx300, vwx3100, bcb, bcc, bcd) -> new_esEs8(new_compare34(vwx300, vwx3100, bcb, bcc, bcd), LT) 16.70/6.19 new_lt9(vwx3010, vwx31010, app(ty_Ratio, bhb)) -> new_lt15(vwx3010, vwx31010, bhb) 16.70/6.19 new_ltEs10(Left(vwx3010), Left(vwx31010), app(app(ty_@2, eg), eh), dh) -> new_ltEs16(vwx3010, vwx31010, eg, eh) 16.70/6.19 new_compare(vwx3000, vwx31000, ty_Double) -> new_compare13(vwx3000, vwx31000) 16.70/6.19 new_esEs9(vwx3011, vwx31011, ty_Double) -> new_esEs15(vwx3011, vwx31011) 16.70/6.19 new_esEs8(LT, GT) -> False 16.70/6.19 new_esEs8(GT, LT) -> False 16.70/6.19 new_compare29(vwx300, vwx3100, True) -> EQ 16.70/6.19 new_primPlusNat0(Succ(vwx14000), Succ(vwx31000000)) -> Succ(Succ(new_primPlusNat0(vwx14000, vwx31000000))) 16.70/6.19 new_esEs26(vwx3001, vwx31001, ty_Double) -> new_esEs15(vwx3001, vwx31001) 16.70/6.19 new_lt9(vwx3010, vwx31010, app(ty_Maybe, hd)) -> new_lt8(vwx3010, vwx31010, hd) 16.70/6.19 new_esEs28(vwx3010, vwx31010, app(app(app(ty_@3, bec), bed), bee)) -> new_esEs5(vwx3010, vwx31010, bec, bed, bee) 16.70/6.19 new_compare27(vwx300, vwx3100, True, de, df) -> EQ 16.70/6.19 new_compare9(vwx3000, vwx31000, bb, bc) -> new_compare33(vwx3000, vwx31000, bb, bc) 16.70/6.19 new_lt8(vwx300, vwx3100, bce) -> new_esEs8(new_compare36(vwx300, vwx3100, bce), LT) 16.70/6.19 new_esEs6(Just(vwx3000), Just(vwx31000), ty_Char) -> new_esEs18(vwx3000, vwx31000) 16.70/6.19 new_ltEs4(Just(vwx3010), Just(vwx31010), ty_@0) -> new_ltEs12(vwx3010, vwx31010) 16.70/6.19 new_ltEs4(Just(vwx3010), Just(vwx31010), ty_Ordering) -> new_ltEs6(vwx3010, vwx31010) 16.70/6.19 new_ltEs10(Left(vwx3010), Left(vwx31010), app(ty_[], dg), dh) -> new_ltEs9(vwx3010, vwx31010, dg) 16.70/6.19 new_esEs9(vwx3011, vwx31011, ty_Bool) -> new_esEs13(vwx3011, vwx31011) 16.70/6.19 new_ltEs19(vwx3011, vwx31011, ty_Float) -> new_ltEs15(vwx3011, vwx31011) 16.70/6.19 new_ltEs18(vwx3012, vwx31012, app(app(ty_@2, bbh), bca)) -> new_ltEs16(vwx3012, vwx31012, bbh, bca) 16.70/6.19 new_esEs27(vwx3000, vwx31000, ty_Int) -> new_esEs11(vwx3000, vwx31000) 16.70/6.19 new_lt20(vwx3010, vwx31010, ty_Int) -> new_lt11(vwx3010, vwx31010) 16.70/6.19 new_ltEs19(vwx3011, vwx31011, app(app(ty_Either, bfc), bfd)) -> new_ltEs10(vwx3011, vwx31011, bfc, bfd) 16.70/6.19 new_primCmpFloat(Float(vwx3000, Pos(vwx30010)), Float(vwx31000, Neg(vwx310010))) -> new_compare6(new_sr(vwx3000, Pos(vwx310010)), new_sr(Neg(vwx30010), vwx31000)) 16.70/6.19 new_primCmpFloat(Float(vwx3000, Neg(vwx30010)), Float(vwx31000, Pos(vwx310010))) -> new_compare6(new_sr(vwx3000, Neg(vwx310010)), new_sr(Pos(vwx30010), vwx31000)) 16.70/6.19 new_ltEs19(vwx3011, vwx31011, app(ty_Ratio, dcb)) -> new_ltEs14(vwx3011, vwx31011, dcb) 16.70/6.19 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 16.70/6.19 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 16.70/6.19 new_ltEs4(Just(vwx3010), Just(vwx31010), ty_Char) -> new_ltEs5(vwx3010, vwx31010) 16.70/6.19 new_lt9(vwx3010, vwx31010, ty_Float) -> new_lt16(vwx3010, vwx31010) 16.70/6.19 new_esEs10(vwx3010, vwx31010, app(app(ty_@2, he), hf)) -> new_esEs7(vwx3010, vwx31010, he, hf) 16.70/6.19 new_esEs28(vwx3010, vwx31010, app(app(ty_Either, bea), beb)) -> new_esEs4(vwx3010, vwx31010, bea, beb) 16.70/6.19 new_ltEs10(Left(vwx3010), Left(vwx31010), ty_Float, dh) -> new_ltEs15(vwx3010, vwx31010) 16.70/6.19 new_esEs10(vwx3010, vwx31010, ty_Bool) -> new_esEs13(vwx3010, vwx31010) 16.70/6.19 new_ltEs4(Just(vwx3010), Just(vwx31010), app(ty_[], bcf)) -> new_ltEs9(vwx3010, vwx31010, bcf) 16.70/6.19 new_lt20(vwx3010, vwx31010, ty_@0) -> new_lt5(vwx3010, vwx31010) 16.70/6.19 new_lt10(vwx3011, vwx31011, app(app(ty_Either, baa), bab)) -> new_lt6(vwx3011, vwx31011, baa, bab) 16.70/6.19 new_esEs22(vwx3001, vwx31001, ty_@0) -> new_esEs14(vwx3001, vwx31001) 16.70/6.19 new_esEs26(vwx3001, vwx31001, app(app(ty_Either, cfb), cfc)) -> new_esEs4(vwx3001, vwx31001, cfb, cfc) 16.70/6.19 new_esEs28(vwx3010, vwx31010, app(ty_Maybe, bef)) -> new_esEs6(vwx3010, vwx31010, bef) 16.70/6.19 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 16.70/6.19 new_compare(vwx3000, vwx31000, app(ty_Maybe, bg)) -> new_compare15(vwx3000, vwx31000, bg) 16.70/6.19 new_esEs4(Left(vwx3000), Left(vwx31000), ty_@0, df) -> new_esEs14(vwx3000, vwx31000) 16.70/6.19 new_esEs25(vwx3000, vwx31000, ty_Integer) -> new_esEs19(vwx3000, vwx31000) 16.70/6.19 new_compare(vwx3000, vwx31000, app(ty_[], ba)) -> new_compare7(vwx3000, vwx31000, ba) 16.70/6.19 new_esEs4(Left(vwx3000), Left(vwx31000), app(ty_Ratio, chh), df) -> new_esEs16(vwx3000, vwx31000, chh) 16.70/6.19 new_lt20(vwx3010, vwx31010, ty_Ordering) -> new_lt18(vwx3010, vwx31010) 16.70/6.19 new_esEs4(Left(vwx3000), Left(vwx31000), ty_Double, df) -> new_esEs15(vwx3000, vwx31000) 16.70/6.19 new_primCmpNat0(Succ(vwx30000), Succ(vwx310000)) -> new_primCmpNat0(vwx30000, vwx310000) 16.70/6.19 new_lt10(vwx3011, vwx31011, ty_Int) -> new_lt11(vwx3011, vwx31011) 16.70/6.19 new_esEs23(vwx3000, vwx31000, ty_Double) -> new_esEs15(vwx3000, vwx31000) 16.70/6.19 new_esEs27(vwx3000, vwx31000, ty_Float) -> new_esEs17(vwx3000, vwx31000) 16.70/6.19 new_esEs26(vwx3001, vwx31001, app(app(app(ty_@3, cfh), cga), cgb)) -> new_esEs5(vwx3001, vwx31001, cfh, cga, cgb) 16.70/6.19 new_esEs21(vwx3002, vwx31002, app(app(ty_@2, cbg), cbh)) -> new_esEs7(vwx3002, vwx31002, cbg, cbh) 16.70/6.19 new_compare14(:%(vwx3010, vwx3011), :%(vwx31010, vwx31011), ty_Integer) -> new_compare25(new_sr0(vwx3010, vwx31011), new_sr0(vwx31010, vwx3011)) 16.70/6.19 new_lt9(vwx3010, vwx31010, app(app(ty_@2, he), hf)) -> new_lt19(vwx3010, vwx31010, he, hf) 16.70/6.19 new_esEs27(vwx3000, vwx31000, app(ty_Maybe, cgg)) -> new_esEs6(vwx3000, vwx31000, cgg) 16.70/6.19 new_esEs28(vwx3010, vwx31010, app(ty_Ratio, dca)) -> new_esEs16(vwx3010, vwx31010, dca) 16.70/6.19 new_compare25(Integer(vwx3010), Integer(vwx31010)) -> new_primCmpInt(vwx3010, vwx31010) 16.70/6.19 new_lt6(vwx300, vwx3100, de, df) -> new_esEs8(new_compare33(vwx300, vwx3100, de, df), LT) 16.70/6.19 new_esEs28(vwx3010, vwx31010, ty_Ordering) -> new_esEs8(vwx3010, vwx31010) 16.70/6.19 new_compare24(vwx300, vwx3100, False, bce) -> new_compare10(vwx300, vwx3100, new_ltEs4(vwx300, vwx3100, bce), bce) 16.70/6.19 new_ltEs18(vwx3012, vwx31012, ty_Float) -> new_ltEs15(vwx3012, vwx31012) 16.70/6.19 new_esEs12([], [], h) -> True 16.70/6.19 new_esEs4(Left(vwx3000), Left(vwx31000), app(app(app(ty_@3, dad), dae), daf), df) -> new_esEs5(vwx3000, vwx31000, dad, dae, daf) 16.70/6.19 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 16.70/6.19 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 16.70/6.19 new_primCmpDouble(Double(vwx3000, Pos(vwx30010)), Double(vwx31000, Pos(vwx310010))) -> new_compare6(new_sr(vwx3000, Pos(vwx310010)), new_sr(Pos(vwx30010), vwx31000)) 16.70/6.19 new_lt20(vwx3010, vwx31010, ty_Double) -> new_lt4(vwx3010, vwx31010) 16.70/6.19 new_compare110(vwx300, vwx3100, False, de, df) -> GT 16.70/6.19 new_ltEs19(vwx3011, vwx31011, app(ty_Maybe, bfh)) -> new_ltEs4(vwx3011, vwx31011, bfh) 16.70/6.19 new_primEqNat0(Zero, Zero) -> True 16.70/6.19 new_ltEs18(vwx3012, vwx31012, app(ty_Ratio, bhd)) -> new_ltEs14(vwx3012, vwx31012, bhd) 16.70/6.19 new_esEs4(Left(vwx3000), Left(vwx31000), app(ty_Maybe, daa), df) -> new_esEs6(vwx3000, vwx31000, daa) 16.70/6.19 new_compare(vwx3000, vwx31000, ty_@0) -> new_compare12(vwx3000, vwx31000) 16.70/6.19 new_ltEs4(Just(vwx3010), Just(vwx31010), app(app(app(ty_@3, bda), bdb), bdc)) -> new_ltEs11(vwx3010, vwx31010, bda, bdb, bdc) 16.70/6.19 new_esEs20(vwx3000, vwx31000, ty_Bool) -> new_esEs13(vwx3000, vwx31000) 16.70/6.19 new_lt10(vwx3011, vwx31011, ty_Integer) -> new_lt7(vwx3011, vwx31011) 16.70/6.19 new_compare29(vwx300, vwx3100, False) -> new_compare113(vwx300, vwx3100, new_ltEs7(vwx300, vwx3100)) 16.70/6.19 new_esEs6(Just(vwx3000), Just(vwx31000), ty_@0) -> new_esEs14(vwx3000, vwx31000) 16.70/6.19 new_asAs(False, vwx125) -> False 16.70/6.19 new_compare18(vwx3000, vwx31000) -> new_compare35(vwx3000, vwx31000) 16.70/6.19 new_compare7([], [], dd) -> EQ 16.70/6.19 new_esEs26(vwx3001, vwx31001, ty_Int) -> new_esEs11(vwx3001, vwx31001) 16.70/6.19 new_esEs23(vwx3000, vwx31000, ty_@0) -> new_esEs14(vwx3000, vwx31000) 16.70/6.19 new_ltEs19(vwx3011, vwx31011, ty_Int) -> new_ltEs8(vwx3011, vwx31011) 16.70/6.19 new_esEs27(vwx3000, vwx31000, app(app(ty_Either, cgd), cge)) -> new_esEs4(vwx3000, vwx31000, cgd, cge) 16.70/6.19 new_ltEs10(Left(vwx3010), Left(vwx31010), app(app(app(ty_@3, ec), ed), ee), dh) -> new_ltEs11(vwx3010, vwx31010, ec, ed, ee) 16.70/6.19 new_esEs8(EQ, GT) -> False 16.70/6.19 new_esEs8(GT, EQ) -> False 16.70/6.19 new_esEs26(vwx3001, vwx31001, ty_Integer) -> new_esEs19(vwx3001, vwx31001) 16.70/6.19 new_esEs28(vwx3010, vwx31010, ty_Float) -> new_esEs17(vwx3010, vwx31010) 16.70/6.19 new_ltEs6(GT, LT) -> False 16.70/6.19 new_esEs11(vwx300, vwx3100) -> new_primEqInt(vwx300, vwx3100) 16.70/6.19 new_esEs27(vwx3000, vwx31000, app(app(app(ty_@3, chb), chc), chd)) -> new_esEs5(vwx3000, vwx31000, chb, chc, chd) 16.70/6.19 new_ltEs10(Right(vwx3010), Right(vwx31010), fa, app(app(ty_@2, gb), gc)) -> new_ltEs16(vwx3010, vwx31010, gb, gc) 16.70/6.19 new_esEs20(vwx3000, vwx31000, app(app(ty_@2, bh), ca)) -> new_esEs7(vwx3000, vwx31000, bh, ca) 16.70/6.19 16.70/6.19 The set Q consists of the following terms: 16.70/6.19 16.70/6.19 new_esEs8(EQ, EQ) 16.70/6.19 new_primCmpNat0(Zero, Succ(x0)) 16.70/6.19 new_lt10(x0, x1, ty_Integer) 16.70/6.19 new_compare(x0, x1, ty_@0) 16.70/6.19 new_ltEs10(Left(x0), Left(x1), ty_Ordering, x2) 16.70/6.19 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 16.70/6.19 new_esEs21(x0, x1, ty_Double) 16.70/6.19 new_ltEs10(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 16.70/6.19 new_esEs21(x0, x1, ty_Ordering) 16.70/6.19 new_esEs20(x0, x1, ty_Integer) 16.70/6.19 new_ltEs18(x0, x1, app(ty_Maybe, x2)) 16.70/6.19 new_compare(x0, x1, ty_Bool) 16.70/6.19 new_esEs6(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_lt9(x0, x1, ty_@0) 16.70/6.19 new_primMulInt(Neg(x0), Neg(x1)) 16.70/6.19 new_primCompAux00(x0, x1, EQ, ty_Float) 16.70/6.19 new_ltEs18(x0, x1, ty_Double) 16.70/6.19 new_esEs6(Just(x0), Just(x1), app(ty_[], x2)) 16.70/6.19 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 16.70/6.19 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 16.70/6.19 new_esEs10(x0, x1, ty_Integer) 16.70/6.19 new_lt9(x0, x1, ty_Bool) 16.70/6.19 new_compare(x0, x1, app(ty_Ratio, x2)) 16.70/6.19 new_ltEs10(Left(x0), Left(x1), ty_Double, x2) 16.70/6.19 new_esEs5(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 16.70/6.19 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 16.70/6.19 new_primCompAux00(x0, x1, EQ, app(app(ty_Either, x2), x3)) 16.70/6.19 new_ltEs10(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 16.70/6.19 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 16.70/6.19 new_esEs22(x0, x1, app(ty_Ratio, x2)) 16.70/6.19 new_esEs9(x0, x1, app(ty_Maybe, x2)) 16.70/6.19 new_ltEs6(LT, LT) 16.70/6.19 new_primMulInt(Pos(x0), Neg(x1)) 16.70/6.19 new_primMulInt(Neg(x0), Pos(x1)) 16.70/6.19 new_ltEs18(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_esEs21(x0, x1, ty_Int) 16.70/6.19 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 16.70/6.19 new_primEqInt(Pos(Zero), Pos(Zero)) 16.70/6.19 new_esEs4(Right(x0), Right(x1), x2, ty_Int) 16.70/6.19 new_ltEs10(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 16.70/6.19 new_esEs28(x0, x1, ty_Integer) 16.70/6.19 new_lt8(x0, x1, x2) 16.70/6.19 new_lt20(x0, x1, app(ty_[], x2)) 16.70/6.19 new_primCompAux1(x0, x1, x2, x3, x4) 16.70/6.19 new_primCmpFloat(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 16.70/6.19 new_esEs27(x0, x1, app(ty_[], x2)) 16.70/6.19 new_lt20(x0, x1, app(ty_Ratio, x2)) 16.70/6.19 new_compare210(x0, x1, False, x2, x3) 16.70/6.19 new_primCmpFloat(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 16.70/6.19 new_primCompAux00(x0, x1, EQ, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_esEs4(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 16.70/6.19 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 16.70/6.19 new_lt9(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.19 new_esEs28(x0, x1, ty_Float) 16.70/6.19 new_compare(x0, x1, ty_Integer) 16.70/6.19 new_ltEs19(x0, x1, app(ty_[], x2)) 16.70/6.19 new_ltEs18(x0, x1, ty_Int) 16.70/6.19 new_compare26(x0, x1, True) 16.70/6.19 new_ltEs9(x0, x1, x2) 16.70/6.19 new_lt15(:%(x0, x1), :%(x2, x3), x4) 16.70/6.19 new_esEs4(Right(x0), Right(x1), x2, ty_Char) 16.70/6.19 new_primEqInt(Neg(Zero), Neg(Zero)) 16.70/6.19 new_esEs16(:%(x0, x1), :%(x2, x3), x4) 16.70/6.19 new_esEs20(x0, x1, ty_@0) 16.70/6.19 new_ltEs18(x0, x1, ty_Ordering) 16.70/6.19 new_esEs21(x0, x1, ty_Char) 16.70/6.19 new_esEs26(x0, x1, app(ty_Maybe, x2)) 16.70/6.19 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 16.70/6.19 new_lt10(x0, x1, app(ty_Maybe, x2)) 16.70/6.19 new_ltEs19(x0, x1, ty_Double) 16.70/6.19 new_esEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_esEs26(x0, x1, ty_Double) 16.70/6.19 new_esEs10(x0, x1, ty_@0) 16.70/6.19 new_esEs10(x0, x1, ty_Float) 16.70/6.19 new_esEs6(Just(x0), Just(x1), ty_Int) 16.70/6.19 new_esEs22(x0, x1, ty_Ordering) 16.70/6.19 new_esEs4(Right(x0), Right(x1), x2, ty_@0) 16.70/6.19 new_esEs9(x0, x1, ty_Float) 16.70/6.19 new_compare9(x0, x1, x2, x3) 16.70/6.19 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.19 new_ltEs10(Right(x0), Right(x1), x2, app(ty_[], x3)) 16.70/6.19 new_esEs9(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.19 new_esEs10(x0, x1, app(ty_Ratio, x2)) 16.70/6.19 new_lt10(x0, x1, app(ty_[], x2)) 16.70/6.19 new_lt16(x0, x1) 16.70/6.19 new_primPlusNat0(Succ(x0), Zero) 16.70/6.19 new_esEs6(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 16.70/6.19 new_lt10(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.19 new_lt10(x0, x1, ty_@0) 16.70/6.19 new_compare112(x0, x1, True, x2, x3) 16.70/6.19 new_esEs10(x0, x1, ty_Bool) 16.70/6.19 new_primPlusNat0(Zero, Succ(x0)) 16.70/6.19 new_esEs6(Just(x0), Just(x1), ty_Bool) 16.70/6.19 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.19 new_esEs9(x0, x1, ty_@0) 16.70/6.19 new_esEs12(:(x0, x1), :(x2, x3), x4) 16.70/6.19 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.19 new_esEs10(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.19 new_esEs12([], [], x0) 16.70/6.19 new_primEqInt(Pos(Zero), Neg(Zero)) 16.70/6.19 new_primEqInt(Neg(Zero), Pos(Zero)) 16.70/6.19 new_ltEs8(x0, x1) 16.70/6.19 new_esEs6(Just(x0), Just(x1), ty_Char) 16.70/6.19 new_ltEs4(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_esEs4(Left(x0), Left(x1), ty_Double, x2) 16.70/6.19 new_esEs6(Just(x0), Just(x1), ty_Double) 16.70/6.19 new_lt10(x0, x1, ty_Bool) 16.70/6.19 new_compare210(x0, x1, True, x2, x3) 16.70/6.19 new_esEs6(Just(x0), Just(x1), ty_@0) 16.70/6.19 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.19 new_primMulInt(Pos(x0), Pos(x1)) 16.70/6.19 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 16.70/6.19 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 16.70/6.19 new_ltEs19(x0, x1, ty_Int) 16.70/6.19 new_ltEs7(False, True) 16.70/6.19 new_ltEs7(True, False) 16.70/6.19 new_lt10(x0, x1, ty_Char) 16.70/6.19 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.19 new_compare24(x0, x1, True, x2) 16.70/6.19 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 16.70/6.19 new_primCompAux00(x0, x1, EQ, app(ty_Maybe, x2)) 16.70/6.19 new_lt12(:(x0, x1), :(x2, x3), x4) 16.70/6.19 new_primMulNat0(Succ(x0), Succ(x1)) 16.70/6.19 new_compare16(x0, x1) 16.70/6.19 new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.19 new_esEs26(x0, x1, ty_Char) 16.70/6.19 new_compare29(x0, x1, False) 16.70/6.19 new_primCompAux00(x0, x1, EQ, ty_Bool) 16.70/6.19 new_esEs21(x0, x1, ty_Bool) 16.70/6.19 new_esEs23(x0, x1, ty_Int) 16.70/6.19 new_ltEs10(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 16.70/6.19 new_ltEs16(@2(x0, x1), @2(x2, x3), x4, x5) 16.70/6.19 new_esEs4(Left(x0), Left(x1), ty_Int, x2) 16.70/6.19 new_compare39(x0, x1) 16.70/6.19 new_lt4(x0, x1) 16.70/6.19 new_lt10(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.19 new_lt9(x0, x1, ty_Double) 16.70/6.19 new_compare(x0, x1, ty_Ordering) 16.70/6.19 new_ltEs10(Right(x0), Right(x1), x2, ty_Ordering) 16.70/6.19 new_esEs6(Nothing, Just(x0), x1) 16.70/6.19 new_esEs21(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.19 new_esEs4(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 16.70/6.19 new_compare110(x0, x1, False, x2, x3) 16.70/6.19 new_esEs26(x0, x1, ty_Int) 16.70/6.19 new_ltEs10(Right(x0), Right(x1), x2, ty_Float) 16.70/6.19 new_esEs27(x0, x1, app(ty_Maybe, x2)) 16.70/6.19 new_lt20(x0, x1, ty_Char) 16.70/6.19 new_lt10(x0, x1, app(ty_Ratio, x2)) 16.70/6.19 new_esEs27(x0, x1, ty_Int) 16.70/6.19 new_ltEs19(x0, x1, ty_Char) 16.70/6.19 new_esEs17(Float(x0, x1), Float(x2, x3)) 16.70/6.19 new_primCompAux00(x0, x1, EQ, ty_@0) 16.70/6.19 new_lt20(x0, x1, ty_Int) 16.70/6.19 new_lt5(@0, @0) 16.70/6.19 new_esEs26(x0, x1, app(ty_Ratio, x2)) 16.70/6.19 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.19 new_esEs24(x0, x1, ty_Int) 16.70/6.19 new_esEs23(x0, x1, ty_Float) 16.70/6.19 new_compare114(x0, x1, False) 16.70/6.19 new_ltEs10(Right(x0), Right(x1), x2, ty_Int) 16.70/6.19 new_esEs23(x0, x1, ty_Char) 16.70/6.19 new_esEs21(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.19 new_primCompAux00(x0, x1, EQ, ty_Integer) 16.70/6.19 new_esEs9(x0, x1, ty_Int) 16.70/6.19 new_ltEs4(Just(x0), Just(x1), ty_Ordering) 16.70/6.19 new_compare10(x0, x1, True, x2) 16.70/6.19 new_esEs9(x0, x1, app(ty_[], x2)) 16.70/6.19 new_primCmpChar(Char(x0), Char(x1)) 16.70/6.19 new_ltEs7(False, False) 16.70/6.19 new_compare25(Integer(x0), Integer(x1)) 16.70/6.19 new_esEs20(x0, x1, app(ty_[], x2)) 16.70/6.19 new_ltEs4(Just(x0), Just(x1), ty_Double) 16.70/6.19 new_primPlusNat1(Zero, x0) 16.70/6.19 new_esEs23(x0, x1, ty_Ordering) 16.70/6.19 new_lt9(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.19 new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 16.70/6.19 new_primCmpDouble(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 16.70/6.19 new_primCmpDouble(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 16.70/6.19 new_esEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_esEs4(Left(x0), Left(x1), ty_Float, x2) 16.70/6.19 new_esEs18(Char(x0), Char(x1)) 16.70/6.19 new_esEs8(GT, GT) 16.70/6.19 new_compare(x0, x1, ty_Float) 16.70/6.19 new_esEs15(Double(x0, x1), Double(x2, x3)) 16.70/6.19 new_lt20(x0, x1, ty_Ordering) 16.70/6.19 new_ltEs18(x0, x1, ty_@0) 16.70/6.19 new_ltEs11(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 16.70/6.19 new_esEs27(x0, x1, ty_Float) 16.70/6.19 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_esEs9(x0, x1, ty_Char) 16.70/6.19 new_esEs8(LT, EQ) 16.70/6.19 new_esEs8(EQ, LT) 16.70/6.19 new_lt20(x0, x1, ty_Bool) 16.70/6.19 new_primCmpInt(Neg(Zero), Neg(Zero)) 16.70/6.19 new_compare(x0, x1, ty_Char) 16.70/6.19 new_esEs4(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 16.70/6.19 new_esEs4(Right(x0), Right(x1), x2, ty_Double) 16.70/6.19 new_esEs13(False, True) 16.70/6.19 new_esEs13(True, False) 16.70/6.19 new_ltEs10(Right(x0), Right(x1), x2, ty_Char) 16.70/6.19 new_lt19(x0, x1, x2, x3) 16.70/6.19 new_sr(x0, x1) 16.70/6.19 new_esEs9(x0, x1, ty_Bool) 16.70/6.19 new_esEs8(LT, LT) 16.70/6.19 new_ltEs4(Just(x0), Just(x1), ty_@0) 16.70/6.19 new_ltEs6(LT, GT) 16.70/6.19 new_primMulNat0(Succ(x0), Zero) 16.70/6.19 new_ltEs6(GT, LT) 16.70/6.19 new_primCmpInt(Pos(Zero), Neg(Zero)) 16.70/6.19 new_primCmpInt(Neg(Zero), Pos(Zero)) 16.70/6.19 new_compare18(x0, x1) 16.70/6.19 new_esEs20(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.19 new_primPlusNat1(Succ(x0), x1) 16.70/6.19 new_lt12([], :(x0, x1), x2) 16.70/6.19 new_ltEs10(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 16.70/6.19 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 16.70/6.19 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 16.70/6.19 new_esEs6(Just(x0), Just(x1), ty_Ordering) 16.70/6.19 new_esEs6(Just(x0), Just(x1), ty_Integer) 16.70/6.19 new_ltEs10(Right(x0), Right(x1), x2, ty_Integer) 16.70/6.19 new_compare113(x0, x1, False) 16.70/6.19 new_ltEs6(EQ, GT) 16.70/6.19 new_ltEs6(GT, EQ) 16.70/6.19 new_esEs22(x0, x1, app(ty_Maybe, x2)) 16.70/6.19 new_compare(x0, x1, ty_Int) 16.70/6.19 new_esEs20(x0, x1, ty_Double) 16.70/6.19 new_esEs28(x0, x1, ty_@0) 16.70/6.19 new_esEs9(x0, x1, ty_Ordering) 16.70/6.19 new_compare27(x0, x1, False, x2, x3) 16.70/6.19 new_lt10(x0, x1, ty_Ordering) 16.70/6.19 new_esEs20(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.19 new_esEs19(Integer(x0), Integer(x1)) 16.70/6.19 new_compare7(:(x0, x1), :(x2, x3), x4) 16.70/6.19 new_compare7(:(x0, x1), [], x2) 16.70/6.19 new_lt6(x0, x1, x2, x3) 16.70/6.19 new_esEs22(x0, x1, ty_Double) 16.70/6.19 new_esEs23(x0, x1, ty_Bool) 16.70/6.19 new_esEs22(x0, x1, ty_@0) 16.70/6.19 new_esEs9(x0, x1, ty_Integer) 16.70/6.19 new_esEs21(x0, x1, app(ty_Ratio, x2)) 16.70/6.19 new_lt7(Integer(x0), Integer(x1)) 16.70/6.19 new_esEs26(x0, x1, ty_Ordering) 16.70/6.19 new_esEs12([], :(x0, x1), x2) 16.70/6.19 new_ltEs10(Left(x0), Left(x1), ty_@0, x2) 16.70/6.19 new_compare112(x0, x1, False, x2, x3) 16.70/6.19 new_pePe(True, x0) 16.70/6.19 new_esEs26(x0, x1, ty_Integer) 16.70/6.19 new_ltEs19(x0, x1, ty_Integer) 16.70/6.19 new_ltEs15(x0, x1) 16.70/6.19 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 16.70/6.19 new_ltEs19(x0, x1, ty_Ordering) 16.70/6.19 new_esEs23(x0, x1, app(ty_[], x2)) 16.70/6.19 new_esEs28(x0, x1, ty_Double) 16.70/6.19 new_esEs28(x0, x1, app(ty_Maybe, x2)) 16.70/6.19 new_esEs20(x0, x1, app(ty_Maybe, x2)) 16.70/6.19 new_esEs10(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.19 new_compare15(x0, x1, x2) 16.70/6.19 new_ltEs4(Nothing, Just(x0), x1) 16.70/6.19 new_asAs(True, x0) 16.70/6.19 new_esEs21(x0, x1, ty_Float) 16.70/6.19 new_ltEs4(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 16.70/6.19 new_ltEs4(Just(x0), Just(x1), ty_Integer) 16.70/6.19 new_ltEs10(Right(x0), Right(x1), x2, ty_@0) 16.70/6.19 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_esEs27(x0, x1, ty_Bool) 16.70/6.19 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 16.70/6.19 new_ltEs10(Left(x0), Left(x1), ty_Float, x2) 16.70/6.19 new_primCompAux00(x0, x1, GT, x2) 16.70/6.19 new_compare29(x0, x1, True) 16.70/6.19 new_ltEs18(x0, x1, ty_Float) 16.70/6.19 new_esEs27(x0, x1, ty_@0) 16.70/6.19 new_ltEs10(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 16.70/6.19 new_ltEs5(x0, x1) 16.70/6.19 new_compare37(x0, x1, x2, x3) 16.70/6.19 new_primMulNat0(Zero, Zero) 16.70/6.19 new_esEs4(Right(x0), Right(x1), x2, app(ty_[], x3)) 16.70/6.19 new_esEs10(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_esEs23(x0, x1, ty_Integer) 16.70/6.19 new_ltEs4(Just(x0), Just(x1), app(ty_[], x2)) 16.70/6.19 new_esEs6(Nothing, Nothing, x0) 16.70/6.19 new_esEs6(Just(x0), Just(x1), app(ty_Maybe, x2)) 16.70/6.19 new_primCompAux00(x0, x1, EQ, app(ty_[], x2)) 16.70/6.19 new_esEs22(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.19 new_ltEs10(Right(x0), Right(x1), x2, ty_Bool) 16.70/6.19 new_compare110(x0, x1, True, x2, x3) 16.70/6.19 new_primCompAux00(x0, x1, EQ, ty_Ordering) 16.70/6.19 new_primMulNat0(Zero, Succ(x0)) 16.70/6.19 new_esEs23(x0, x1, app(ty_Ratio, x2)) 16.70/6.19 new_ltEs6(EQ, EQ) 16.70/6.19 new_esEs4(Left(x0), Left(x1), ty_@0, x2) 16.70/6.19 new_esEs23(x0, x1, app(ty_Maybe, x2)) 16.70/6.19 new_compare24(x0, x1, False, x2) 16.70/6.19 new_esEs24(x0, x1, ty_Integer) 16.70/6.19 new_compare36(x0, x1, x2) 16.70/6.19 new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.19 new_compare111(x0, x1, True, x2, x3, x4) 16.70/6.19 new_lt20(x0, x1, ty_Integer) 16.70/6.19 new_esEs4(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 16.70/6.19 new_compare28(x0, x1, True, x2, x3, x4) 16.70/6.19 new_compare(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_sr0(Integer(x0), Integer(x1)) 16.70/6.19 new_esEs4(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 16.70/6.19 new_esEs4(Left(x0), Left(x1), ty_Integer, x2) 16.70/6.19 new_compare19(x0, x1, x2, x3) 16.70/6.19 new_ltEs19(x0, x1, ty_Bool) 16.70/6.19 new_primCompAux00(x0, x1, EQ, app(app(ty_@2, x2), x3)) 16.70/6.19 new_esEs23(x0, x1, ty_@0) 16.70/6.19 new_esEs27(x0, x1, ty_Integer) 16.70/6.19 new_esEs26(x0, x1, ty_Bool) 16.70/6.19 new_ltEs13(x0, x1) 16.70/6.19 new_primPlusNat0(Zero, Zero) 16.70/6.19 new_esEs4(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 16.70/6.19 new_esEs9(x0, x1, ty_Double) 16.70/6.19 new_esEs4(Right(x0), Right(x1), x2, ty_Float) 16.70/6.19 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.19 new_esEs26(x0, x1, ty_@0) 16.70/6.19 new_ltEs19(x0, x1, ty_Float) 16.70/6.19 new_not(True) 16.70/6.19 new_esEs6(Just(x0), Nothing, x1) 16.70/6.19 new_ltEs17(x0, x1) 16.70/6.19 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.19 new_esEs10(x0, x1, ty_Double) 16.70/6.19 new_esEs6(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 16.70/6.19 new_esEs27(x0, x1, app(ty_Ratio, x2)) 16.70/6.19 new_esEs8(EQ, GT) 16.70/6.19 new_esEs8(GT, EQ) 16.70/6.19 new_lt20(x0, x1, ty_Float) 16.70/6.19 new_ltEs10(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 16.70/6.19 new_ltEs4(Just(x0), Nothing, x1) 16.70/6.19 new_lt9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_ltEs14(x0, x1, x2) 16.70/6.19 new_esEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_esEs28(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.19 new_compare14(:%(x0, x1), :%(x2, x3), ty_Int) 16.70/6.19 new_compare27(x0, x1, True, x2, x3) 16.70/6.19 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_esEs9(x0, x1, app(ty_Ratio, x2)) 16.70/6.19 new_esEs28(x0, x1, ty_Ordering) 16.70/6.19 new_esEs13(True, True) 16.70/6.19 new_compare6(x0, x1) 16.70/6.19 new_ltEs4(Just(x0), Just(x1), ty_Bool) 16.70/6.19 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 16.70/6.19 new_compare111(x0, x1, False, x2, x3, x4) 16.70/6.19 new_esEs6(Just(x0), Just(x1), app(ty_Ratio, x2)) 16.70/6.19 new_esEs22(x0, x1, app(ty_[], x2)) 16.70/6.19 new_esEs22(x0, x1, ty_Integer) 16.70/6.19 new_esEs4(Left(x0), Left(x1), ty_Char, x2) 16.70/6.19 new_primCompAux00(x0, x1, EQ, ty_Int) 16.70/6.19 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 16.70/6.19 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 16.70/6.19 new_esEs4(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 16.70/6.19 new_compare114(x0, x1, True) 16.70/6.19 new_esEs25(x0, x1, ty_Integer) 16.70/6.19 new_esEs10(x0, x1, ty_Int) 16.70/6.19 new_esEs21(x0, x1, ty_Integer) 16.70/6.19 new_ltEs10(Left(x0), Left(x1), ty_Integer, x2) 16.70/6.19 new_ltEs10(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 16.70/6.19 new_compare35(x0, x1) 16.70/6.19 new_esEs4(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 16.70/6.19 new_ltEs4(Nothing, Nothing, x0) 16.70/6.19 new_esEs26(x0, x1, app(ty_[], x2)) 16.70/6.19 new_esEs27(x0, x1, ty_Char) 16.70/6.19 new_compare11(x0, x1, x2, x3, x4) 16.70/6.19 new_primCompAux00(x0, x1, EQ, ty_Char) 16.70/6.19 new_compare13(x0, x1) 16.70/6.19 new_lt10(x0, x1, ty_Double) 16.70/6.19 new_compare34(x0, x1, x2, x3, x4) 16.70/6.19 new_ltEs4(Just(x0), Just(x1), app(ty_Maybe, x2)) 16.70/6.19 new_primCmpDouble(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 16.70/6.19 new_esEs21(x0, x1, app(ty_Maybe, x2)) 16.70/6.19 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 16.70/6.19 new_primCompAux00(x0, x1, EQ, ty_Double) 16.70/6.19 new_esEs28(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.19 new_esEs26(x0, x1, ty_Float) 16.70/6.19 new_ltEs19(x0, x1, ty_@0) 16.70/6.19 new_compare12(@0, @0) 16.70/6.19 new_primCmpInt(Pos(Zero), Pos(Zero)) 16.70/6.19 new_ltEs18(x0, x1, app(ty_Ratio, x2)) 16.70/6.19 new_esEs4(Left(x0), Left(x1), ty_Bool, x2) 16.70/6.19 new_ltEs18(x0, x1, app(ty_[], x2)) 16.70/6.19 new_lt9(x0, x1, app(ty_Ratio, x2)) 16.70/6.19 new_ltEs10(Left(x0), Left(x1), ty_Bool, x2) 16.70/6.19 new_ltEs6(LT, EQ) 16.70/6.19 new_ltEs6(EQ, LT) 16.70/6.19 new_ltEs10(Right(x0), Right(x1), x2, ty_Double) 16.70/6.19 new_esEs10(x0, x1, ty_Char) 16.70/6.19 new_ltEs10(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 16.70/6.19 new_esEs27(x0, x1, ty_Ordering) 16.70/6.19 new_compare(x0, x1, ty_Double) 16.70/6.19 new_lt9(x0, x1, app(ty_Maybe, x2)) 16.70/6.19 new_primEqNat0(Succ(x0), Zero) 16.70/6.19 new_esEs14(@0, @0) 16.70/6.19 new_ltEs6(GT, GT) 16.70/6.19 new_primCompAux00(x0, x1, EQ, app(ty_Ratio, x2)) 16.70/6.19 new_esEs27(x0, x1, ty_Double) 16.70/6.19 new_lt9(x0, x1, app(ty_[], x2)) 16.70/6.19 new_compare(x0, x1, app(ty_Maybe, x2)) 16.70/6.19 new_asAs(False, x0) 16.70/6.19 new_esEs20(x0, x1, ty_Int) 16.70/6.19 new_primEqNat0(Succ(x0), Succ(x1)) 16.70/6.19 new_lt10(x0, x1, ty_Int) 16.70/6.19 new_compare38(Integer(x0), Integer(x1), x2, x3, ty_Integer) 16.70/6.19 new_esEs25(x0, x1, ty_Int) 16.70/6.19 new_lt11(x0, x1) 16.70/6.19 new_compare28(x0, x1, False, x2, x3, x4) 16.70/6.19 new_esEs21(x0, x1, ty_@0) 16.70/6.19 new_compare(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.19 new_esEs22(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.19 new_primCmpDouble(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 16.70/6.19 new_esEs4(Right(x0), Right(x1), x2, ty_Integer) 16.70/6.19 new_pePe(False, x0) 16.70/6.19 new_esEs20(x0, x1, ty_Char) 16.70/6.19 new_esEs8(LT, GT) 16.70/6.19 new_esEs8(GT, LT) 16.70/6.19 new_esEs28(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_lt9(x0, x1, ty_Float) 16.70/6.19 new_lt13(x0, x1) 16.70/6.19 new_lt12([], [], x0) 16.70/6.19 new_esEs4(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 16.70/6.19 new_esEs4(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 16.70/6.19 new_lt9(x0, x1, ty_Ordering) 16.70/6.19 new_ltEs4(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 16.70/6.19 new_esEs23(x0, x1, ty_Double) 16.70/6.19 new_esEs6(Just(x0), Just(x1), ty_Float) 16.70/6.19 new_esEs9(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.19 new_compare33(x0, x1, x2, x3) 16.70/6.19 new_lt10(x0, x1, ty_Float) 16.70/6.19 new_esEs20(x0, x1, ty_Float) 16.70/6.19 new_lt20(x0, x1, ty_@0) 16.70/6.19 new_esEs4(Left(x0), Left(x1), ty_Ordering, x2) 16.70/6.19 new_lt17(x0, x1) 16.70/6.19 new_esEs11(x0, x1) 16.70/6.19 new_compare14(:%(x0, x1), :%(x2, x3), ty_Integer) 16.70/6.19 new_ltEs4(Just(x0), Just(x1), ty_Char) 16.70/6.19 new_ltEs4(Just(x0), Just(x1), ty_Int) 16.70/6.19 new_ltEs10(Left(x0), Left(x1), app(ty_[], x2), x3) 16.70/6.19 new_compare(x0, x1, app(ty_[], x2)) 16.70/6.19 new_esEs20(x0, x1, ty_Ordering) 16.70/6.19 new_primCmpNat0(Succ(x0), Zero) 16.70/6.19 new_esEs21(x0, x1, app(ty_[], x2)) 16.70/6.19 new_lt9(x0, x1, ty_Int) 16.70/6.19 new_primEqNat0(Zero, Zero) 16.70/6.19 new_esEs13(False, False) 16.70/6.19 new_ltEs18(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.19 new_esEs4(Left(x0), Right(x1), x2, x3) 16.70/6.19 new_esEs4(Right(x0), Left(x1), x2, x3) 16.70/6.19 new_ltEs18(x0, x1, ty_Integer) 16.70/6.19 new_primEqNat0(Zero, Succ(x0)) 16.70/6.19 new_lt10(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_not(False) 16.70/6.19 new_esEs4(Right(x0), Right(x1), x2, ty_Ordering) 16.70/6.19 new_ltEs7(True, True) 16.70/6.19 new_compare8(x0, x1) 16.70/6.19 new_esEs28(x0, x1, ty_Bool) 16.70/6.19 new_lt9(x0, x1, ty_Char) 16.70/6.19 new_esEs22(x0, x1, ty_Float) 16.70/6.19 new_esEs28(x0, x1, ty_Int) 16.70/6.19 new_esEs10(x0, x1, ty_Ordering) 16.70/6.19 new_ltEs4(Just(x0), Just(x1), ty_Float) 16.70/6.19 new_compare7([], :(x0, x1), x2) 16.70/6.19 new_compare17(x0, x1) 16.70/6.19 new_esEs22(x0, x1, ty_Bool) 16.70/6.19 new_ltEs10(Right(x0), Left(x1), x2, x3) 16.70/6.19 new_esEs10(x0, x1, app(ty_[], x2)) 16.70/6.19 new_ltEs10(Left(x0), Right(x1), x2, x3) 16.70/6.19 new_esEs28(x0, x1, app(ty_Ratio, x2)) 16.70/6.19 new_lt20(x0, x1, app(ty_Maybe, x2)) 16.70/6.19 new_ltEs10(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 16.70/6.19 new_ltEs18(x0, x1, ty_Char) 16.70/6.19 new_lt20(x0, x1, ty_Double) 16.70/6.19 new_lt18(x0, x1) 16.70/6.19 new_esEs4(Right(x0), Right(x1), x2, ty_Bool) 16.70/6.19 new_ltEs10(Left(x0), Left(x1), ty_Char, x2) 16.70/6.19 new_lt9(x0, x1, ty_Integer) 16.70/6.19 new_compare113(x0, x1, True) 16.70/6.19 new_esEs12(:(x0, x1), [], x2) 16.70/6.19 new_ltEs12(x0, x1) 16.70/6.19 new_esEs28(x0, x1, ty_Char) 16.70/6.19 new_esEs22(x0, x1, ty_Char) 16.70/6.19 new_esEs28(x0, x1, app(ty_[], x2)) 16.70/6.19 new_esEs9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_esEs10(x0, x1, app(ty_Maybe, x2)) 16.70/6.19 new_compare7([], [], x0) 16.70/6.19 new_ltEs10(Left(x0), Left(x1), ty_Int, x2) 16.70/6.19 new_compare38(x0, x1, x2, x3, ty_Int) 16.70/6.19 new_ltEs18(x0, x1, ty_Bool) 16.70/6.19 new_lt12(:(x0, x1), [], x2) 16.70/6.19 new_compare26(x0, x1, False) 16.70/6.19 new_esEs22(x0, x1, ty_Int) 16.70/6.19 new_primCompAux00(x0, x1, LT, x2) 16.70/6.19 new_lt14(x0, x1, x2, x3, x4) 16.70/6.19 new_esEs20(x0, x1, ty_Bool) 16.70/6.19 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_esEs20(x0, x1, app(ty_Ratio, x2)) 16.70/6.19 new_primCmpNat0(Succ(x0), Succ(x1)) 16.70/6.19 new_compare10(x0, x1, False, x2) 16.70/6.19 new_ltEs18(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.19 new_esEs7(@2(x0, x1), @2(x2, x3), x4, x5) 16.70/6.19 new_esEs4(Left(x0), Left(x1), app(ty_[], x2), x3) 16.70/6.19 new_primCmpNat0(Zero, Zero) 16.70/6.19 new_compare(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.19 new_primPlusNat0(Succ(x0), Succ(x1)) 16.70/6.19 new_ltEs4(Just(x0), Just(x1), app(ty_Ratio, x2)) 16.70/6.19 new_primCmpFloat(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 16.70/6.19 new_primCmpFloat(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 16.70/6.19 16.70/6.19 We have to consider all minimal (P,Q,R)-chains. 16.70/6.19 ---------------------------------------- 16.70/6.19 16.70/6.19 (22) DependencyGraphProof (EQUIVALENT) 16.70/6.19 The approximation of the Dependency Graph [LPAR04,FROCOS05,EDGSTAR] contains 1 SCC with 8 less nodes. 16.70/6.19 ---------------------------------------- 16.70/6.19 16.70/6.19 (23) 16.70/6.19 Obligation: 16.70/6.19 Q DP problem: 16.70/6.19 The TRS P consists of the following rules: 16.70/6.19 16.70/6.19 new_compare30(vwx300, vwx3100, bcb, bcc, bcd) -> new_compare21(vwx300, vwx3100, new_esEs5(vwx300, vwx3100, bcb, bcc, bcd), bcb, bcc, bcd) 16.70/6.19 new_compare21(vwx300, vwx3100, False, bcb, bcc, bcd) -> new_ltEs1(vwx300, vwx3100, bcb, bcc, bcd) 16.70/6.19 new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hg, app(app(ty_@2, bag), bah), gf) -> new_lt3(vwx3011, vwx31011, bag, bah) 16.70/6.19 new_lt3(vwx300, vwx3100, bgc, bgd) -> new_compare23(vwx300, vwx3100, new_esEs7(vwx300, vwx3100, bgc, bgd), bgc, bgd) 16.70/6.19 new_compare23(vwx300, vwx3100, False, bgc, bgd) -> new_ltEs3(vwx300, vwx3100, bgc, bgd) 16.70/6.19 new_ltEs3(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), app(app(ty_Either, bea), beb), bdh) -> new_lt0(vwx3010, vwx31010, bea, beb) 16.70/6.19 new_lt0(vwx300, vwx3100, de, df) -> new_compare20(vwx300, vwx3100, new_esEs4(vwx300, vwx3100, de, df), de, df) 16.70/6.19 new_compare20(vwx300, vwx3100, False, de, df) -> new_ltEs(vwx300, vwx3100, de, df) 16.70/6.19 new_ltEs(Right(vwx3010), Right(vwx31010), fa, app(ty_Maybe, ga)) -> new_ltEs2(vwx3010, vwx31010, ga) 16.70/6.19 new_ltEs2(Just(vwx3010), Just(vwx31010), app(app(ty_@2, bde), bdf)) -> new_ltEs3(vwx3010, vwx31010, bde, bdf) 16.70/6.19 new_ltEs3(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), bfa, app(ty_[], bfb)) -> new_ltEs0(vwx3011, vwx31011, bfb) 16.70/6.19 new_ltEs0(:(vwx3010, vwx3011), :(vwx31010, vwx31011), dd) -> new_primCompAux(vwx3010, vwx31010, vwx3011, vwx31011, dd) 16.70/6.19 new_primCompAux(vwx3000, vwx31000, vwx3001, vwx31001, h) -> new_primCompAux0(vwx3001, vwx31001, new_compare(vwx3000, vwx31000, h), app(ty_[], h)) 16.70/6.19 new_primCompAux0(vwx130, vwx131, EQ, app(ty_[], cb)) -> new_compare0(vwx130, vwx131, cb) 16.70/6.19 new_compare0(:(vwx3010, vwx3011), :(vwx31010, vwx31011), dd) -> new_primCompAux(vwx3010, vwx31010, vwx3011, vwx31011, dd) 16.70/6.19 new_primCompAux(vwx3000, vwx31000, vwx3001, vwx31001, app(ty_Maybe, bg)) -> new_compare31(vwx3000, vwx31000, bg) 16.70/6.19 new_compare31(vwx300, vwx3100, bce) -> new_compare22(vwx300, vwx3100, new_esEs6(vwx300, vwx3100, bce), bce) 16.70/6.19 new_compare22(vwx300, vwx3100, False, bce) -> new_ltEs2(vwx300, vwx3100, bce) 16.70/6.19 new_ltEs2(Just(vwx3010), Just(vwx31010), app(app(app(ty_@3, bda), bdb), bdc)) -> new_ltEs1(vwx3010, vwx31010, bda, bdb, bdc) 16.70/6.19 new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hg, ge, app(app(ty_@2, bbh), bca)) -> new_ltEs3(vwx3012, vwx31012, bbh, bca) 16.70/6.19 new_ltEs3(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), bfa, app(app(ty_@2, bga), bgb)) -> new_ltEs3(vwx3011, vwx31011, bga, bgb) 16.70/6.19 new_ltEs3(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), bfa, app(app(ty_Either, bfc), bfd)) -> new_ltEs(vwx3011, vwx31011, bfc, bfd) 16.70/6.19 new_ltEs(Left(vwx3010), Left(vwx31010), app(ty_[], dg), dh) -> new_ltEs0(vwx3010, vwx31010, dg) 16.70/6.19 new_ltEs(Left(vwx3010), Left(vwx31010), app(app(app(ty_@3, ec), ed), ee), dh) -> new_ltEs1(vwx3010, vwx31010, ec, ed, ee) 16.70/6.19 new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), app(app(ty_Either, gg), gh), ge, gf) -> new_lt0(vwx3010, vwx31010, gg, gh) 16.70/6.19 new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hg, app(app(app(ty_@3, bac), bad), bae), gf) -> new_lt1(vwx3011, vwx31011, bac, bad, bae) 16.70/6.19 new_lt1(vwx300, vwx3100, bcb, bcc, bcd) -> new_compare21(vwx300, vwx3100, new_esEs5(vwx300, vwx3100, bcb, bcc, bcd), bcb, bcc, bcd) 16.70/6.19 new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hg, ge, app(ty_[], bba)) -> new_ltEs0(vwx3012, vwx31012, bba) 16.70/6.19 new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hg, app(ty_[], hh), gf) -> new_lt(vwx3011, vwx31011, hh) 16.70/6.19 new_lt(:(vwx3000, vwx3001), :(vwx31000, vwx31001), app(app(app(ty_@3, bd), be), bf)) -> new_compare30(vwx3000, vwx31000, bd, be, bf) 16.70/6.19 new_lt(:(vwx3000, vwx3001), :(vwx31000, vwx31001), app(ty_Maybe, bg)) -> new_compare31(vwx3000, vwx31000, bg) 16.70/6.19 new_lt(:(vwx3000, vwx3001), :(vwx31000, vwx31001), app(ty_[], ba)) -> new_compare0(vwx3000, vwx31000, ba) 16.70/6.19 new_lt(:(vwx3000, vwx3001), :(vwx31000, vwx31001), app(app(ty_@2, bh), ca)) -> new_compare32(vwx3000, vwx31000, bh, ca) 16.70/6.19 new_compare32(vwx300, vwx3100, bgc, bgd) -> new_compare23(vwx300, vwx3100, new_esEs7(vwx300, vwx3100, bgc, bgd), bgc, bgd) 16.70/6.19 new_lt(:(vwx3000, vwx3001), :(vwx31000, vwx31001), app(app(ty_Either, bb), bc)) -> new_compare3(vwx3000, vwx31000, bb, bc) 16.70/6.19 new_compare3(vwx300, vwx3100, de, df) -> new_compare20(vwx300, vwx3100, new_esEs4(vwx300, vwx3100, de, df), de, df) 16.70/6.19 new_lt(:(vwx3000, vwx3001), :(vwx31000, vwx31001), h) -> new_primCompAux0(vwx3001, vwx31001, new_compare(vwx3000, vwx31000, h), app(ty_[], h)) 16.70/6.19 new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hg, app(ty_Maybe, baf), gf) -> new_lt2(vwx3011, vwx31011, baf) 16.70/6.19 new_lt2(vwx300, vwx3100, bce) -> new_compare22(vwx300, vwx3100, new_esEs6(vwx300, vwx3100, bce), bce) 16.70/6.19 new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hg, ge, app(app(ty_Either, bbb), bbc)) -> new_ltEs(vwx3012, vwx31012, bbb, bbc) 16.70/6.19 new_ltEs(Right(vwx3010), Right(vwx31010), fa, app(app(ty_Either, fc), fd)) -> new_ltEs(vwx3010, vwx31010, fc, fd) 16.70/6.19 new_ltEs(Left(vwx3010), Left(vwx31010), app(app(ty_@2, eg), eh), dh) -> new_ltEs3(vwx3010, vwx31010, eg, eh) 16.70/6.19 new_ltEs3(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), app(app(ty_@2, beg), beh), bdh) -> new_lt3(vwx3010, vwx31010, beg, beh) 16.70/6.19 new_ltEs3(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), bfa, app(ty_Maybe, bfh)) -> new_ltEs2(vwx3011, vwx31011, bfh) 16.70/6.19 new_ltEs2(Just(vwx3010), Just(vwx31010), app(app(ty_Either, bcg), bch)) -> new_ltEs(vwx3010, vwx31010, bcg, bch) 16.70/6.19 new_ltEs(Right(vwx3010), Right(vwx31010), fa, app(app(app(ty_@3, ff), fg), fh)) -> new_ltEs1(vwx3010, vwx31010, ff, fg, fh) 16.70/6.19 new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hg, ge, app(app(app(ty_@3, bbd), bbe), bbf)) -> new_ltEs1(vwx3012, vwx31012, bbd, bbe, bbf) 16.70/6.19 new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), app(app(ty_@2, he), hf), ge, gf) -> new_lt3(vwx3010, vwx31010, he, hf) 16.70/6.19 new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), app(ty_Maybe, hd), ge, gf) -> new_lt2(vwx3010, vwx31010, hd) 16.70/6.19 new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), app(app(app(ty_@3, ha), hb), hc), ge, gf) -> new_lt1(vwx3010, vwx31010, ha, hb, hc) 16.70/6.19 new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hg, ge, app(ty_Maybe, bbg)) -> new_ltEs2(vwx3012, vwx31012, bbg) 16.70/6.19 new_ltEs2(Just(vwx3010), Just(vwx31010), app(ty_Maybe, bdd)) -> new_ltEs2(vwx3010, vwx31010, bdd) 16.70/6.19 new_ltEs2(Just(vwx3010), Just(vwx31010), app(ty_[], bcf)) -> new_ltEs0(vwx3010, vwx31010, bcf) 16.70/6.19 new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), app(ty_[], gd), ge, gf) -> new_lt(vwx3010, vwx31010, gd) 16.70/6.19 new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hg, app(app(ty_Either, baa), bab), gf) -> new_lt0(vwx3011, vwx31011, baa, bab) 16.70/6.19 new_ltEs(Right(vwx3010), Right(vwx31010), fa, app(ty_[], fb)) -> new_ltEs0(vwx3010, vwx31010, fb) 16.70/6.19 new_ltEs(Right(vwx3010), Right(vwx31010), fa, app(app(ty_@2, gb), gc)) -> new_ltEs3(vwx3010, vwx31010, gb, gc) 16.70/6.19 new_ltEs3(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), bfa, app(app(app(ty_@3, bfe), bff), bfg)) -> new_ltEs1(vwx3011, vwx31011, bfe, bff, bfg) 16.70/6.19 new_ltEs3(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), app(ty_Maybe, bef), bdh) -> new_lt2(vwx3010, vwx31010, bef) 16.70/6.19 new_ltEs3(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), app(ty_[], bdg), bdh) -> new_lt(vwx3010, vwx31010, bdg) 16.70/6.19 new_ltEs3(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), app(app(app(ty_@3, bec), bed), bee), bdh) -> new_lt1(vwx3010, vwx31010, bec, bed, bee) 16.70/6.19 new_ltEs(Left(vwx3010), Left(vwx31010), app(app(ty_Either, ea), eb), dh) -> new_ltEs(vwx3010, vwx31010, ea, eb) 16.70/6.19 new_ltEs(Left(vwx3010), Left(vwx31010), app(ty_Maybe, ef), dh) -> new_ltEs2(vwx3010, vwx31010, ef) 16.70/6.19 new_primCompAux(vwx3000, vwx31000, vwx3001, vwx31001, app(app(app(ty_@3, bd), be), bf)) -> new_compare30(vwx3000, vwx31000, bd, be, bf) 16.70/6.19 new_primCompAux(vwx3000, vwx31000, vwx3001, vwx31001, app(app(ty_Either, bb), bc)) -> new_compare3(vwx3000, vwx31000, bb, bc) 16.70/6.19 new_primCompAux(vwx3000, vwx31000, vwx3001, vwx31001, app(ty_[], ba)) -> new_compare0(vwx3000, vwx31000, ba) 16.70/6.19 new_primCompAux(vwx3000, vwx31000, vwx3001, vwx31001, app(app(ty_@2, bh), ca)) -> new_compare32(vwx3000, vwx31000, bh, ca) 16.70/6.19 16.70/6.19 The TRS R consists of the following rules: 16.70/6.19 16.70/6.19 new_ltEs6(EQ, EQ) -> True 16.70/6.19 new_esEs27(vwx3000, vwx31000, ty_Double) -> new_esEs15(vwx3000, vwx31000) 16.70/6.19 new_ltEs18(vwx3012, vwx31012, ty_Integer) -> new_ltEs17(vwx3012, vwx31012) 16.70/6.19 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 16.70/6.19 new_esEs20(vwx3000, vwx31000, ty_Integer) -> new_esEs19(vwx3000, vwx31000) 16.70/6.19 new_primCmpInt(Neg(Succ(vwx30000)), Pos(vwx31000)) -> LT 16.70/6.19 new_primPlusNat0(Zero, Zero) -> Zero 16.70/6.19 new_lt9(vwx3010, vwx31010, ty_@0) -> new_lt5(vwx3010, vwx31010) 16.70/6.19 new_primCompAux00(vwx130, vwx131, EQ, ty_Double) -> new_compare13(vwx130, vwx131) 16.70/6.19 new_pePe(True, vwx106) -> True 16.70/6.19 new_esEs23(vwx3000, vwx31000, app(ty_Maybe, ceb)) -> new_esEs6(vwx3000, vwx31000, ceb) 16.70/6.19 new_primCompAux00(vwx130, vwx131, EQ, ty_Bool) -> new_compare8(vwx130, vwx131) 16.70/6.19 new_compare111(vwx300, vwx3100, True, bcb, bcc, bcd) -> LT 16.70/6.19 new_primCompAux00(vwx130, vwx131, EQ, ty_Float) -> new_compare16(vwx130, vwx131) 16.70/6.19 new_esEs20(vwx3000, vwx31000, app(ty_[], ba)) -> new_esEs12(vwx3000, vwx31000, ba) 16.70/6.19 new_compare33(vwx300, vwx3100, de, df) -> new_compare27(vwx300, vwx3100, new_esEs4(vwx300, vwx3100, de, df), de, df) 16.70/6.19 new_ltEs6(GT, GT) -> True 16.70/6.19 new_ltEs10(Right(vwx3010), Right(vwx31010), fa, ty_Char) -> new_ltEs5(vwx3010, vwx31010) 16.70/6.19 new_lt10(vwx3011, vwx31011, ty_Ordering) -> new_lt18(vwx3011, vwx31011) 16.70/6.19 new_ltEs19(vwx3011, vwx31011, ty_Bool) -> new_ltEs7(vwx3011, vwx31011) 16.70/6.19 new_esEs4(Left(vwx3000), Right(vwx31000), de, df) -> False 16.70/6.19 new_esEs4(Right(vwx3000), Left(vwx31000), de, df) -> False 16.70/6.19 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 16.70/6.19 new_esEs12(:(vwx3000, vwx3001), [], h) -> False 16.70/6.19 new_esEs12([], :(vwx31000, vwx31001), h) -> False 16.70/6.19 new_primCmpInt(Pos(Zero), Neg(Succ(vwx310000))) -> GT 16.70/6.19 new_compare16(vwx301, vwx3101) -> new_primCmpFloat(vwx301, vwx3101) 16.70/6.19 new_lt9(vwx3010, vwx31010, ty_Double) -> new_lt4(vwx3010, vwx31010) 16.70/6.19 new_esEs24(vwx3001, vwx31001, ty_Int) -> new_esEs11(vwx3001, vwx31001) 16.70/6.19 new_esEs28(vwx3010, vwx31010, ty_Char) -> new_esEs18(vwx3010, vwx31010) 16.70/6.19 new_compare(vwx3000, vwx31000, ty_Integer) -> new_compare25(vwx3000, vwx31000) 16.70/6.19 new_primCmpInt(Neg(Succ(vwx30000)), Neg(vwx31000)) -> new_primCmpNat0(vwx31000, Succ(vwx30000)) 16.70/6.19 new_esEs22(vwx3001, vwx31001, app(app(ty_Either, cce), ccf)) -> new_esEs4(vwx3001, vwx31001, cce, ccf) 16.70/6.19 new_esEs9(vwx3011, vwx31011, app(app(ty_@2, bag), bah)) -> new_esEs7(vwx3011, vwx31011, bag, bah) 16.70/6.19 new_ltEs4(Nothing, Nothing, bgf) -> True 16.70/6.19 new_esEs26(vwx3001, vwx31001, app(app(ty_@2, cff), cfg)) -> new_esEs7(vwx3001, vwx31001, cff, cfg) 16.70/6.19 new_ltEs4(Just(vwx3010), Just(vwx31010), app(app(ty_Either, bcg), bch)) -> new_ltEs10(vwx3010, vwx31010, bcg, bch) 16.70/6.19 new_ltEs10(Right(vwx3010), Right(vwx31010), fa, ty_Bool) -> new_ltEs7(vwx3010, vwx31010) 16.70/6.19 new_ltEs4(Just(vwx3010), Nothing, bgf) -> False 16.70/6.19 new_primMulNat0(Succ(vwx300100), Succ(vwx3100000)) -> new_primPlusNat1(new_primMulNat0(vwx300100, Succ(vwx3100000)), vwx3100000) 16.70/6.19 new_esEs22(vwx3001, vwx31001, ty_Float) -> new_esEs17(vwx3001, vwx31001) 16.70/6.19 new_ltEs6(EQ, GT) -> True 16.70/6.19 new_ltEs13(vwx301, vwx3101) -> new_not(new_esEs8(new_compare13(vwx301, vwx3101), GT)) 16.70/6.19 new_ltEs15(vwx301, vwx3101) -> new_not(new_esEs8(new_compare16(vwx301, vwx3101), GT)) 16.70/6.19 new_lt10(vwx3011, vwx31011, app(app(app(ty_@3, bac), bad), bae)) -> new_lt14(vwx3011, vwx31011, bac, bad, bae) 16.70/6.19 new_compare113(vwx300, vwx3100, False) -> GT 16.70/6.19 new_compare7(:(vwx3010, vwx3011), :(vwx31010, vwx31011), dd) -> new_primCompAux1(vwx3010, vwx31010, vwx3011, vwx31011, dd) 16.70/6.19 new_lt12([], :(vwx31000, vwx31001), h) -> new_esEs8(LT, LT) 16.70/6.19 new_esEs9(vwx3011, vwx31011, ty_@0) -> new_esEs14(vwx3011, vwx31011) 16.70/6.19 new_esEs6(Just(vwx3000), Just(vwx31000), ty_Double) -> new_esEs15(vwx3000, vwx31000) 16.70/6.19 new_lt12(:(vwx3000, vwx3001), :(vwx31000, vwx31001), h) -> new_esEs8(new_primCompAux1(vwx3000, vwx31000, vwx3001, vwx31001, h), LT) 16.70/6.19 new_ltEs4(Just(vwx3010), Just(vwx31010), app(ty_Maybe, bdd)) -> new_ltEs4(vwx3010, vwx31010, bdd) 16.70/6.19 new_lt10(vwx3011, vwx31011, app(ty_Maybe, baf)) -> new_lt8(vwx3011, vwx31011, baf) 16.70/6.19 new_lt10(vwx3011, vwx31011, ty_Float) -> new_lt16(vwx3011, vwx31011) 16.70/6.19 new_compare26(vwx300, vwx3100, True) -> EQ 16.70/6.19 new_primEqInt(Pos(Succ(vwx30000)), Pos(Zero)) -> False 16.70/6.19 new_primEqInt(Pos(Zero), Pos(Succ(vwx310000))) -> False 16.70/6.19 new_esEs8(GT, GT) -> True 16.70/6.19 new_compare210(vwx300, vwx3100, True, bgc, bgd) -> EQ 16.70/6.19 new_ltEs19(vwx3011, vwx31011, ty_@0) -> new_ltEs12(vwx3011, vwx31011) 16.70/6.19 new_esEs20(vwx3000, vwx31000, app(app(app(ty_@3, bd), be), bf)) -> new_esEs5(vwx3000, vwx31000, bd, be, bf) 16.70/6.19 new_ltEs10(Right(vwx3010), Right(vwx31010), fa, ty_@0) -> new_ltEs12(vwx3010, vwx31010) 16.70/6.19 new_esEs8(EQ, EQ) -> True 16.70/6.19 new_lt20(vwx3010, vwx31010, app(app(ty_Either, bea), beb)) -> new_lt6(vwx3010, vwx31010, bea, beb) 16.70/6.19 new_primEqNat0(Succ(vwx30000), Succ(vwx310000)) -> new_primEqNat0(vwx30000, vwx310000) 16.70/6.19 new_ltEs10(Left(vwx3010), Left(vwx31010), ty_Ordering, dh) -> new_ltEs6(vwx3010, vwx31010) 16.70/6.19 new_ltEs19(vwx3011, vwx31011, ty_Char) -> new_ltEs5(vwx3011, vwx31011) 16.70/6.19 new_ltEs4(Just(vwx3010), Just(vwx31010), ty_Float) -> new_ltEs15(vwx3010, vwx31010) 16.70/6.19 new_not(True) -> False 16.70/6.19 new_lt20(vwx3010, vwx31010, ty_Float) -> new_lt16(vwx3010, vwx31010) 16.70/6.19 new_ltEs10(Left(vwx3010), Left(vwx31010), app(ty_Maybe, ef), dh) -> new_ltEs4(vwx3010, vwx31010, ef) 16.70/6.19 new_primCmpNat0(Zero, Zero) -> EQ 16.70/6.19 new_compare35(vwx300, vwx3100) -> new_compare26(vwx300, vwx3100, new_esEs8(vwx300, vwx3100)) 16.70/6.19 new_esEs4(Left(vwx3000), Left(vwx31000), ty_Char, df) -> new_esEs18(vwx3000, vwx31000) 16.70/6.19 new_compare26(vwx300, vwx3100, False) -> new_compare114(vwx300, vwx3100, new_ltEs6(vwx300, vwx3100)) 16.70/6.19 new_esEs5(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), bcb, bcc, bcd) -> new_asAs(new_esEs23(vwx3000, vwx31000, bcb), new_asAs(new_esEs22(vwx3001, vwx31001, bcc), new_esEs21(vwx3002, vwx31002, bcd))) 16.70/6.19 new_esEs23(vwx3000, vwx31000, ty_Char) -> new_esEs18(vwx3000, vwx31000) 16.70/6.19 new_esEs28(vwx3010, vwx31010, ty_Bool) -> new_esEs13(vwx3010, vwx31010) 16.70/6.19 new_ltEs6(LT, GT) -> True 16.70/6.19 new_esEs10(vwx3010, vwx31010, app(ty_Ratio, bhb)) -> new_esEs16(vwx3010, vwx31010, bhb) 16.70/6.19 new_esEs10(vwx3010, vwx31010, ty_Ordering) -> new_esEs8(vwx3010, vwx31010) 16.70/6.19 new_esEs21(vwx3002, vwx31002, ty_@0) -> new_esEs14(vwx3002, vwx31002) 16.70/6.19 new_primEqNat0(Succ(vwx30000), Zero) -> False 16.70/6.19 new_primEqNat0(Zero, Succ(vwx310000)) -> False 16.70/6.19 new_esEs18(Char(vwx3000), Char(vwx31000)) -> new_primEqNat0(vwx3000, vwx31000) 16.70/6.19 new_esEs14(@0, @0) -> True 16.70/6.19 new_primCompAux00(vwx130, vwx131, EQ, app(ty_[], cb)) -> new_compare7(vwx130, vwx131, cb) 16.70/6.19 new_esEs24(vwx3001, vwx31001, ty_Integer) -> new_esEs19(vwx3001, vwx31001) 16.70/6.19 new_esEs28(vwx3010, vwx31010, ty_Int) -> new_esEs11(vwx3010, vwx31010) 16.70/6.19 new_ltEs19(vwx3011, vwx31011, app(app(app(ty_@3, bfe), bff), bfg)) -> new_ltEs11(vwx3011, vwx31011, bfe, bff, bfg) 16.70/6.19 new_esEs22(vwx3001, vwx31001, ty_Double) -> new_esEs15(vwx3001, vwx31001) 16.70/6.19 new_esEs26(vwx3001, vwx31001, ty_Float) -> new_esEs17(vwx3001, vwx31001) 16.70/6.19 new_esEs22(vwx3001, vwx31001, app(app(ty_@2, cda), cdb)) -> new_esEs7(vwx3001, vwx31001, cda, cdb) 16.70/6.19 new_compare(vwx3000, vwx31000, ty_Bool) -> new_compare8(vwx3000, vwx31000) 16.70/6.19 new_esEs20(vwx3000, vwx31000, ty_Ordering) -> new_esEs8(vwx3000, vwx31000) 16.70/6.19 new_compare(vwx3000, vwx31000, ty_Char) -> new_compare17(vwx3000, vwx31000) 16.70/6.19 new_ltEs18(vwx3012, vwx31012, app(app(app(ty_@3, bbd), bbe), bbf)) -> new_ltEs11(vwx3012, vwx31012, bbd, bbe, bbf) 16.70/6.19 new_esEs23(vwx3000, vwx31000, ty_Int) -> new_esEs11(vwx3000, vwx31000) 16.70/6.19 new_ltEs18(vwx3012, vwx31012, ty_Ordering) -> new_ltEs6(vwx3012, vwx31012) 16.70/6.19 new_primCompAux00(vwx130, vwx131, EQ, ty_Int) -> new_compare6(vwx130, vwx131) 16.70/6.19 new_esEs4(Left(vwx3000), Left(vwx31000), ty_Int, df) -> new_esEs11(vwx3000, vwx31000) 16.70/6.19 new_ltEs18(vwx3012, vwx31012, ty_Char) -> new_ltEs5(vwx3012, vwx31012) 16.70/6.19 new_primCmpInt(Pos(Succ(vwx30000)), Neg(vwx31000)) -> GT 16.70/6.19 new_ltEs10(Right(vwx3010), Left(vwx31010), fa, dh) -> False 16.70/6.19 new_esEs20(vwx3000, vwx31000, app(ty_Ratio, bge)) -> new_esEs16(vwx3000, vwx31000, bge) 16.70/6.19 new_lt20(vwx3010, vwx31010, app(ty_Maybe, bef)) -> new_lt8(vwx3010, vwx31010, bef) 16.70/6.19 new_compare110(vwx300, vwx3100, True, de, df) -> LT 16.70/6.19 new_esEs10(vwx3010, vwx31010, app(ty_[], gd)) -> new_esEs12(vwx3010, vwx31010, gd) 16.70/6.19 new_primCompAux00(vwx130, vwx131, EQ, ty_Ordering) -> new_compare18(vwx130, vwx131) 16.70/6.19 new_primCompAux00(vwx130, vwx131, GT, bhe) -> GT 16.70/6.19 new_esEs26(vwx3001, vwx31001, ty_@0) -> new_esEs14(vwx3001, vwx31001) 16.70/6.19 new_primCmpNat0(Zero, Succ(vwx310000)) -> LT 16.70/6.19 new_lt20(vwx3010, vwx31010, app(app(app(ty_@3, bec), bed), bee)) -> new_lt14(vwx3010, vwx31010, bec, bed, bee) 16.70/6.19 new_ltEs10(Left(vwx3010), Left(vwx31010), ty_Double, dh) -> new_ltEs13(vwx3010, vwx31010) 16.70/6.19 new_compare7([], :(vwx31010, vwx31011), dd) -> LT 16.70/6.19 new_esEs4(Left(vwx3000), Left(vwx31000), ty_Bool, df) -> new_esEs13(vwx3000, vwx31000) 16.70/6.19 new_ltEs4(Just(vwx3010), Just(vwx31010), ty_Double) -> new_ltEs13(vwx3010, vwx31010) 16.70/6.19 new_ltEs10(Left(vwx3010), Left(vwx31010), ty_Int, dh) -> new_ltEs8(vwx3010, vwx31010) 16.70/6.19 new_ltEs4(Just(vwx3010), Just(vwx31010), ty_Int) -> new_ltEs8(vwx3010, vwx31010) 16.70/6.19 new_esEs4(Right(vwx3000), Right(vwx31000), de, ty_Integer) -> new_esEs19(vwx3000, vwx31000) 16.70/6.19 new_compare(vwx3000, vwx31000, ty_Int) -> new_compare6(vwx3000, vwx31000) 16.70/6.19 new_esEs6(Just(vwx3000), Just(vwx31000), ty_Int) -> new_esEs11(vwx3000, vwx31000) 16.70/6.19 new_lt20(vwx3010, vwx31010, app(app(ty_@2, beg), beh)) -> new_lt19(vwx3010, vwx31010, beg, beh) 16.70/6.19 new_esEs21(vwx3002, vwx31002, app(app(app(ty_@3, cca), ccb), ccc)) -> new_esEs5(vwx3002, vwx31002, cca, ccb, ccc) 16.70/6.19 new_primCmpNat0(Succ(vwx30000), Zero) -> GT 16.70/6.19 new_esEs27(vwx3000, vwx31000, app(app(ty_@2, cgh), cha)) -> new_esEs7(vwx3000, vwx31000, cgh, cha) 16.70/6.19 new_esEs9(vwx3011, vwx31011, app(ty_[], hh)) -> new_esEs12(vwx3011, vwx31011, hh) 16.70/6.19 new_lt9(vwx3010, vwx31010, ty_Ordering) -> new_lt18(vwx3010, vwx31010) 16.70/6.19 new_pePe(False, vwx106) -> vwx106 16.70/6.19 new_esEs27(vwx3000, vwx31000, ty_@0) -> new_esEs14(vwx3000, vwx31000) 16.70/6.19 new_esEs9(vwx3011, vwx31011, ty_Integer) -> new_esEs19(vwx3011, vwx31011) 16.70/6.19 new_lt15(:%(vwx3000, vwx3001), :%(vwx31000, vwx31001), ceh) -> new_esEs8(new_compare38(vwx3000, vwx31001, vwx31000, vwx3001, ceh), LT) 16.70/6.19 new_esEs23(vwx3000, vwx31000, ty_Bool) -> new_esEs13(vwx3000, vwx31000) 16.70/6.19 new_esEs4(Left(vwx3000), Left(vwx31000), ty_Ordering, df) -> new_esEs8(vwx3000, vwx31000) 16.70/6.19 new_lt10(vwx3011, vwx31011, app(ty_[], hh)) -> new_lt12(vwx3011, vwx31011, hh) 16.70/6.19 new_esEs23(vwx3000, vwx31000, ty_Float) -> new_esEs17(vwx3000, vwx31000) 16.70/6.19 new_esEs4(Left(vwx3000), Left(vwx31000), ty_Float, df) -> new_esEs17(vwx3000, vwx31000) 16.70/6.19 new_compare112(vwx300, vwx3100, True, bgc, bgd) -> LT 16.70/6.19 new_esEs21(vwx3002, vwx31002, app(app(ty_Either, cbc), cbd)) -> new_esEs4(vwx3002, vwx31002, cbc, cbd) 16.70/6.19 new_compare8(vwx3000, vwx31000) -> new_compare39(vwx3000, vwx31000) 16.70/6.19 new_ltEs6(LT, LT) -> True 16.70/6.19 new_ltEs19(vwx3011, vwx31011, ty_Integer) -> new_ltEs17(vwx3011, vwx31011) 16.70/6.19 new_ltEs16(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), bfa, bdh) -> new_pePe(new_lt20(vwx3010, vwx31010, bfa), new_asAs(new_esEs28(vwx3010, vwx31010, bfa), new_ltEs19(vwx3011, vwx31011, bdh))) 16.70/6.19 new_esEs21(vwx3002, vwx31002, app(ty_Ratio, cbe)) -> new_esEs16(vwx3002, vwx31002, cbe) 16.70/6.19 new_compare10(vwx300, vwx3100, False, bce) -> GT 16.70/6.19 new_ltEs10(Right(vwx3010), Right(vwx31010), fa, ty_Float) -> new_ltEs15(vwx3010, vwx31010) 16.70/6.19 new_esEs8(LT, EQ) -> False 16.70/6.19 new_esEs8(EQ, LT) -> False 16.70/6.19 new_esEs22(vwx3001, vwx31001, app(ty_Maybe, cch)) -> new_esEs6(vwx3001, vwx31001, cch) 16.70/6.19 new_esEs10(vwx3010, vwx31010, ty_Char) -> new_esEs18(vwx3010, vwx31010) 16.70/6.19 new_primEqInt(Pos(Zero), Neg(Succ(vwx310000))) -> False 16.70/6.19 new_primEqInt(Neg(Zero), Pos(Succ(vwx310000))) -> False 16.70/6.19 new_ltEs18(vwx3012, vwx31012, app(ty_[], bba)) -> new_ltEs9(vwx3012, vwx31012, bba) 16.70/6.19 new_compare24(vwx300, vwx3100, True, bce) -> EQ 16.70/6.19 new_esEs21(vwx3002, vwx31002, ty_Ordering) -> new_esEs8(vwx3002, vwx31002) 16.70/6.19 new_lt4(vwx300, vwx3100) -> new_esEs8(new_primCmpDouble(vwx300, vwx3100), LT) 16.70/6.19 new_compare114(vwx300, vwx3100, True) -> LT 16.70/6.19 new_ltEs18(vwx3012, vwx31012, ty_Bool) -> new_ltEs7(vwx3012, vwx31012) 16.70/6.19 new_compare(vwx3000, vwx31000, app(app(ty_Either, bb), bc)) -> new_compare9(vwx3000, vwx31000, bb, bc) 16.70/6.19 new_primCmpFloat(Float(vwx3000, Neg(vwx30010)), Float(vwx31000, Neg(vwx310010))) -> new_compare6(new_sr(vwx3000, Neg(vwx310010)), new_sr(Neg(vwx30010), vwx31000)) 16.70/6.19 new_esEs9(vwx3011, vwx31011, app(ty_Ratio, bhc)) -> new_esEs16(vwx3011, vwx31011, bhc) 16.70/6.19 new_primEqInt(Neg(Succ(vwx30000)), Neg(Succ(vwx310000))) -> new_primEqNat0(vwx30000, vwx310000) 16.70/6.19 new_esEs21(vwx3002, vwx31002, ty_Float) -> new_esEs17(vwx3002, vwx31002) 16.70/6.19 new_primCmpInt(Neg(Zero), Pos(Succ(vwx310000))) -> LT 16.70/6.19 new_esEs17(Float(vwx3000, vwx3001), Float(vwx31000, vwx31001)) -> new_esEs11(new_sr(vwx3000, vwx31001), new_sr(vwx3001, vwx31000)) 16.70/6.19 new_ltEs10(Right(vwx3010), Right(vwx31010), fa, app(app(ty_Either, fc), fd)) -> new_ltEs10(vwx3010, vwx31010, fc, fd) 16.70/6.19 new_primMulInt(Pos(vwx30010), Pos(vwx310000)) -> Pos(new_primMulNat0(vwx30010, vwx310000)) 16.70/6.19 new_esEs10(vwx3010, vwx31010, ty_Int) -> new_esEs11(vwx3010, vwx31010) 16.70/6.19 new_esEs23(vwx3000, vwx31000, app(app(ty_Either, cdg), cdh)) -> new_esEs4(vwx3000, vwx31000, cdg, cdh) 16.70/6.19 new_esEs6(Just(vwx3000), Just(vwx31000), app(app(ty_Either, caa), cab)) -> new_esEs4(vwx3000, vwx31000, caa, cab) 16.70/6.19 new_esEs28(vwx3010, vwx31010, ty_Double) -> new_esEs15(vwx3010, vwx31010) 16.70/6.19 new_esEs4(Right(vwx3000), Right(vwx31000), de, ty_Char) -> new_esEs18(vwx3000, vwx31000) 16.70/6.19 new_ltEs10(Right(vwx3010), Right(vwx31010), fa, ty_Integer) -> new_ltEs17(vwx3010, vwx31010) 16.70/6.19 new_compare10(vwx300, vwx3100, True, bce) -> LT 16.70/6.19 new_ltEs10(Right(vwx3010), Right(vwx31010), fa, app(ty_Maybe, ga)) -> new_ltEs4(vwx3010, vwx31010, ga) 16.70/6.19 new_esEs9(vwx3011, vwx31011, ty_Ordering) -> new_esEs8(vwx3011, vwx31011) 16.70/6.19 new_primMulNat0(Succ(vwx300100), Zero) -> Zero 16.70/6.19 new_primMulNat0(Zero, Succ(vwx3100000)) -> Zero 16.70/6.19 new_esEs10(vwx3010, vwx31010, ty_Float) -> new_esEs17(vwx3010, vwx31010) 16.70/6.19 new_esEs23(vwx3000, vwx31000, app(ty_[], cdf)) -> new_esEs12(vwx3000, vwx31000, cdf) 16.70/6.19 new_esEs16(:%(vwx3000, vwx3001), :%(vwx31000, vwx31001), ceh) -> new_asAs(new_esEs25(vwx3000, vwx31000, ceh), new_esEs24(vwx3001, vwx31001, ceh)) 16.70/6.19 new_ltEs6(LT, EQ) -> True 16.70/6.19 new_esEs6(Just(vwx3000), Just(vwx31000), app(app(app(ty_@3, cag), cah), cba)) -> new_esEs5(vwx3000, vwx31000, cag, cah, cba) 16.70/6.19 new_primCmpDouble(Double(vwx3000, Pos(vwx30010)), Double(vwx31000, Neg(vwx310010))) -> new_compare6(new_sr(vwx3000, Pos(vwx310010)), new_sr(Neg(vwx30010), vwx31000)) 16.70/6.19 new_primCmpDouble(Double(vwx3000, Neg(vwx30010)), Double(vwx31000, Pos(vwx310010))) -> new_compare6(new_sr(vwx3000, Neg(vwx310010)), new_sr(Pos(vwx30010), vwx31000)) 16.70/6.19 new_esEs26(vwx3001, vwx31001, app(ty_[], cfa)) -> new_esEs12(vwx3001, vwx31001, cfa) 16.70/6.19 new_lt9(vwx3010, vwx31010, app(app(app(ty_@3, ha), hb), hc)) -> new_lt14(vwx3010, vwx31010, ha, hb, hc) 16.70/6.19 new_esEs23(vwx3000, vwx31000, app(app(app(ty_@3, cee), cef), ceg)) -> new_esEs5(vwx3000, vwx31000, cee, cef, ceg) 16.70/6.19 new_lt20(vwx3010, vwx31010, ty_Bool) -> new_lt13(vwx3010, vwx31010) 16.70/6.19 new_primPlusNat1(Succ(vwx1400), vwx3100000) -> Succ(Succ(new_primPlusNat0(vwx1400, vwx3100000))) 16.70/6.19 new_primCmpChar(Char(vwx3000), Char(vwx31000)) -> new_primCmpNat0(vwx3000, vwx31000) 16.70/6.19 new_primCompAux00(vwx130, vwx131, EQ, app(ty_Ratio, bhf)) -> new_compare14(vwx130, vwx131, bhf) 16.70/6.19 new_esEs4(Right(vwx3000), Right(vwx31000), de, app(ty_Ratio, dbb)) -> new_esEs16(vwx3000, vwx31000, dbb) 16.70/6.19 new_primCompAux00(vwx130, vwx131, EQ, app(app(ty_Either, cc), cd)) -> new_compare9(vwx130, vwx131, cc, cd) 16.70/6.19 new_primPlusNat0(Succ(vwx14000), Zero) -> Succ(vwx14000) 16.70/6.19 new_primPlusNat0(Zero, Succ(vwx31000000)) -> Succ(vwx31000000) 16.70/6.19 new_esEs20(vwx3000, vwx31000, ty_Int) -> new_esEs11(vwx3000, vwx31000) 16.70/6.19 new_esEs10(vwx3010, vwx31010, app(app(ty_Either, gg), gh)) -> new_esEs4(vwx3010, vwx31010, gg, gh) 16.70/6.19 new_primPlusNat1(Zero, vwx3100000) -> Succ(vwx3100000) 16.70/6.19 new_esEs12(:(vwx3000, vwx3001), :(vwx31000, vwx31001), h) -> new_asAs(new_esEs20(vwx3000, vwx31000, h), new_esEs12(vwx3001, vwx31001, h)) 16.70/6.19 new_esEs8(LT, LT) -> True 16.70/6.19 new_lt7(Integer(vwx3000), Integer(vwx31000)) -> new_esEs8(new_primCmpInt(vwx3000, vwx31000), LT) 16.70/6.19 new_ltEs7(False, True) -> True 16.70/6.19 new_esEs26(vwx3001, vwx31001, ty_Bool) -> new_esEs13(vwx3001, vwx31001) 16.70/6.19 new_esEs9(vwx3011, vwx31011, ty_Float) -> new_esEs17(vwx3011, vwx31011) 16.70/6.19 new_lt9(vwx3010, vwx31010, ty_Char) -> new_lt17(vwx3010, vwx31010) 16.70/6.19 new_esEs21(vwx3002, vwx31002, ty_Int) -> new_esEs11(vwx3002, vwx31002) 16.70/6.19 new_compare17(vwx301, vwx3101) -> new_primCmpChar(vwx301, vwx3101) 16.70/6.19 new_esEs4(Right(vwx3000), Right(vwx31000), de, ty_Double) -> new_esEs15(vwx3000, vwx31000) 16.70/6.19 new_compare(vwx3000, vwx31000, app(app(ty_@2, bh), ca)) -> new_compare19(vwx3000, vwx31000, bh, ca) 16.70/6.19 new_esEs4(Right(vwx3000), Right(vwx31000), de, app(app(app(ty_@3, dbf), dbg), dbh)) -> new_esEs5(vwx3000, vwx31000, dbf, dbg, dbh) 16.70/6.19 new_esEs13(True, True) -> True 16.70/6.19 new_ltEs8(vwx301, vwx3101) -> new_not(new_esEs8(new_compare6(vwx301, vwx3101), GT)) 16.70/6.19 new_compare15(vwx3000, vwx31000, bg) -> new_compare36(vwx3000, vwx31000, bg) 16.70/6.19 new_esEs9(vwx3011, vwx31011, app(ty_Maybe, baf)) -> new_esEs6(vwx3011, vwx31011, baf) 16.70/6.19 new_esEs10(vwx3010, vwx31010, ty_Integer) -> new_esEs19(vwx3010, vwx31010) 16.70/6.19 new_ltEs7(True, False) -> False 16.70/6.19 new_lt17(vwx300, vwx3100) -> new_esEs8(new_primCmpChar(vwx300, vwx3100), LT) 16.70/6.19 new_compare(vwx3000, vwx31000, app(ty_Ratio, bge)) -> new_compare14(vwx3000, vwx31000, bge) 16.70/6.19 new_esEs20(vwx3000, vwx31000, ty_Char) -> new_esEs18(vwx3000, vwx31000) 16.70/6.19 new_esEs6(Just(vwx3000), Just(vwx31000), ty_Ordering) -> new_esEs8(vwx3000, vwx31000) 16.70/6.19 new_lt10(vwx3011, vwx31011, ty_Bool) -> new_lt13(vwx3011, vwx31011) 16.70/6.19 new_compare28(vwx300, vwx3100, False, bcb, bcc, bcd) -> new_compare111(vwx300, vwx3100, new_ltEs11(vwx300, vwx3100, bcb, bcc, bcd), bcb, bcc, bcd) 16.70/6.19 new_compare34(vwx300, vwx3100, bcb, bcc, bcd) -> new_compare28(vwx300, vwx3100, new_esEs5(vwx300, vwx3100, bcb, bcc, bcd), bcb, bcc, bcd) 16.70/6.19 new_esEs9(vwx3011, vwx31011, app(app(ty_Either, baa), bab)) -> new_esEs4(vwx3011, vwx31011, baa, bab) 16.70/6.19 new_compare7(:(vwx3010, vwx3011), [], dd) -> GT 16.70/6.19 new_esEs6(Just(vwx3000), Just(vwx31000), ty_Float) -> new_esEs17(vwx3000, vwx31000) 16.70/6.19 new_ltEs18(vwx3012, vwx31012, ty_@0) -> new_ltEs12(vwx3012, vwx31012) 16.70/6.19 new_ltEs9(vwx301, vwx3101, dd) -> new_not(new_esEs8(new_compare7(vwx301, vwx3101, dd), GT)) 16.70/6.19 new_primMulInt(Neg(vwx30010), Neg(vwx310000)) -> Pos(new_primMulNat0(vwx30010, vwx310000)) 16.70/6.19 new_ltEs7(False, False) -> True 16.70/6.19 new_primCmpInt(Pos(Zero), Pos(Succ(vwx310000))) -> new_primCmpNat0(Zero, Succ(vwx310000)) 16.70/6.19 new_primCompAux00(vwx130, vwx131, EQ, ty_Integer) -> new_compare25(vwx130, vwx131) 16.70/6.19 new_esEs6(Just(vwx3000), Just(vwx31000), app(ty_Ratio, cac)) -> new_esEs16(vwx3000, vwx31000, cac) 16.70/6.19 new_esEs9(vwx3011, vwx31011, app(app(app(ty_@3, bac), bad), bae)) -> new_esEs5(vwx3011, vwx31011, bac, bad, bae) 16.70/6.19 new_esEs4(Right(vwx3000), Right(vwx31000), de, ty_@0) -> new_esEs14(vwx3000, vwx31000) 16.70/6.19 new_compare38(Integer(vwx30000), Integer(vwx310010), vwx31000, vwx3001, ty_Integer) -> new_compare25(Integer(new_primMulInt(vwx30000, vwx310010)), new_sr0(vwx31000, vwx3001)) 16.70/6.19 new_esEs19(Integer(vwx3000), Integer(vwx31000)) -> new_primEqInt(vwx3000, vwx31000) 16.70/6.19 new_lt20(vwx3010, vwx31010, app(ty_[], bdg)) -> new_lt12(vwx3010, vwx31010, bdg) 16.70/6.19 new_ltEs4(Just(vwx3010), Just(vwx31010), app(app(ty_@2, bde), bdf)) -> new_ltEs16(vwx3010, vwx31010, bde, bdf) 16.70/6.19 new_esEs6(Just(vwx3000), Just(vwx31000), app(ty_Maybe, cad)) -> new_esEs6(vwx3000, vwx31000, cad) 16.70/6.19 new_esEs6(Nothing, Just(vwx31000), bce) -> False 16.70/6.19 new_esEs6(Just(vwx3000), Nothing, bce) -> False 16.70/6.19 new_esEs23(vwx3000, vwx31000, app(ty_Ratio, cea)) -> new_esEs16(vwx3000, vwx31000, cea) 16.70/6.19 new_compare39(vwx300, vwx3100) -> new_compare29(vwx300, vwx3100, new_esEs13(vwx300, vwx3100)) 16.70/6.19 new_esEs4(Right(vwx3000), Right(vwx31000), de, app(ty_Maybe, dbc)) -> new_esEs6(vwx3000, vwx31000, dbc) 16.70/6.19 new_esEs6(Nothing, Nothing, bce) -> True 16.70/6.19 new_esEs21(vwx3002, vwx31002, ty_Integer) -> new_esEs19(vwx3002, vwx31002) 16.70/6.19 new_ltEs19(vwx3011, vwx31011, ty_Double) -> new_ltEs13(vwx3011, vwx31011) 16.70/6.19 new_compare114(vwx300, vwx3100, False) -> GT 16.70/6.19 new_compare(vwx3000, vwx31000, ty_Float) -> new_compare16(vwx3000, vwx31000) 16.70/6.19 new_esEs10(vwx3010, vwx31010, app(app(app(ty_@3, ha), hb), hc)) -> new_esEs5(vwx3010, vwx31010, ha, hb, hc) 16.70/6.19 new_esEs23(vwx3000, vwx31000, ty_Ordering) -> new_esEs8(vwx3000, vwx31000) 16.70/6.19 new_ltEs10(Left(vwx3010), Left(vwx31010), ty_Bool, dh) -> new_ltEs7(vwx3010, vwx31010) 16.70/6.19 new_compare6(vwx301, vwx3101) -> new_primCmpInt(vwx301, vwx3101) 16.70/6.19 new_ltEs17(vwx301, vwx3101) -> new_not(new_esEs8(new_compare25(vwx301, vwx3101), GT)) 16.70/6.19 new_esEs22(vwx3001, vwx31001, app(ty_Ratio, ccg)) -> new_esEs16(vwx3001, vwx31001, ccg) 16.70/6.19 new_lt5(@0, @0) -> new_esEs8(EQ, LT) 16.70/6.19 new_compare37(vwx300, vwx3100, bgc, bgd) -> new_compare210(vwx300, vwx3100, new_esEs7(vwx300, vwx3100, bgc, bgd), bgc, bgd) 16.70/6.19 new_compare12(@0, @0) -> EQ 16.70/6.19 new_lt9(vwx3010, vwx31010, app(ty_[], gd)) -> new_lt12(vwx3010, vwx31010, gd) 16.70/6.19 new_lt20(vwx3010, vwx31010, ty_Char) -> new_lt17(vwx3010, vwx31010) 16.70/6.19 new_ltEs4(Just(vwx3010), Just(vwx31010), ty_Integer) -> new_ltEs17(vwx3010, vwx31010) 16.70/6.19 new_primMulInt(Pos(vwx30010), Neg(vwx310000)) -> Neg(new_primMulNat0(vwx30010, vwx310000)) 16.70/6.19 new_primMulInt(Neg(vwx30010), Pos(vwx310000)) -> Neg(new_primMulNat0(vwx30010, vwx310000)) 16.70/6.19 new_esEs22(vwx3001, vwx31001, ty_Bool) -> new_esEs13(vwx3001, vwx31001) 16.70/6.19 new_esEs22(vwx3001, vwx31001, ty_Ordering) -> new_esEs8(vwx3001, vwx31001) 16.70/6.19 new_ltEs19(vwx3011, vwx31011, app(ty_[], bfb)) -> new_ltEs9(vwx3011, vwx31011, bfb) 16.70/6.19 new_ltEs5(vwx301, vwx3101) -> new_not(new_esEs8(new_compare17(vwx301, vwx3101), GT)) 16.70/6.19 new_primCompAux00(vwx130, vwx131, EQ, app(app(app(ty_@3, ce), cf), cg)) -> new_compare11(vwx130, vwx131, ce, cf, cg) 16.70/6.19 new_ltEs10(Left(vwx3010), Left(vwx31010), app(app(ty_Either, ea), eb), dh) -> new_ltEs10(vwx3010, vwx31010, ea, eb) 16.70/6.19 new_ltEs6(GT, EQ) -> False 16.70/6.19 new_esEs22(vwx3001, vwx31001, app(app(app(ty_@3, cdc), cdd), cde)) -> new_esEs5(vwx3001, vwx31001, cdc, cdd, cde) 16.70/6.19 new_ltEs11(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hg, ge, gf) -> new_pePe(new_lt9(vwx3010, vwx31010, hg), new_asAs(new_esEs10(vwx3010, vwx31010, hg), new_pePe(new_lt10(vwx3011, vwx31011, ge), new_asAs(new_esEs9(vwx3011, vwx31011, ge), new_ltEs18(vwx3012, vwx31012, gf))))) 16.70/6.19 new_ltEs10(Left(vwx3010), Left(vwx31010), app(ty_Ratio, bgh), dh) -> new_ltEs14(vwx3010, vwx31010, bgh) 16.70/6.19 new_esEs4(Right(vwx3000), Right(vwx31000), de, app(app(ty_@2, dbd), dbe)) -> new_esEs7(vwx3000, vwx31000, dbd, dbe) 16.70/6.19 new_compare111(vwx300, vwx3100, False, bcb, bcc, bcd) -> GT 16.70/6.19 new_ltEs12(vwx301, vwx3101) -> new_not(new_esEs8(new_compare12(vwx301, vwx3101), GT)) 16.70/6.19 new_sr0(Integer(vwx310000), Integer(vwx30010)) -> Integer(new_primMulInt(vwx310000, vwx30010)) 16.70/6.19 new_esEs28(vwx3010, vwx31010, ty_@0) -> new_esEs14(vwx3010, vwx31010) 16.70/6.19 new_ltEs4(Just(vwx3010), Just(vwx31010), app(ty_Ratio, bgg)) -> new_ltEs14(vwx3010, vwx31010, bgg) 16.70/6.19 new_esEs13(False, False) -> True 16.70/6.19 new_lt19(vwx300, vwx3100, bgc, bgd) -> new_esEs8(new_compare37(vwx300, vwx3100, bgc, bgd), LT) 16.70/6.19 new_esEs20(vwx3000, vwx31000, ty_Double) -> new_esEs15(vwx3000, vwx31000) 16.70/6.19 new_esEs15(Double(vwx3000, vwx3001), Double(vwx31000, vwx31001)) -> new_esEs11(new_sr(vwx3000, vwx31001), new_sr(vwx3001, vwx31000)) 16.70/6.19 new_ltEs10(Left(vwx3010), Right(vwx31010), fa, dh) -> True 16.70/6.19 new_primCompAux1(vwx3000, vwx31000, vwx3001, vwx31001, h) -> new_primCompAux00(vwx3001, vwx31001, new_compare(vwx3000, vwx31000, h), app(ty_[], h)) 16.70/6.19 new_ltEs18(vwx3012, vwx31012, ty_Double) -> new_ltEs13(vwx3012, vwx31012) 16.70/6.19 new_esEs22(vwx3001, vwx31001, ty_Integer) -> new_esEs19(vwx3001, vwx31001) 16.70/6.19 new_ltEs18(vwx3012, vwx31012, ty_Int) -> new_ltEs8(vwx3012, vwx31012) 16.70/6.19 new_ltEs10(Left(vwx3010), Left(vwx31010), ty_@0, dh) -> new_ltEs12(vwx3010, vwx31010) 16.70/6.19 new_asAs(True, vwx125) -> vwx125 16.70/6.19 new_primCompAux00(vwx130, vwx131, EQ, app(ty_Maybe, da)) -> new_compare15(vwx130, vwx131, da) 16.70/6.19 new_lt13(vwx300, vwx3100) -> new_esEs8(new_compare39(vwx300, vwx3100), LT) 16.70/6.19 new_esEs21(vwx3002, vwx31002, app(ty_Maybe, cbf)) -> new_esEs6(vwx3002, vwx31002, cbf) 16.70/6.19 new_esEs7(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), bgc, bgd) -> new_asAs(new_esEs27(vwx3000, vwx31000, bgc), new_esEs26(vwx3001, vwx31001, bgd)) 16.70/6.19 new_ltEs10(Left(vwx3010), Left(vwx31010), ty_Char, dh) -> new_ltEs5(vwx3010, vwx31010) 16.70/6.19 new_esEs27(vwx3000, vwx31000, ty_Integer) -> new_esEs19(vwx3000, vwx31000) 16.70/6.19 new_lt16(vwx300, vwx3100) -> new_esEs8(new_primCmpFloat(vwx300, vwx3100), LT) 16.70/6.19 new_compare113(vwx300, vwx3100, True) -> LT 16.70/6.19 new_esEs10(vwx3010, vwx31010, app(ty_Maybe, hd)) -> new_esEs6(vwx3010, vwx31010, hd) 16.70/6.19 new_esEs21(vwx3002, vwx31002, ty_Char) -> new_esEs18(vwx3002, vwx31002) 16.70/6.19 new_ltEs4(Nothing, Just(vwx31010), bgf) -> True 16.70/6.19 new_lt10(vwx3011, vwx31011, ty_Char) -> new_lt17(vwx3011, vwx31011) 16.70/6.19 new_esEs4(Left(vwx3000), Left(vwx31000), app(app(ty_Either, chf), chg), df) -> new_esEs4(vwx3000, vwx31000, chf, chg) 16.70/6.19 new_ltEs18(vwx3012, vwx31012, app(ty_Maybe, bbg)) -> new_ltEs4(vwx3012, vwx31012, bbg) 16.70/6.19 new_esEs26(vwx3001, vwx31001, ty_Char) -> new_esEs18(vwx3001, vwx31001) 16.70/6.19 new_compare38(vwx3000, vwx31001, vwx31000, vwx3001, ty_Int) -> new_primCmpInt(new_sr(vwx3000, vwx31001), new_sr(vwx31000, vwx3001)) 16.70/6.19 new_lt18(vwx300, vwx3100) -> new_esEs8(new_compare35(vwx300, vwx3100), LT) 16.70/6.19 new_compare11(vwx3000, vwx31000, bd, be, bf) -> new_compare34(vwx3000, vwx31000, bd, be, bf) 16.70/6.19 new_primCompAux00(vwx130, vwx131, EQ, app(app(ty_@2, db), dc)) -> new_compare19(vwx130, vwx131, db, dc) 16.70/6.19 new_esEs22(vwx3001, vwx31001, ty_Int) -> new_esEs11(vwx3001, vwx31001) 16.70/6.19 new_ltEs19(vwx3011, vwx31011, ty_Ordering) -> new_ltEs6(vwx3011, vwx31011) 16.70/6.19 new_primCmpInt(Pos(Succ(vwx30000)), Pos(vwx31000)) -> new_primCmpNat0(Succ(vwx30000), vwx31000) 16.70/6.19 new_esEs9(vwx3011, vwx31011, ty_Int) -> new_esEs11(vwx3011, vwx31011) 16.70/6.19 new_ltEs10(Right(vwx3010), Right(vwx31010), fa, app(app(app(ty_@3, ff), fg), fh)) -> new_ltEs11(vwx3010, vwx31010, ff, fg, fh) 16.70/6.19 new_esEs20(vwx3000, vwx31000, app(app(ty_Either, bb), bc)) -> new_esEs4(vwx3000, vwx31000, bb, bc) 16.70/6.19 new_sr(vwx3001, vwx31000) -> new_primMulInt(vwx3001, vwx31000) 16.70/6.19 new_esEs27(vwx3000, vwx31000, ty_Bool) -> new_esEs13(vwx3000, vwx31000) 16.70/6.19 new_primMulNat0(Zero, Zero) -> Zero 16.70/6.19 new_esEs27(vwx3000, vwx31000, app(ty_Ratio, cgf)) -> new_esEs16(vwx3000, vwx31000, cgf) 16.70/6.19 new_esEs27(vwx3000, vwx31000, ty_Ordering) -> new_esEs8(vwx3000, vwx31000) 16.70/6.19 new_lt9(vwx3010, vwx31010, app(app(ty_Either, gg), gh)) -> new_lt6(vwx3010, vwx31010, gg, gh) 16.70/6.19 new_lt12([], [], h) -> new_esEs8(EQ, LT) 16.70/6.19 new_primCompAux00(vwx130, vwx131, EQ, ty_Char) -> new_compare17(vwx130, vwx131) 16.70/6.19 new_esEs23(vwx3000, vwx31000, app(app(ty_@2, cec), ced)) -> new_esEs7(vwx3000, vwx31000, cec, ced) 16.70/6.19 new_ltEs6(EQ, LT) -> False 16.70/6.19 new_esEs6(Just(vwx3000), Just(vwx31000), app(ty_[], bhh)) -> new_esEs12(vwx3000, vwx31000, bhh) 16.70/6.19 new_compare28(vwx300, vwx3100, True, bcb, bcc, bcd) -> EQ 16.70/6.19 new_ltEs10(Right(vwx3010), Right(vwx31010), fa, ty_Ordering) -> new_ltEs6(vwx3010, vwx31010) 16.70/6.19 new_lt12(:(vwx3000, vwx3001), [], h) -> new_esEs8(GT, LT) 16.70/6.19 new_esEs23(vwx3000, vwx31000, ty_Integer) -> new_esEs19(vwx3000, vwx31000) 16.70/6.19 new_ltEs10(Right(vwx3010), Right(vwx31010), fa, ty_Int) -> new_ltEs8(vwx3010, vwx31010) 16.70/6.19 new_esEs4(Left(vwx3000), Left(vwx31000), app(ty_[], che), df) -> new_esEs12(vwx3000, vwx31000, che) 16.70/6.19 new_lt20(vwx3010, vwx31010, app(ty_Ratio, dca)) -> new_lt15(vwx3010, vwx31010, dca) 16.70/6.19 new_compare13(vwx301, vwx3101) -> new_primCmpDouble(vwx301, vwx3101) 16.70/6.19 new_ltEs10(Right(vwx3010), Right(vwx31010), fa, ty_Double) -> new_ltEs13(vwx3010, vwx31010) 16.70/6.19 new_esEs6(Just(vwx3000), Just(vwx31000), ty_Integer) -> new_esEs19(vwx3000, vwx31000) 16.70/6.19 new_esEs26(vwx3001, vwx31001, app(ty_Maybe, cfe)) -> new_esEs6(vwx3001, vwx31001, cfe) 16.70/6.19 new_primCmpFloat(Float(vwx3000, Pos(vwx30010)), Float(vwx31000, Pos(vwx310010))) -> new_compare6(new_sr(vwx3000, Pos(vwx310010)), new_sr(Pos(vwx30010), vwx31000)) 16.70/6.19 new_esEs4(Right(vwx3000), Right(vwx31000), de, app(app(ty_Either, dah), dba)) -> new_esEs4(vwx3000, vwx31000, dah, dba) 16.70/6.19 new_ltEs10(Right(vwx3010), Right(vwx31010), fa, app(ty_[], fb)) -> new_ltEs9(vwx3010, vwx31010, fb) 16.70/6.19 new_lt20(vwx3010, vwx31010, ty_Integer) -> new_lt7(vwx3010, vwx31010) 16.70/6.19 new_compare19(vwx3000, vwx31000, bh, ca) -> new_compare37(vwx3000, vwx31000, bh, ca) 16.70/6.19 new_esEs4(Right(vwx3000), Right(vwx31000), de, app(ty_[], dag)) -> new_esEs12(vwx3000, vwx31000, dag) 16.70/6.19 new_ltEs19(vwx3011, vwx31011, app(app(ty_@2, bga), bgb)) -> new_ltEs16(vwx3011, vwx31011, bga, bgb) 16.70/6.19 new_lt10(vwx3011, vwx31011, app(ty_Ratio, bhc)) -> new_lt15(vwx3011, vwx31011, bhc) 16.70/6.19 new_esEs6(Just(vwx3000), Just(vwx31000), app(app(ty_@2, cae), caf)) -> new_esEs7(vwx3000, vwx31000, cae, caf) 16.70/6.19 new_esEs22(vwx3001, vwx31001, app(ty_[], ccd)) -> new_esEs12(vwx3001, vwx31001, ccd) 16.70/6.19 new_esEs4(Left(vwx3000), Left(vwx31000), ty_Integer, df) -> new_esEs19(vwx3000, vwx31000) 16.70/6.19 new_ltEs10(Right(vwx3010), Right(vwx31010), fa, app(ty_Ratio, bha)) -> new_ltEs14(vwx3010, vwx31010, bha) 16.70/6.19 new_lt10(vwx3011, vwx31011, app(app(ty_@2, bag), bah)) -> new_lt19(vwx3011, vwx31011, bag, bah) 16.70/6.19 new_compare(vwx3000, vwx31000, app(app(app(ty_@3, bd), be), bf)) -> new_compare11(vwx3000, vwx31000, bd, be, bf) 16.70/6.19 new_primEqInt(Neg(Succ(vwx30000)), Neg(Zero)) -> False 16.70/6.19 new_primEqInt(Neg(Zero), Neg(Succ(vwx310000))) -> False 16.70/6.19 new_ltEs7(True, True) -> True 16.70/6.19 new_esEs27(vwx3000, vwx31000, app(ty_[], cgc)) -> new_esEs12(vwx3000, vwx31000, cgc) 16.70/6.19 new_esEs4(Left(vwx3000), Left(vwx31000), app(app(ty_@2, dab), dac), df) -> new_esEs7(vwx3000, vwx31000, dab, dac) 16.70/6.19 new_primEqInt(Pos(Succ(vwx30000)), Pos(Succ(vwx310000))) -> new_primEqNat0(vwx30000, vwx310000) 16.70/6.19 new_esEs20(vwx3000, vwx31000, ty_@0) -> new_esEs14(vwx3000, vwx31000) 16.70/6.19 new_esEs13(False, True) -> False 16.70/6.19 new_esEs13(True, False) -> False 16.70/6.19 new_compare210(vwx300, vwx3100, False, bgc, bgd) -> new_compare112(vwx300, vwx3100, new_ltEs16(vwx300, vwx3100, bgc, bgd), bgc, bgd) 16.70/6.19 new_lt9(vwx3010, vwx31010, ty_Integer) -> new_lt7(vwx3010, vwx31010) 16.70/6.19 new_esEs21(vwx3002, vwx31002, ty_Double) -> new_esEs15(vwx3002, vwx31002) 16.70/6.19 new_esEs28(vwx3010, vwx31010, app(app(ty_@2, beg), beh)) -> new_esEs7(vwx3010, vwx31010, beg, beh) 16.70/6.19 new_esEs4(Right(vwx3000), Right(vwx31000), de, ty_Int) -> new_esEs11(vwx3000, vwx31000) 16.70/6.19 new_lt9(vwx3010, vwx31010, ty_Bool) -> new_lt13(vwx3010, vwx31010) 16.70/6.19 new_esEs20(vwx3000, vwx31000, app(ty_Maybe, bg)) -> new_esEs6(vwx3000, vwx31000, bg) 16.70/6.19 new_lt9(vwx3010, vwx31010, ty_Int) -> new_lt11(vwx3010, vwx31010) 16.70/6.19 new_primEqInt(Pos(Succ(vwx30000)), Neg(vwx31000)) -> False 16.70/6.19 new_primEqInt(Neg(Succ(vwx30000)), Pos(vwx31000)) -> False 16.70/6.19 new_esEs26(vwx3001, vwx31001, ty_Ordering) -> new_esEs8(vwx3001, vwx31001) 16.70/6.19 new_esEs26(vwx3001, vwx31001, app(ty_Ratio, cfd)) -> new_esEs16(vwx3001, vwx31001, cfd) 16.70/6.19 new_esEs9(vwx3011, vwx31011, ty_Char) -> new_esEs18(vwx3011, vwx31011) 16.70/6.19 new_esEs10(vwx3010, vwx31010, ty_Double) -> new_esEs15(vwx3010, vwx31010) 16.70/6.19 new_ltEs18(vwx3012, vwx31012, app(app(ty_Either, bbb), bbc)) -> new_ltEs10(vwx3012, vwx31012, bbb, bbc) 16.70/6.19 new_primCmpInt(Neg(Zero), Neg(Succ(vwx310000))) -> new_primCmpNat0(Succ(vwx310000), Zero) 16.70/6.19 new_esEs20(vwx3000, vwx31000, ty_Float) -> new_esEs17(vwx3000, vwx31000) 16.70/6.19 new_compare36(vwx300, vwx3100, bce) -> new_compare24(vwx300, vwx3100, new_esEs6(vwx300, vwx3100, bce), bce) 16.70/6.19 new_lt11(vwx300, vwx3100) -> new_esEs8(new_primCmpInt(vwx300, vwx3100), LT) 16.70/6.19 new_esEs22(vwx3001, vwx31001, ty_Char) -> new_esEs18(vwx3001, vwx31001) 16.70/6.19 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 16.70/6.19 new_esEs6(Just(vwx3000), Just(vwx31000), ty_Bool) -> new_esEs13(vwx3000, vwx31000) 16.70/6.19 new_esEs25(vwx3000, vwx31000, ty_Int) -> new_esEs11(vwx3000, vwx31000) 16.70/6.19 new_esEs27(vwx3000, vwx31000, ty_Char) -> new_esEs18(vwx3000, vwx31000) 16.70/6.19 new_ltEs4(Just(vwx3010), Just(vwx31010), ty_Bool) -> new_ltEs7(vwx3010, vwx31010) 16.70/6.19 new_primCompAux00(vwx130, vwx131, LT, bhe) -> LT 16.70/6.19 new_ltEs10(Left(vwx3010), Left(vwx31010), ty_Integer, dh) -> new_ltEs17(vwx3010, vwx31010) 16.70/6.19 new_lt10(vwx3011, vwx31011, ty_@0) -> new_lt5(vwx3011, vwx31011) 16.70/6.19 new_lt10(vwx3011, vwx31011, ty_Double) -> new_lt4(vwx3011, vwx31011) 16.70/6.19 new_primCompAux00(vwx130, vwx131, EQ, ty_@0) -> new_compare12(vwx130, vwx131) 16.70/6.19 new_compare14(:%(vwx3010, vwx3011), :%(vwx31010, vwx31011), ty_Int) -> new_compare6(new_sr(vwx3010, vwx31011), new_sr(vwx31010, vwx3011)) 16.70/6.19 new_compare112(vwx300, vwx3100, False, bgc, bgd) -> GT 16.70/6.19 new_esEs10(vwx3010, vwx31010, ty_@0) -> new_esEs14(vwx3010, vwx31010) 16.70/6.19 new_primCmpDouble(Double(vwx3000, Neg(vwx30010)), Double(vwx31000, Neg(vwx310010))) -> new_compare6(new_sr(vwx3000, Neg(vwx310010)), new_sr(Neg(vwx30010), vwx31000)) 16.70/6.19 new_ltEs14(vwx301, vwx3101, bhg) -> new_not(new_esEs8(new_compare14(vwx301, vwx3101, bhg), GT)) 16.70/6.19 new_esEs4(Right(vwx3000), Right(vwx31000), de, ty_Bool) -> new_esEs13(vwx3000, vwx31000) 16.70/6.19 new_esEs28(vwx3010, vwx31010, ty_Integer) -> new_esEs19(vwx3010, vwx31010) 16.70/6.19 new_esEs4(Right(vwx3000), Right(vwx31000), de, ty_Ordering) -> new_esEs8(vwx3000, vwx31000) 16.70/6.19 new_compare(vwx3000, vwx31000, ty_Ordering) -> new_compare18(vwx3000, vwx31000) 16.70/6.19 new_not(False) -> True 16.70/6.19 new_esEs21(vwx3002, vwx31002, app(ty_[], cbb)) -> new_esEs12(vwx3002, vwx31002, cbb) 16.70/6.19 new_esEs28(vwx3010, vwx31010, app(ty_[], bdg)) -> new_esEs12(vwx3010, vwx31010, bdg) 16.70/6.19 new_esEs21(vwx3002, vwx31002, ty_Bool) -> new_esEs13(vwx3002, vwx31002) 16.70/6.19 new_esEs4(Right(vwx3000), Right(vwx31000), de, ty_Float) -> new_esEs17(vwx3000, vwx31000) 16.70/6.19 new_compare27(vwx300, vwx3100, False, de, df) -> new_compare110(vwx300, vwx3100, new_ltEs10(vwx300, vwx3100, de, df), de, df) 16.70/6.19 new_lt14(vwx300, vwx3100, bcb, bcc, bcd) -> new_esEs8(new_compare34(vwx300, vwx3100, bcb, bcc, bcd), LT) 16.70/6.19 new_lt9(vwx3010, vwx31010, app(ty_Ratio, bhb)) -> new_lt15(vwx3010, vwx31010, bhb) 16.70/6.19 new_ltEs10(Left(vwx3010), Left(vwx31010), app(app(ty_@2, eg), eh), dh) -> new_ltEs16(vwx3010, vwx31010, eg, eh) 16.70/6.19 new_compare(vwx3000, vwx31000, ty_Double) -> new_compare13(vwx3000, vwx31000) 16.70/6.19 new_esEs9(vwx3011, vwx31011, ty_Double) -> new_esEs15(vwx3011, vwx31011) 16.70/6.19 new_esEs8(LT, GT) -> False 16.70/6.19 new_esEs8(GT, LT) -> False 16.70/6.19 new_compare29(vwx300, vwx3100, True) -> EQ 16.70/6.19 new_primPlusNat0(Succ(vwx14000), Succ(vwx31000000)) -> Succ(Succ(new_primPlusNat0(vwx14000, vwx31000000))) 16.70/6.19 new_esEs26(vwx3001, vwx31001, ty_Double) -> new_esEs15(vwx3001, vwx31001) 16.70/6.19 new_lt9(vwx3010, vwx31010, app(ty_Maybe, hd)) -> new_lt8(vwx3010, vwx31010, hd) 16.70/6.19 new_esEs28(vwx3010, vwx31010, app(app(app(ty_@3, bec), bed), bee)) -> new_esEs5(vwx3010, vwx31010, bec, bed, bee) 16.70/6.19 new_compare27(vwx300, vwx3100, True, de, df) -> EQ 16.70/6.19 new_compare9(vwx3000, vwx31000, bb, bc) -> new_compare33(vwx3000, vwx31000, bb, bc) 16.70/6.19 new_lt8(vwx300, vwx3100, bce) -> new_esEs8(new_compare36(vwx300, vwx3100, bce), LT) 16.70/6.19 new_esEs6(Just(vwx3000), Just(vwx31000), ty_Char) -> new_esEs18(vwx3000, vwx31000) 16.70/6.19 new_ltEs4(Just(vwx3010), Just(vwx31010), ty_@0) -> new_ltEs12(vwx3010, vwx31010) 16.70/6.19 new_ltEs4(Just(vwx3010), Just(vwx31010), ty_Ordering) -> new_ltEs6(vwx3010, vwx31010) 16.70/6.19 new_ltEs10(Left(vwx3010), Left(vwx31010), app(ty_[], dg), dh) -> new_ltEs9(vwx3010, vwx31010, dg) 16.70/6.19 new_esEs9(vwx3011, vwx31011, ty_Bool) -> new_esEs13(vwx3011, vwx31011) 16.70/6.19 new_ltEs19(vwx3011, vwx31011, ty_Float) -> new_ltEs15(vwx3011, vwx31011) 16.70/6.19 new_ltEs18(vwx3012, vwx31012, app(app(ty_@2, bbh), bca)) -> new_ltEs16(vwx3012, vwx31012, bbh, bca) 16.70/6.19 new_esEs27(vwx3000, vwx31000, ty_Int) -> new_esEs11(vwx3000, vwx31000) 16.70/6.19 new_lt20(vwx3010, vwx31010, ty_Int) -> new_lt11(vwx3010, vwx31010) 16.70/6.19 new_ltEs19(vwx3011, vwx31011, app(app(ty_Either, bfc), bfd)) -> new_ltEs10(vwx3011, vwx31011, bfc, bfd) 16.70/6.19 new_primCmpFloat(Float(vwx3000, Pos(vwx30010)), Float(vwx31000, Neg(vwx310010))) -> new_compare6(new_sr(vwx3000, Pos(vwx310010)), new_sr(Neg(vwx30010), vwx31000)) 16.70/6.19 new_primCmpFloat(Float(vwx3000, Neg(vwx30010)), Float(vwx31000, Pos(vwx310010))) -> new_compare6(new_sr(vwx3000, Neg(vwx310010)), new_sr(Pos(vwx30010), vwx31000)) 16.70/6.19 new_ltEs19(vwx3011, vwx31011, app(ty_Ratio, dcb)) -> new_ltEs14(vwx3011, vwx31011, dcb) 16.70/6.19 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 16.70/6.19 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 16.70/6.19 new_ltEs4(Just(vwx3010), Just(vwx31010), ty_Char) -> new_ltEs5(vwx3010, vwx31010) 16.70/6.19 new_lt9(vwx3010, vwx31010, ty_Float) -> new_lt16(vwx3010, vwx31010) 16.70/6.19 new_esEs10(vwx3010, vwx31010, app(app(ty_@2, he), hf)) -> new_esEs7(vwx3010, vwx31010, he, hf) 16.70/6.19 new_esEs28(vwx3010, vwx31010, app(app(ty_Either, bea), beb)) -> new_esEs4(vwx3010, vwx31010, bea, beb) 16.70/6.19 new_ltEs10(Left(vwx3010), Left(vwx31010), ty_Float, dh) -> new_ltEs15(vwx3010, vwx31010) 16.70/6.19 new_esEs10(vwx3010, vwx31010, ty_Bool) -> new_esEs13(vwx3010, vwx31010) 16.70/6.19 new_ltEs4(Just(vwx3010), Just(vwx31010), app(ty_[], bcf)) -> new_ltEs9(vwx3010, vwx31010, bcf) 16.70/6.19 new_lt20(vwx3010, vwx31010, ty_@0) -> new_lt5(vwx3010, vwx31010) 16.70/6.19 new_lt10(vwx3011, vwx31011, app(app(ty_Either, baa), bab)) -> new_lt6(vwx3011, vwx31011, baa, bab) 16.70/6.19 new_esEs22(vwx3001, vwx31001, ty_@0) -> new_esEs14(vwx3001, vwx31001) 16.70/6.19 new_esEs26(vwx3001, vwx31001, app(app(ty_Either, cfb), cfc)) -> new_esEs4(vwx3001, vwx31001, cfb, cfc) 16.70/6.19 new_esEs28(vwx3010, vwx31010, app(ty_Maybe, bef)) -> new_esEs6(vwx3010, vwx31010, bef) 16.70/6.19 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 16.70/6.19 new_compare(vwx3000, vwx31000, app(ty_Maybe, bg)) -> new_compare15(vwx3000, vwx31000, bg) 16.70/6.19 new_esEs4(Left(vwx3000), Left(vwx31000), ty_@0, df) -> new_esEs14(vwx3000, vwx31000) 16.70/6.19 new_esEs25(vwx3000, vwx31000, ty_Integer) -> new_esEs19(vwx3000, vwx31000) 16.70/6.19 new_compare(vwx3000, vwx31000, app(ty_[], ba)) -> new_compare7(vwx3000, vwx31000, ba) 16.70/6.19 new_esEs4(Left(vwx3000), Left(vwx31000), app(ty_Ratio, chh), df) -> new_esEs16(vwx3000, vwx31000, chh) 16.70/6.19 new_lt20(vwx3010, vwx31010, ty_Ordering) -> new_lt18(vwx3010, vwx31010) 16.70/6.19 new_esEs4(Left(vwx3000), Left(vwx31000), ty_Double, df) -> new_esEs15(vwx3000, vwx31000) 16.70/6.19 new_primCmpNat0(Succ(vwx30000), Succ(vwx310000)) -> new_primCmpNat0(vwx30000, vwx310000) 16.70/6.19 new_lt10(vwx3011, vwx31011, ty_Int) -> new_lt11(vwx3011, vwx31011) 16.70/6.19 new_esEs23(vwx3000, vwx31000, ty_Double) -> new_esEs15(vwx3000, vwx31000) 16.70/6.19 new_esEs27(vwx3000, vwx31000, ty_Float) -> new_esEs17(vwx3000, vwx31000) 16.70/6.19 new_esEs26(vwx3001, vwx31001, app(app(app(ty_@3, cfh), cga), cgb)) -> new_esEs5(vwx3001, vwx31001, cfh, cga, cgb) 16.70/6.19 new_esEs21(vwx3002, vwx31002, app(app(ty_@2, cbg), cbh)) -> new_esEs7(vwx3002, vwx31002, cbg, cbh) 16.70/6.19 new_compare14(:%(vwx3010, vwx3011), :%(vwx31010, vwx31011), ty_Integer) -> new_compare25(new_sr0(vwx3010, vwx31011), new_sr0(vwx31010, vwx3011)) 16.70/6.19 new_lt9(vwx3010, vwx31010, app(app(ty_@2, he), hf)) -> new_lt19(vwx3010, vwx31010, he, hf) 16.70/6.19 new_esEs27(vwx3000, vwx31000, app(ty_Maybe, cgg)) -> new_esEs6(vwx3000, vwx31000, cgg) 16.70/6.19 new_esEs28(vwx3010, vwx31010, app(ty_Ratio, dca)) -> new_esEs16(vwx3010, vwx31010, dca) 16.70/6.19 new_compare25(Integer(vwx3010), Integer(vwx31010)) -> new_primCmpInt(vwx3010, vwx31010) 16.70/6.19 new_lt6(vwx300, vwx3100, de, df) -> new_esEs8(new_compare33(vwx300, vwx3100, de, df), LT) 16.70/6.19 new_esEs28(vwx3010, vwx31010, ty_Ordering) -> new_esEs8(vwx3010, vwx31010) 16.70/6.19 new_compare24(vwx300, vwx3100, False, bce) -> new_compare10(vwx300, vwx3100, new_ltEs4(vwx300, vwx3100, bce), bce) 16.70/6.19 new_ltEs18(vwx3012, vwx31012, ty_Float) -> new_ltEs15(vwx3012, vwx31012) 16.70/6.19 new_esEs12([], [], h) -> True 16.70/6.19 new_esEs4(Left(vwx3000), Left(vwx31000), app(app(app(ty_@3, dad), dae), daf), df) -> new_esEs5(vwx3000, vwx31000, dad, dae, daf) 16.70/6.19 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 16.70/6.19 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 16.70/6.19 new_primCmpDouble(Double(vwx3000, Pos(vwx30010)), Double(vwx31000, Pos(vwx310010))) -> new_compare6(new_sr(vwx3000, Pos(vwx310010)), new_sr(Pos(vwx30010), vwx31000)) 16.70/6.19 new_lt20(vwx3010, vwx31010, ty_Double) -> new_lt4(vwx3010, vwx31010) 16.70/6.19 new_compare110(vwx300, vwx3100, False, de, df) -> GT 16.70/6.19 new_ltEs19(vwx3011, vwx31011, app(ty_Maybe, bfh)) -> new_ltEs4(vwx3011, vwx31011, bfh) 16.70/6.19 new_primEqNat0(Zero, Zero) -> True 16.70/6.19 new_ltEs18(vwx3012, vwx31012, app(ty_Ratio, bhd)) -> new_ltEs14(vwx3012, vwx31012, bhd) 16.70/6.19 new_esEs4(Left(vwx3000), Left(vwx31000), app(ty_Maybe, daa), df) -> new_esEs6(vwx3000, vwx31000, daa) 16.70/6.19 new_compare(vwx3000, vwx31000, ty_@0) -> new_compare12(vwx3000, vwx31000) 16.70/6.19 new_ltEs4(Just(vwx3010), Just(vwx31010), app(app(app(ty_@3, bda), bdb), bdc)) -> new_ltEs11(vwx3010, vwx31010, bda, bdb, bdc) 16.70/6.19 new_esEs20(vwx3000, vwx31000, ty_Bool) -> new_esEs13(vwx3000, vwx31000) 16.70/6.19 new_lt10(vwx3011, vwx31011, ty_Integer) -> new_lt7(vwx3011, vwx31011) 16.70/6.19 new_compare29(vwx300, vwx3100, False) -> new_compare113(vwx300, vwx3100, new_ltEs7(vwx300, vwx3100)) 16.70/6.19 new_esEs6(Just(vwx3000), Just(vwx31000), ty_@0) -> new_esEs14(vwx3000, vwx31000) 16.70/6.19 new_asAs(False, vwx125) -> False 16.70/6.19 new_compare18(vwx3000, vwx31000) -> new_compare35(vwx3000, vwx31000) 16.70/6.19 new_compare7([], [], dd) -> EQ 16.70/6.19 new_esEs26(vwx3001, vwx31001, ty_Int) -> new_esEs11(vwx3001, vwx31001) 16.70/6.19 new_esEs23(vwx3000, vwx31000, ty_@0) -> new_esEs14(vwx3000, vwx31000) 16.70/6.19 new_ltEs19(vwx3011, vwx31011, ty_Int) -> new_ltEs8(vwx3011, vwx31011) 16.70/6.19 new_esEs27(vwx3000, vwx31000, app(app(ty_Either, cgd), cge)) -> new_esEs4(vwx3000, vwx31000, cgd, cge) 16.70/6.19 new_ltEs10(Left(vwx3010), Left(vwx31010), app(app(app(ty_@3, ec), ed), ee), dh) -> new_ltEs11(vwx3010, vwx31010, ec, ed, ee) 16.70/6.19 new_esEs8(EQ, GT) -> False 16.70/6.19 new_esEs8(GT, EQ) -> False 16.70/6.19 new_esEs26(vwx3001, vwx31001, ty_Integer) -> new_esEs19(vwx3001, vwx31001) 16.70/6.19 new_esEs28(vwx3010, vwx31010, ty_Float) -> new_esEs17(vwx3010, vwx31010) 16.70/6.19 new_ltEs6(GT, LT) -> False 16.70/6.19 new_esEs11(vwx300, vwx3100) -> new_primEqInt(vwx300, vwx3100) 16.70/6.19 new_esEs27(vwx3000, vwx31000, app(app(app(ty_@3, chb), chc), chd)) -> new_esEs5(vwx3000, vwx31000, chb, chc, chd) 16.70/6.19 new_ltEs10(Right(vwx3010), Right(vwx31010), fa, app(app(ty_@2, gb), gc)) -> new_ltEs16(vwx3010, vwx31010, gb, gc) 16.70/6.19 new_esEs20(vwx3000, vwx31000, app(app(ty_@2, bh), ca)) -> new_esEs7(vwx3000, vwx31000, bh, ca) 16.70/6.19 16.70/6.19 The set Q consists of the following terms: 16.70/6.19 16.70/6.19 new_esEs8(EQ, EQ) 16.70/6.19 new_primCmpNat0(Zero, Succ(x0)) 16.70/6.19 new_lt10(x0, x1, ty_Integer) 16.70/6.19 new_compare(x0, x1, ty_@0) 16.70/6.19 new_ltEs10(Left(x0), Left(x1), ty_Ordering, x2) 16.70/6.19 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 16.70/6.19 new_esEs21(x0, x1, ty_Double) 16.70/6.19 new_ltEs10(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 16.70/6.19 new_esEs21(x0, x1, ty_Ordering) 16.70/6.19 new_esEs20(x0, x1, ty_Integer) 16.70/6.19 new_ltEs18(x0, x1, app(ty_Maybe, x2)) 16.70/6.19 new_compare(x0, x1, ty_Bool) 16.70/6.19 new_esEs6(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_lt9(x0, x1, ty_@0) 16.70/6.19 new_primMulInt(Neg(x0), Neg(x1)) 16.70/6.19 new_primCompAux00(x0, x1, EQ, ty_Float) 16.70/6.19 new_ltEs18(x0, x1, ty_Double) 16.70/6.19 new_esEs6(Just(x0), Just(x1), app(ty_[], x2)) 16.70/6.19 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 16.70/6.19 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 16.70/6.19 new_esEs10(x0, x1, ty_Integer) 16.70/6.19 new_lt9(x0, x1, ty_Bool) 16.70/6.19 new_compare(x0, x1, app(ty_Ratio, x2)) 16.70/6.19 new_ltEs10(Left(x0), Left(x1), ty_Double, x2) 16.70/6.19 new_esEs5(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 16.70/6.19 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 16.70/6.19 new_primCompAux00(x0, x1, EQ, app(app(ty_Either, x2), x3)) 16.70/6.19 new_ltEs10(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 16.70/6.19 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 16.70/6.19 new_esEs22(x0, x1, app(ty_Ratio, x2)) 16.70/6.19 new_esEs9(x0, x1, app(ty_Maybe, x2)) 16.70/6.19 new_ltEs6(LT, LT) 16.70/6.19 new_primMulInt(Pos(x0), Neg(x1)) 16.70/6.19 new_primMulInt(Neg(x0), Pos(x1)) 16.70/6.19 new_ltEs18(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_esEs21(x0, x1, ty_Int) 16.70/6.19 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 16.70/6.19 new_primEqInt(Pos(Zero), Pos(Zero)) 16.70/6.19 new_esEs4(Right(x0), Right(x1), x2, ty_Int) 16.70/6.19 new_ltEs10(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 16.70/6.19 new_esEs28(x0, x1, ty_Integer) 16.70/6.19 new_lt8(x0, x1, x2) 16.70/6.19 new_lt20(x0, x1, app(ty_[], x2)) 16.70/6.19 new_primCompAux1(x0, x1, x2, x3, x4) 16.70/6.19 new_primCmpFloat(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 16.70/6.19 new_esEs27(x0, x1, app(ty_[], x2)) 16.70/6.19 new_lt20(x0, x1, app(ty_Ratio, x2)) 16.70/6.19 new_compare210(x0, x1, False, x2, x3) 16.70/6.19 new_primCmpFloat(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 16.70/6.19 new_primCompAux00(x0, x1, EQ, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_esEs4(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 16.70/6.19 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 16.70/6.19 new_lt9(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.19 new_esEs28(x0, x1, ty_Float) 16.70/6.19 new_compare(x0, x1, ty_Integer) 16.70/6.19 new_ltEs19(x0, x1, app(ty_[], x2)) 16.70/6.19 new_ltEs18(x0, x1, ty_Int) 16.70/6.19 new_compare26(x0, x1, True) 16.70/6.19 new_ltEs9(x0, x1, x2) 16.70/6.19 new_lt15(:%(x0, x1), :%(x2, x3), x4) 16.70/6.19 new_esEs4(Right(x0), Right(x1), x2, ty_Char) 16.70/6.19 new_primEqInt(Neg(Zero), Neg(Zero)) 16.70/6.19 new_esEs16(:%(x0, x1), :%(x2, x3), x4) 16.70/6.19 new_esEs20(x0, x1, ty_@0) 16.70/6.19 new_ltEs18(x0, x1, ty_Ordering) 16.70/6.19 new_esEs21(x0, x1, ty_Char) 16.70/6.19 new_esEs26(x0, x1, app(ty_Maybe, x2)) 16.70/6.19 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 16.70/6.19 new_lt10(x0, x1, app(ty_Maybe, x2)) 16.70/6.19 new_ltEs19(x0, x1, ty_Double) 16.70/6.19 new_esEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_esEs26(x0, x1, ty_Double) 16.70/6.19 new_esEs10(x0, x1, ty_@0) 16.70/6.19 new_esEs10(x0, x1, ty_Float) 16.70/6.19 new_esEs6(Just(x0), Just(x1), ty_Int) 16.70/6.19 new_esEs22(x0, x1, ty_Ordering) 16.70/6.19 new_esEs4(Right(x0), Right(x1), x2, ty_@0) 16.70/6.19 new_esEs9(x0, x1, ty_Float) 16.70/6.19 new_compare9(x0, x1, x2, x3) 16.70/6.19 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.19 new_ltEs10(Right(x0), Right(x1), x2, app(ty_[], x3)) 16.70/6.19 new_esEs9(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.19 new_esEs10(x0, x1, app(ty_Ratio, x2)) 16.70/6.19 new_lt10(x0, x1, app(ty_[], x2)) 16.70/6.19 new_lt16(x0, x1) 16.70/6.19 new_primPlusNat0(Succ(x0), Zero) 16.70/6.19 new_esEs6(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 16.70/6.19 new_lt10(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.19 new_lt10(x0, x1, ty_@0) 16.70/6.19 new_compare112(x0, x1, True, x2, x3) 16.70/6.19 new_esEs10(x0, x1, ty_Bool) 16.70/6.19 new_primPlusNat0(Zero, Succ(x0)) 16.70/6.19 new_esEs6(Just(x0), Just(x1), ty_Bool) 16.70/6.19 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.19 new_esEs9(x0, x1, ty_@0) 16.70/6.19 new_esEs12(:(x0, x1), :(x2, x3), x4) 16.70/6.19 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.19 new_esEs10(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.19 new_esEs12([], [], x0) 16.70/6.19 new_primEqInt(Pos(Zero), Neg(Zero)) 16.70/6.19 new_primEqInt(Neg(Zero), Pos(Zero)) 16.70/6.19 new_ltEs8(x0, x1) 16.70/6.19 new_esEs6(Just(x0), Just(x1), ty_Char) 16.70/6.19 new_ltEs4(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_esEs4(Left(x0), Left(x1), ty_Double, x2) 16.70/6.19 new_esEs6(Just(x0), Just(x1), ty_Double) 16.70/6.19 new_lt10(x0, x1, ty_Bool) 16.70/6.19 new_compare210(x0, x1, True, x2, x3) 16.70/6.19 new_esEs6(Just(x0), Just(x1), ty_@0) 16.70/6.19 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.19 new_primMulInt(Pos(x0), Pos(x1)) 16.70/6.19 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 16.70/6.19 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 16.70/6.19 new_ltEs19(x0, x1, ty_Int) 16.70/6.19 new_ltEs7(False, True) 16.70/6.19 new_ltEs7(True, False) 16.70/6.19 new_lt10(x0, x1, ty_Char) 16.70/6.19 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.19 new_compare24(x0, x1, True, x2) 16.70/6.19 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 16.70/6.19 new_primCompAux00(x0, x1, EQ, app(ty_Maybe, x2)) 16.70/6.19 new_lt12(:(x0, x1), :(x2, x3), x4) 16.70/6.19 new_primMulNat0(Succ(x0), Succ(x1)) 16.70/6.19 new_compare16(x0, x1) 16.70/6.19 new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.19 new_esEs26(x0, x1, ty_Char) 16.70/6.19 new_compare29(x0, x1, False) 16.70/6.19 new_primCompAux00(x0, x1, EQ, ty_Bool) 16.70/6.19 new_esEs21(x0, x1, ty_Bool) 16.70/6.19 new_esEs23(x0, x1, ty_Int) 16.70/6.19 new_ltEs10(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 16.70/6.19 new_ltEs16(@2(x0, x1), @2(x2, x3), x4, x5) 16.70/6.19 new_esEs4(Left(x0), Left(x1), ty_Int, x2) 16.70/6.19 new_compare39(x0, x1) 16.70/6.19 new_lt4(x0, x1) 16.70/6.19 new_lt10(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.19 new_lt9(x0, x1, ty_Double) 16.70/6.19 new_compare(x0, x1, ty_Ordering) 16.70/6.19 new_ltEs10(Right(x0), Right(x1), x2, ty_Ordering) 16.70/6.19 new_esEs6(Nothing, Just(x0), x1) 16.70/6.19 new_esEs21(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.19 new_esEs4(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 16.70/6.19 new_compare110(x0, x1, False, x2, x3) 16.70/6.19 new_esEs26(x0, x1, ty_Int) 16.70/6.19 new_ltEs10(Right(x0), Right(x1), x2, ty_Float) 16.70/6.19 new_esEs27(x0, x1, app(ty_Maybe, x2)) 16.70/6.19 new_lt20(x0, x1, ty_Char) 16.70/6.19 new_lt10(x0, x1, app(ty_Ratio, x2)) 16.70/6.19 new_esEs27(x0, x1, ty_Int) 16.70/6.19 new_ltEs19(x0, x1, ty_Char) 16.70/6.19 new_esEs17(Float(x0, x1), Float(x2, x3)) 16.70/6.19 new_primCompAux00(x0, x1, EQ, ty_@0) 16.70/6.19 new_lt20(x0, x1, ty_Int) 16.70/6.19 new_lt5(@0, @0) 16.70/6.19 new_esEs26(x0, x1, app(ty_Ratio, x2)) 16.70/6.19 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.19 new_esEs24(x0, x1, ty_Int) 16.70/6.19 new_esEs23(x0, x1, ty_Float) 16.70/6.19 new_compare114(x0, x1, False) 16.70/6.19 new_ltEs10(Right(x0), Right(x1), x2, ty_Int) 16.70/6.19 new_esEs23(x0, x1, ty_Char) 16.70/6.19 new_esEs21(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.19 new_primCompAux00(x0, x1, EQ, ty_Integer) 16.70/6.19 new_esEs9(x0, x1, ty_Int) 16.70/6.19 new_ltEs4(Just(x0), Just(x1), ty_Ordering) 16.70/6.19 new_compare10(x0, x1, True, x2) 16.70/6.19 new_esEs9(x0, x1, app(ty_[], x2)) 16.70/6.19 new_primCmpChar(Char(x0), Char(x1)) 16.70/6.19 new_ltEs7(False, False) 16.70/6.19 new_compare25(Integer(x0), Integer(x1)) 16.70/6.19 new_esEs20(x0, x1, app(ty_[], x2)) 16.70/6.19 new_ltEs4(Just(x0), Just(x1), ty_Double) 16.70/6.19 new_primPlusNat1(Zero, x0) 16.70/6.19 new_esEs23(x0, x1, ty_Ordering) 16.70/6.19 new_lt9(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.19 new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 16.70/6.19 new_primCmpDouble(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 16.70/6.19 new_primCmpDouble(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 16.70/6.19 new_esEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_esEs4(Left(x0), Left(x1), ty_Float, x2) 16.70/6.19 new_esEs18(Char(x0), Char(x1)) 16.70/6.19 new_esEs8(GT, GT) 16.70/6.19 new_compare(x0, x1, ty_Float) 16.70/6.19 new_esEs15(Double(x0, x1), Double(x2, x3)) 16.70/6.19 new_lt20(x0, x1, ty_Ordering) 16.70/6.19 new_ltEs18(x0, x1, ty_@0) 16.70/6.19 new_ltEs11(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 16.70/6.19 new_esEs27(x0, x1, ty_Float) 16.70/6.19 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_esEs9(x0, x1, ty_Char) 16.70/6.19 new_esEs8(LT, EQ) 16.70/6.19 new_esEs8(EQ, LT) 16.70/6.19 new_lt20(x0, x1, ty_Bool) 16.70/6.19 new_primCmpInt(Neg(Zero), Neg(Zero)) 16.70/6.19 new_compare(x0, x1, ty_Char) 16.70/6.19 new_esEs4(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 16.70/6.19 new_esEs4(Right(x0), Right(x1), x2, ty_Double) 16.70/6.19 new_esEs13(False, True) 16.70/6.19 new_esEs13(True, False) 16.70/6.19 new_ltEs10(Right(x0), Right(x1), x2, ty_Char) 16.70/6.19 new_lt19(x0, x1, x2, x3) 16.70/6.19 new_sr(x0, x1) 16.70/6.19 new_esEs9(x0, x1, ty_Bool) 16.70/6.19 new_esEs8(LT, LT) 16.70/6.19 new_ltEs4(Just(x0), Just(x1), ty_@0) 16.70/6.19 new_ltEs6(LT, GT) 16.70/6.19 new_primMulNat0(Succ(x0), Zero) 16.70/6.19 new_ltEs6(GT, LT) 16.70/6.19 new_primCmpInt(Pos(Zero), Neg(Zero)) 16.70/6.19 new_primCmpInt(Neg(Zero), Pos(Zero)) 16.70/6.19 new_compare18(x0, x1) 16.70/6.19 new_esEs20(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.19 new_primPlusNat1(Succ(x0), x1) 16.70/6.19 new_lt12([], :(x0, x1), x2) 16.70/6.19 new_ltEs10(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 16.70/6.19 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 16.70/6.19 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 16.70/6.19 new_esEs6(Just(x0), Just(x1), ty_Ordering) 16.70/6.19 new_esEs6(Just(x0), Just(x1), ty_Integer) 16.70/6.19 new_ltEs10(Right(x0), Right(x1), x2, ty_Integer) 16.70/6.19 new_compare113(x0, x1, False) 16.70/6.19 new_ltEs6(EQ, GT) 16.70/6.19 new_ltEs6(GT, EQ) 16.70/6.19 new_esEs22(x0, x1, app(ty_Maybe, x2)) 16.70/6.19 new_compare(x0, x1, ty_Int) 16.70/6.19 new_esEs20(x0, x1, ty_Double) 16.70/6.19 new_esEs28(x0, x1, ty_@0) 16.70/6.19 new_esEs9(x0, x1, ty_Ordering) 16.70/6.19 new_compare27(x0, x1, False, x2, x3) 16.70/6.19 new_lt10(x0, x1, ty_Ordering) 16.70/6.19 new_esEs20(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.19 new_esEs19(Integer(x0), Integer(x1)) 16.70/6.19 new_compare7(:(x0, x1), :(x2, x3), x4) 16.70/6.19 new_compare7(:(x0, x1), [], x2) 16.70/6.19 new_lt6(x0, x1, x2, x3) 16.70/6.19 new_esEs22(x0, x1, ty_Double) 16.70/6.19 new_esEs23(x0, x1, ty_Bool) 16.70/6.19 new_esEs22(x0, x1, ty_@0) 16.70/6.19 new_esEs9(x0, x1, ty_Integer) 16.70/6.19 new_esEs21(x0, x1, app(ty_Ratio, x2)) 16.70/6.19 new_lt7(Integer(x0), Integer(x1)) 16.70/6.19 new_esEs26(x0, x1, ty_Ordering) 16.70/6.19 new_esEs12([], :(x0, x1), x2) 16.70/6.19 new_ltEs10(Left(x0), Left(x1), ty_@0, x2) 16.70/6.19 new_compare112(x0, x1, False, x2, x3) 16.70/6.19 new_pePe(True, x0) 16.70/6.19 new_esEs26(x0, x1, ty_Integer) 16.70/6.19 new_ltEs19(x0, x1, ty_Integer) 16.70/6.19 new_ltEs15(x0, x1) 16.70/6.19 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 16.70/6.19 new_ltEs19(x0, x1, ty_Ordering) 16.70/6.19 new_esEs23(x0, x1, app(ty_[], x2)) 16.70/6.19 new_esEs28(x0, x1, ty_Double) 16.70/6.19 new_esEs28(x0, x1, app(ty_Maybe, x2)) 16.70/6.19 new_esEs20(x0, x1, app(ty_Maybe, x2)) 16.70/6.19 new_esEs10(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.19 new_compare15(x0, x1, x2) 16.70/6.19 new_ltEs4(Nothing, Just(x0), x1) 16.70/6.19 new_asAs(True, x0) 16.70/6.19 new_esEs21(x0, x1, ty_Float) 16.70/6.19 new_ltEs4(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 16.70/6.19 new_ltEs4(Just(x0), Just(x1), ty_Integer) 16.70/6.19 new_ltEs10(Right(x0), Right(x1), x2, ty_@0) 16.70/6.19 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_esEs27(x0, x1, ty_Bool) 16.70/6.19 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 16.70/6.19 new_ltEs10(Left(x0), Left(x1), ty_Float, x2) 16.70/6.19 new_primCompAux00(x0, x1, GT, x2) 16.70/6.19 new_compare29(x0, x1, True) 16.70/6.19 new_ltEs18(x0, x1, ty_Float) 16.70/6.19 new_esEs27(x0, x1, ty_@0) 16.70/6.19 new_ltEs10(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 16.70/6.19 new_ltEs5(x0, x1) 16.70/6.19 new_compare37(x0, x1, x2, x3) 16.70/6.19 new_primMulNat0(Zero, Zero) 16.70/6.19 new_esEs4(Right(x0), Right(x1), x2, app(ty_[], x3)) 16.70/6.19 new_esEs10(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_esEs23(x0, x1, ty_Integer) 16.70/6.19 new_ltEs4(Just(x0), Just(x1), app(ty_[], x2)) 16.70/6.19 new_esEs6(Nothing, Nothing, x0) 16.70/6.19 new_esEs6(Just(x0), Just(x1), app(ty_Maybe, x2)) 16.70/6.19 new_primCompAux00(x0, x1, EQ, app(ty_[], x2)) 16.70/6.19 new_esEs22(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.19 new_ltEs10(Right(x0), Right(x1), x2, ty_Bool) 16.70/6.19 new_compare110(x0, x1, True, x2, x3) 16.70/6.19 new_primCompAux00(x0, x1, EQ, ty_Ordering) 16.70/6.19 new_primMulNat0(Zero, Succ(x0)) 16.70/6.19 new_esEs23(x0, x1, app(ty_Ratio, x2)) 16.70/6.19 new_ltEs6(EQ, EQ) 16.70/6.19 new_esEs4(Left(x0), Left(x1), ty_@0, x2) 16.70/6.19 new_esEs23(x0, x1, app(ty_Maybe, x2)) 16.70/6.19 new_compare24(x0, x1, False, x2) 16.70/6.19 new_esEs24(x0, x1, ty_Integer) 16.70/6.19 new_compare36(x0, x1, x2) 16.70/6.19 new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.19 new_compare111(x0, x1, True, x2, x3, x4) 16.70/6.19 new_lt20(x0, x1, ty_Integer) 16.70/6.19 new_esEs4(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 16.70/6.19 new_compare28(x0, x1, True, x2, x3, x4) 16.70/6.19 new_compare(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_sr0(Integer(x0), Integer(x1)) 16.70/6.19 new_esEs4(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 16.70/6.19 new_esEs4(Left(x0), Left(x1), ty_Integer, x2) 16.70/6.19 new_compare19(x0, x1, x2, x3) 16.70/6.19 new_ltEs19(x0, x1, ty_Bool) 16.70/6.19 new_primCompAux00(x0, x1, EQ, app(app(ty_@2, x2), x3)) 16.70/6.19 new_esEs23(x0, x1, ty_@0) 16.70/6.19 new_esEs27(x0, x1, ty_Integer) 16.70/6.19 new_esEs26(x0, x1, ty_Bool) 16.70/6.19 new_ltEs13(x0, x1) 16.70/6.19 new_primPlusNat0(Zero, Zero) 16.70/6.19 new_esEs4(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 16.70/6.19 new_esEs9(x0, x1, ty_Double) 16.70/6.19 new_esEs4(Right(x0), Right(x1), x2, ty_Float) 16.70/6.19 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.19 new_esEs26(x0, x1, ty_@0) 16.70/6.19 new_ltEs19(x0, x1, ty_Float) 16.70/6.19 new_not(True) 16.70/6.19 new_esEs6(Just(x0), Nothing, x1) 16.70/6.19 new_ltEs17(x0, x1) 16.70/6.19 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.19 new_esEs10(x0, x1, ty_Double) 16.70/6.19 new_esEs6(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 16.70/6.19 new_esEs27(x0, x1, app(ty_Ratio, x2)) 16.70/6.19 new_esEs8(EQ, GT) 16.70/6.19 new_esEs8(GT, EQ) 16.70/6.19 new_lt20(x0, x1, ty_Float) 16.70/6.19 new_ltEs10(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 16.70/6.19 new_ltEs4(Just(x0), Nothing, x1) 16.70/6.19 new_lt9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_ltEs14(x0, x1, x2) 16.70/6.19 new_esEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_esEs28(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.19 new_compare14(:%(x0, x1), :%(x2, x3), ty_Int) 16.70/6.19 new_compare27(x0, x1, True, x2, x3) 16.70/6.19 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_esEs9(x0, x1, app(ty_Ratio, x2)) 16.70/6.19 new_esEs28(x0, x1, ty_Ordering) 16.70/6.19 new_esEs13(True, True) 16.70/6.19 new_compare6(x0, x1) 16.70/6.19 new_ltEs4(Just(x0), Just(x1), ty_Bool) 16.70/6.19 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 16.70/6.19 new_compare111(x0, x1, False, x2, x3, x4) 16.70/6.19 new_esEs6(Just(x0), Just(x1), app(ty_Ratio, x2)) 16.70/6.19 new_esEs22(x0, x1, app(ty_[], x2)) 16.70/6.19 new_esEs22(x0, x1, ty_Integer) 16.70/6.19 new_esEs4(Left(x0), Left(x1), ty_Char, x2) 16.70/6.19 new_primCompAux00(x0, x1, EQ, ty_Int) 16.70/6.19 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 16.70/6.19 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 16.70/6.19 new_esEs4(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 16.70/6.19 new_compare114(x0, x1, True) 16.70/6.19 new_esEs25(x0, x1, ty_Integer) 16.70/6.19 new_esEs10(x0, x1, ty_Int) 16.70/6.19 new_esEs21(x0, x1, ty_Integer) 16.70/6.19 new_ltEs10(Left(x0), Left(x1), ty_Integer, x2) 16.70/6.19 new_ltEs10(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 16.70/6.19 new_compare35(x0, x1) 16.70/6.19 new_esEs4(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 16.70/6.19 new_ltEs4(Nothing, Nothing, x0) 16.70/6.19 new_esEs26(x0, x1, app(ty_[], x2)) 16.70/6.19 new_esEs27(x0, x1, ty_Char) 16.70/6.19 new_compare11(x0, x1, x2, x3, x4) 16.70/6.19 new_primCompAux00(x0, x1, EQ, ty_Char) 16.70/6.19 new_compare13(x0, x1) 16.70/6.19 new_lt10(x0, x1, ty_Double) 16.70/6.19 new_compare34(x0, x1, x2, x3, x4) 16.70/6.19 new_ltEs4(Just(x0), Just(x1), app(ty_Maybe, x2)) 16.70/6.19 new_primCmpDouble(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 16.70/6.19 new_esEs21(x0, x1, app(ty_Maybe, x2)) 16.70/6.19 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 16.70/6.19 new_primCompAux00(x0, x1, EQ, ty_Double) 16.70/6.19 new_esEs28(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.19 new_esEs26(x0, x1, ty_Float) 16.70/6.19 new_ltEs19(x0, x1, ty_@0) 16.70/6.19 new_compare12(@0, @0) 16.70/6.19 new_primCmpInt(Pos(Zero), Pos(Zero)) 16.70/6.19 new_ltEs18(x0, x1, app(ty_Ratio, x2)) 16.70/6.19 new_esEs4(Left(x0), Left(x1), ty_Bool, x2) 16.70/6.19 new_ltEs18(x0, x1, app(ty_[], x2)) 16.70/6.19 new_lt9(x0, x1, app(ty_Ratio, x2)) 16.70/6.19 new_ltEs10(Left(x0), Left(x1), ty_Bool, x2) 16.70/6.19 new_ltEs6(LT, EQ) 16.70/6.19 new_ltEs6(EQ, LT) 16.70/6.19 new_ltEs10(Right(x0), Right(x1), x2, ty_Double) 16.70/6.19 new_esEs10(x0, x1, ty_Char) 16.70/6.19 new_ltEs10(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 16.70/6.19 new_esEs27(x0, x1, ty_Ordering) 16.70/6.19 new_compare(x0, x1, ty_Double) 16.70/6.19 new_lt9(x0, x1, app(ty_Maybe, x2)) 16.70/6.19 new_primEqNat0(Succ(x0), Zero) 16.70/6.19 new_esEs14(@0, @0) 16.70/6.19 new_ltEs6(GT, GT) 16.70/6.19 new_primCompAux00(x0, x1, EQ, app(ty_Ratio, x2)) 16.70/6.19 new_esEs27(x0, x1, ty_Double) 16.70/6.19 new_lt9(x0, x1, app(ty_[], x2)) 16.70/6.19 new_compare(x0, x1, app(ty_Maybe, x2)) 16.70/6.19 new_asAs(False, x0) 16.70/6.19 new_esEs20(x0, x1, ty_Int) 16.70/6.19 new_primEqNat0(Succ(x0), Succ(x1)) 16.70/6.19 new_lt10(x0, x1, ty_Int) 16.70/6.19 new_compare38(Integer(x0), Integer(x1), x2, x3, ty_Integer) 16.70/6.19 new_esEs25(x0, x1, ty_Int) 16.70/6.19 new_lt11(x0, x1) 16.70/6.19 new_compare28(x0, x1, False, x2, x3, x4) 16.70/6.19 new_esEs21(x0, x1, ty_@0) 16.70/6.19 new_compare(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.19 new_esEs22(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.19 new_primCmpDouble(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 16.70/6.19 new_esEs4(Right(x0), Right(x1), x2, ty_Integer) 16.70/6.19 new_pePe(False, x0) 16.70/6.19 new_esEs20(x0, x1, ty_Char) 16.70/6.19 new_esEs8(LT, GT) 16.70/6.19 new_esEs8(GT, LT) 16.70/6.19 new_esEs28(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_lt9(x0, x1, ty_Float) 16.70/6.19 new_lt13(x0, x1) 16.70/6.19 new_lt12([], [], x0) 16.70/6.19 new_esEs4(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 16.70/6.19 new_esEs4(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 16.70/6.19 new_lt9(x0, x1, ty_Ordering) 16.70/6.19 new_ltEs4(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 16.70/6.19 new_esEs23(x0, x1, ty_Double) 16.70/6.19 new_esEs6(Just(x0), Just(x1), ty_Float) 16.70/6.19 new_esEs9(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.19 new_compare33(x0, x1, x2, x3) 16.70/6.19 new_lt10(x0, x1, ty_Float) 16.70/6.19 new_esEs20(x0, x1, ty_Float) 16.70/6.19 new_lt20(x0, x1, ty_@0) 16.70/6.19 new_esEs4(Left(x0), Left(x1), ty_Ordering, x2) 16.70/6.19 new_lt17(x0, x1) 16.70/6.19 new_esEs11(x0, x1) 16.70/6.19 new_compare14(:%(x0, x1), :%(x2, x3), ty_Integer) 16.70/6.19 new_ltEs4(Just(x0), Just(x1), ty_Char) 16.70/6.19 new_ltEs4(Just(x0), Just(x1), ty_Int) 16.70/6.19 new_ltEs10(Left(x0), Left(x1), app(ty_[], x2), x3) 16.70/6.19 new_compare(x0, x1, app(ty_[], x2)) 16.70/6.19 new_esEs20(x0, x1, ty_Ordering) 16.70/6.19 new_primCmpNat0(Succ(x0), Zero) 16.70/6.19 new_esEs21(x0, x1, app(ty_[], x2)) 16.70/6.19 new_lt9(x0, x1, ty_Int) 16.70/6.19 new_primEqNat0(Zero, Zero) 16.70/6.19 new_esEs13(False, False) 16.70/6.19 new_ltEs18(x0, x1, app(app(ty_Either, x2), x3)) 16.70/6.19 new_esEs4(Left(x0), Right(x1), x2, x3) 16.70/6.19 new_esEs4(Right(x0), Left(x1), x2, x3) 16.70/6.19 new_ltEs18(x0, x1, ty_Integer) 16.70/6.19 new_primEqNat0(Zero, Succ(x0)) 16.70/6.19 new_lt10(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_not(False) 16.70/6.19 new_esEs4(Right(x0), Right(x1), x2, ty_Ordering) 16.70/6.19 new_ltEs7(True, True) 16.70/6.19 new_compare8(x0, x1) 16.70/6.19 new_esEs28(x0, x1, ty_Bool) 16.70/6.19 new_lt9(x0, x1, ty_Char) 16.70/6.19 new_esEs22(x0, x1, ty_Float) 16.70/6.19 new_esEs28(x0, x1, ty_Int) 16.70/6.19 new_esEs10(x0, x1, ty_Ordering) 16.70/6.19 new_ltEs4(Just(x0), Just(x1), ty_Float) 16.70/6.19 new_compare7([], :(x0, x1), x2) 16.70/6.19 new_compare17(x0, x1) 16.70/6.19 new_esEs22(x0, x1, ty_Bool) 16.70/6.19 new_ltEs10(Right(x0), Left(x1), x2, x3) 16.70/6.19 new_esEs10(x0, x1, app(ty_[], x2)) 16.70/6.19 new_ltEs10(Left(x0), Right(x1), x2, x3) 16.70/6.19 new_esEs28(x0, x1, app(ty_Ratio, x2)) 16.70/6.19 new_lt20(x0, x1, app(ty_Maybe, x2)) 16.70/6.19 new_ltEs10(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 16.70/6.19 new_ltEs18(x0, x1, ty_Char) 16.70/6.19 new_lt20(x0, x1, ty_Double) 16.70/6.19 new_lt18(x0, x1) 16.70/6.19 new_esEs4(Right(x0), Right(x1), x2, ty_Bool) 16.70/6.19 new_ltEs10(Left(x0), Left(x1), ty_Char, x2) 16.70/6.19 new_lt9(x0, x1, ty_Integer) 16.70/6.19 new_compare113(x0, x1, True) 16.70/6.19 new_esEs12(:(x0, x1), [], x2) 16.70/6.19 new_ltEs12(x0, x1) 16.70/6.19 new_esEs28(x0, x1, ty_Char) 16.70/6.19 new_esEs22(x0, x1, ty_Char) 16.70/6.19 new_esEs28(x0, x1, app(ty_[], x2)) 16.70/6.19 new_esEs9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_esEs10(x0, x1, app(ty_Maybe, x2)) 16.70/6.19 new_compare7([], [], x0) 16.70/6.19 new_ltEs10(Left(x0), Left(x1), ty_Int, x2) 16.70/6.19 new_compare38(x0, x1, x2, x3, ty_Int) 16.70/6.19 new_ltEs18(x0, x1, ty_Bool) 16.70/6.19 new_lt12(:(x0, x1), [], x2) 16.70/6.19 new_compare26(x0, x1, False) 16.70/6.19 new_esEs22(x0, x1, ty_Int) 16.70/6.19 new_primCompAux00(x0, x1, LT, x2) 16.70/6.19 new_lt14(x0, x1, x2, x3, x4) 16.70/6.19 new_esEs20(x0, x1, ty_Bool) 16.70/6.19 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.70/6.19 new_esEs20(x0, x1, app(ty_Ratio, x2)) 16.70/6.19 new_primCmpNat0(Succ(x0), Succ(x1)) 16.70/6.19 new_compare10(x0, x1, False, x2) 16.70/6.19 new_ltEs18(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.19 new_esEs7(@2(x0, x1), @2(x2, x3), x4, x5) 16.70/6.19 new_esEs4(Left(x0), Left(x1), app(ty_[], x2), x3) 16.70/6.19 new_primCmpNat0(Zero, Zero) 16.70/6.19 new_compare(x0, x1, app(app(ty_@2, x2), x3)) 16.70/6.19 new_primPlusNat0(Succ(x0), Succ(x1)) 16.70/6.19 new_ltEs4(Just(x0), Just(x1), app(ty_Ratio, x2)) 16.70/6.19 new_primCmpFloat(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 16.70/6.19 new_primCmpFloat(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 16.70/6.19 16.70/6.19 We have to consider all minimal (P,Q,R)-chains. 16.70/6.19 ---------------------------------------- 16.70/6.19 16.70/6.19 (24) QDPSizeChangeProof (EQUIVALENT) 16.70/6.19 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 16.70/6.19 16.70/6.19 From the DPs we obtained the following set of size-change graphs: 16.70/6.19 *new_compare21(vwx300, vwx3100, False, bcb, bcc, bcd) -> new_ltEs1(vwx300, vwx3100, bcb, bcc, bcd) 16.70/6.19 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4, 6 >= 5 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hg, ge, app(app(app(ty_@3, bbd), bbe), bbf)) -> new_ltEs1(vwx3012, vwx31012, bbd, bbe, bbf) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 16.70/6.19 16.70/6.19 16.70/6.19 *new_lt3(vwx300, vwx3100, bgc, bgd) -> new_compare23(vwx300, vwx3100, new_esEs7(vwx300, vwx3100, bgc, bgd), bgc, bgd) 16.70/6.19 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 16.70/6.19 16.70/6.19 16.70/6.19 *new_compare23(vwx300, vwx3100, False, bgc, bgd) -> new_ltEs3(vwx300, vwx3100, bgc, bgd) 16.70/6.19 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs3(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), app(app(ty_@2, beg), beh), bdh) -> new_lt3(vwx3010, vwx31010, beg, beh) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs3(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), bfa, app(app(app(ty_@3, bfe), bff), bfg)) -> new_ltEs1(vwx3011, vwx31011, bfe, bff, bfg) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 16.70/6.19 16.70/6.19 16.70/6.19 *new_compare32(vwx300, vwx3100, bgc, bgd) -> new_compare23(vwx300, vwx3100, new_esEs7(vwx300, vwx3100, bgc, bgd), bgc, bgd) 16.70/6.19 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hg, ge, app(app(ty_@2, bbh), bca)) -> new_ltEs3(vwx3012, vwx31012, bbh, bca) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs3(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), bfa, app(app(ty_@2, bga), bgb)) -> new_ltEs3(vwx3011, vwx31011, bga, bgb) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 16.70/6.19 16.70/6.19 16.70/6.19 *new_lt0(vwx300, vwx3100, de, df) -> new_compare20(vwx300, vwx3100, new_esEs4(vwx300, vwx3100, de, df), de, df) 16.70/6.19 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs3(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), app(app(ty_Either, bea), beb), bdh) -> new_lt0(vwx3010, vwx31010, bea, beb) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.70/6.19 16.70/6.19 16.70/6.19 *new_compare20(vwx300, vwx3100, False, de, df) -> new_ltEs(vwx300, vwx3100, de, df) 16.70/6.19 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs2(Just(vwx3010), Just(vwx31010), app(app(app(ty_@3, bda), bdb), bdc)) -> new_ltEs1(vwx3010, vwx31010, bda, bdb, bdc) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs2(Just(vwx3010), Just(vwx31010), app(app(ty_@2, bde), bdf)) -> new_ltEs3(vwx3010, vwx31010, bde, bdf) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.70/6.19 16.70/6.19 16.70/6.19 *new_compare3(vwx300, vwx3100, de, df) -> new_compare20(vwx300, vwx3100, new_esEs4(vwx300, vwx3100, de, df), de, df) 16.70/6.19 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hg, ge, app(app(ty_Either, bbb), bbc)) -> new_ltEs(vwx3012, vwx31012, bbb, bbc) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs3(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), bfa, app(app(ty_Either, bfc), bfd)) -> new_ltEs(vwx3011, vwx31011, bfc, bfd) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs2(Just(vwx3010), Just(vwx31010), app(app(ty_Either, bcg), bch)) -> new_ltEs(vwx3010, vwx31010, bcg, bch) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hg, ge, app(ty_Maybe, bbg)) -> new_ltEs2(vwx3012, vwx31012, bbg) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs3(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), bfa, app(ty_Maybe, bfh)) -> new_ltEs2(vwx3011, vwx31011, bfh) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs2(Just(vwx3010), Just(vwx31010), app(ty_Maybe, bdd)) -> new_ltEs2(vwx3010, vwx31010, bdd) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs2(Just(vwx3010), Just(vwx31010), app(ty_[], bcf)) -> new_ltEs0(vwx3010, vwx31010, bcf) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.70/6.19 16.70/6.19 16.70/6.19 *new_compare22(vwx300, vwx3100, False, bce) -> new_ltEs2(vwx300, vwx3100, bce) 16.70/6.19 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs0(:(vwx3010, vwx3011), :(vwx31010, vwx31011), dd) -> new_primCompAux(vwx3010, vwx31010, vwx3011, vwx31011, dd) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 1 > 3, 2 > 4, 3 >= 5 16.70/6.19 16.70/6.19 16.70/6.19 *new_primCompAux(vwx3000, vwx31000, vwx3001, vwx31001, app(app(app(ty_@3, bd), be), bf)) -> new_compare30(vwx3000, vwx31000, bd, be, bf) 16.70/6.19 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4, 5 > 5 16.70/6.19 16.70/6.19 16.70/6.19 *new_lt(:(vwx3000, vwx3001), :(vwx31000, vwx31001), app(app(app(ty_@3, bd), be), bf)) -> new_compare30(vwx3000, vwx31000, bd, be, bf) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hg, ge, app(ty_[], bba)) -> new_ltEs0(vwx3012, vwx31012, bba) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs3(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), bfa, app(ty_[], bfb)) -> new_ltEs0(vwx3011, vwx31011, bfb) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 16.70/6.19 16.70/6.19 16.70/6.19 *new_primCompAux0(vwx130, vwx131, EQ, app(ty_[], cb)) -> new_compare0(vwx130, vwx131, cb) 16.70/6.19 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 16.70/6.19 16.70/6.19 16.70/6.19 *new_compare0(:(vwx3010, vwx3011), :(vwx31010, vwx31011), dd) -> new_primCompAux(vwx3010, vwx31010, vwx3011, vwx31011, dd) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 1 > 3, 2 > 4, 3 >= 5 16.70/6.19 16.70/6.19 16.70/6.19 *new_primCompAux(vwx3000, vwx31000, vwx3001, vwx31001, h) -> new_primCompAux0(vwx3001, vwx31001, new_compare(vwx3000, vwx31000, h), app(ty_[], h)) 16.70/6.19 The graph contains the following edges 3 >= 1, 4 >= 2 16.70/6.19 16.70/6.19 16.70/6.19 *new_lt(:(vwx3000, vwx3001), :(vwx31000, vwx31001), h) -> new_primCompAux0(vwx3001, vwx31001, new_compare(vwx3000, vwx31000, h), app(ty_[], h)) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2 16.70/6.19 16.70/6.19 16.70/6.19 *new_primCompAux(vwx3000, vwx31000, vwx3001, vwx31001, app(ty_[], ba)) -> new_compare0(vwx3000, vwx31000, ba) 16.70/6.19 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3 16.70/6.19 16.70/6.19 16.70/6.19 *new_lt(:(vwx3000, vwx3001), :(vwx31000, vwx31001), app(ty_[], ba)) -> new_compare0(vwx3000, vwx31000, ba) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.70/6.19 16.70/6.19 16.70/6.19 *new_compare31(vwx300, vwx3100, bce) -> new_compare22(vwx300, vwx3100, new_esEs6(vwx300, vwx3100, bce), bce) 16.70/6.19 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 16.70/6.19 16.70/6.19 16.70/6.19 *new_primCompAux(vwx3000, vwx31000, vwx3001, vwx31001, app(ty_Maybe, bg)) -> new_compare31(vwx3000, vwx31000, bg) 16.70/6.19 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3 16.70/6.19 16.70/6.19 16.70/6.19 *new_lt(:(vwx3000, vwx3001), :(vwx31000, vwx31001), app(ty_Maybe, bg)) -> new_compare31(vwx3000, vwx31000, bg) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.70/6.19 16.70/6.19 16.70/6.19 *new_lt2(vwx300, vwx3100, bce) -> new_compare22(vwx300, vwx3100, new_esEs6(vwx300, vwx3100, bce), bce) 16.70/6.19 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 16.70/6.19 16.70/6.19 16.70/6.19 *new_lt1(vwx300, vwx3100, bcb, bcc, bcd) -> new_compare21(vwx300, vwx3100, new_esEs5(vwx300, vwx3100, bcb, bcc, bcd), bcb, bcc, bcd) 16.70/6.19 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 16.70/6.19 16.70/6.19 16.70/6.19 *new_compare30(vwx300, vwx3100, bcb, bcc, bcd) -> new_compare21(vwx300, vwx3100, new_esEs5(vwx300, vwx3100, bcb, bcc, bcd), bcb, bcc, bcd) 16.70/6.19 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs3(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), app(app(app(ty_@3, bec), bed), bee), bdh) -> new_lt1(vwx3010, vwx31010, bec, bed, bee) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs3(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), app(ty_[], bdg), bdh) -> new_lt(vwx3010, vwx31010, bdg) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs3(@2(vwx3010, vwx3011), @2(vwx31010, vwx31011), app(ty_Maybe, bef), bdh) -> new_lt2(vwx3010, vwx31010, bef) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.70/6.19 16.70/6.19 16.70/6.19 *new_primCompAux(vwx3000, vwx31000, vwx3001, vwx31001, app(app(ty_@2, bh), ca)) -> new_compare32(vwx3000, vwx31000, bh, ca) 16.70/6.19 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4 16.70/6.19 16.70/6.19 16.70/6.19 *new_primCompAux(vwx3000, vwx31000, vwx3001, vwx31001, app(app(ty_Either, bb), bc)) -> new_compare3(vwx3000, vwx31000, bb, bc) 16.70/6.19 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4 16.70/6.19 16.70/6.19 16.70/6.19 *new_lt(:(vwx3000, vwx3001), :(vwx31000, vwx31001), app(app(ty_@2, bh), ca)) -> new_compare32(vwx3000, vwx31000, bh, ca) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.70/6.19 16.70/6.19 16.70/6.19 *new_lt(:(vwx3000, vwx3001), :(vwx31000, vwx31001), app(app(ty_Either, bb), bc)) -> new_compare3(vwx3000, vwx31000, bb, bc) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hg, app(app(ty_@2, bag), bah), gf) -> new_lt3(vwx3011, vwx31011, bag, bah) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), app(app(ty_@2, he), hf), ge, gf) -> new_lt3(vwx3010, vwx31010, he, hf) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), app(app(ty_Either, gg), gh), ge, gf) -> new_lt0(vwx3010, vwx31010, gg, gh) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hg, app(app(ty_Either, baa), bab), gf) -> new_lt0(vwx3011, vwx31011, baa, bab) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hg, app(app(app(ty_@3, bac), bad), bae), gf) -> new_lt1(vwx3011, vwx31011, bac, bad, bae) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), app(app(app(ty_@3, ha), hb), hc), ge, gf) -> new_lt1(vwx3010, vwx31010, ha, hb, hc) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hg, app(ty_[], hh), gf) -> new_lt(vwx3011, vwx31011, hh) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), app(ty_[], gd), ge, gf) -> new_lt(vwx3010, vwx31010, gd) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), hg, app(ty_Maybe, baf), gf) -> new_lt2(vwx3011, vwx31011, baf) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs1(@3(vwx3010, vwx3011, vwx3012), @3(vwx31010, vwx31011, vwx31012), app(ty_Maybe, hd), ge, gf) -> new_lt2(vwx3010, vwx31010, hd) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs(Left(vwx3010), Left(vwx31010), app(app(app(ty_@3, ec), ed), ee), dh) -> new_ltEs1(vwx3010, vwx31010, ec, ed, ee) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs(Right(vwx3010), Right(vwx31010), fa, app(app(app(ty_@3, ff), fg), fh)) -> new_ltEs1(vwx3010, vwx31010, ff, fg, fh) 16.70/6.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 16.70/6.19 16.70/6.19 16.70/6.19 *new_ltEs(Left(vwx3010), Left(vwx31010), app(app(ty_@2, eg), eh), dh) -> new_ltEs3(vwx3010, vwx31010, eg, eh) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.70/6.20 16.70/6.20 16.70/6.20 *new_ltEs(Right(vwx3010), Right(vwx31010), fa, app(app(ty_@2, gb), gc)) -> new_ltEs3(vwx3010, vwx31010, gb, gc) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 16.70/6.20 16.70/6.20 16.70/6.20 *new_ltEs(Right(vwx3010), Right(vwx31010), fa, app(app(ty_Either, fc), fd)) -> new_ltEs(vwx3010, vwx31010, fc, fd) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 16.70/6.20 16.70/6.20 16.70/6.20 *new_ltEs(Left(vwx3010), Left(vwx31010), app(app(ty_Either, ea), eb), dh) -> new_ltEs(vwx3010, vwx31010, ea, eb) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.70/6.20 16.70/6.20 16.70/6.20 *new_ltEs(Right(vwx3010), Right(vwx31010), fa, app(ty_Maybe, ga)) -> new_ltEs2(vwx3010, vwx31010, ga) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 16.70/6.20 16.70/6.20 16.70/6.20 *new_ltEs(Left(vwx3010), Left(vwx31010), app(ty_Maybe, ef), dh) -> new_ltEs2(vwx3010, vwx31010, ef) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.70/6.20 16.70/6.20 16.70/6.20 *new_ltEs(Left(vwx3010), Left(vwx31010), app(ty_[], dg), dh) -> new_ltEs0(vwx3010, vwx31010, dg) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.70/6.20 16.70/6.20 16.70/6.20 *new_ltEs(Right(vwx3010), Right(vwx31010), fa, app(ty_[], fb)) -> new_ltEs0(vwx3010, vwx31010, fb) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 16.70/6.20 16.70/6.20 16.70/6.20 ---------------------------------------- 16.70/6.20 16.70/6.20 (25) 16.70/6.20 YES 16.70/6.20 16.70/6.20 ---------------------------------------- 16.70/6.20 16.70/6.20 (26) 16.70/6.20 Obligation: 16.70/6.20 Q DP problem: 16.70/6.20 The TRS P consists of the following rules: 16.70/6.20 16.70/6.20 new_primMulNat(Succ(vwx300100), Succ(vwx3100000)) -> new_primMulNat(vwx300100, Succ(vwx3100000)) 16.70/6.20 16.70/6.20 R is empty. 16.70/6.20 Q is empty. 16.70/6.20 We have to consider all minimal (P,Q,R)-chains. 16.70/6.20 ---------------------------------------- 16.70/6.20 16.70/6.20 (27) QDPSizeChangeProof (EQUIVALENT) 16.70/6.20 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 16.70/6.20 16.70/6.20 From the DPs we obtained the following set of size-change graphs: 16.70/6.20 *new_primMulNat(Succ(vwx300100), Succ(vwx3100000)) -> new_primMulNat(vwx300100, Succ(vwx3100000)) 16.70/6.20 The graph contains the following edges 1 > 1, 2 >= 2 16.70/6.20 16.70/6.20 16.70/6.20 ---------------------------------------- 16.70/6.20 16.70/6.20 (28) 16.70/6.20 YES 16.70/6.20 16.70/6.20 ---------------------------------------- 16.70/6.20 16.70/6.20 (29) 16.70/6.20 Obligation: 16.70/6.20 Q DP problem: 16.70/6.20 The TRS P consists of the following rules: 16.70/6.20 16.70/6.20 new_esEs(:(vwx3000, vwx3001), :(vwx31000, vwx31001), app(app(app(ty_@3, bd), be), bf)) -> new_esEs1(vwx3000, vwx31000, bd, be, bf) 16.70/6.20 new_esEs1(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), bae, baf, app(app(ty_Either, bah), bba)) -> new_esEs0(vwx3002, vwx31002, bah, bba) 16.70/6.20 new_esEs3(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), app(app(ty_Either, he), hf), hd) -> new_esEs0(vwx3000, vwx31000, he, hf) 16.70/6.20 new_esEs3(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), ga, app(app(ty_Either, gc), gd)) -> new_esEs0(vwx3001, vwx31001, gc, gd) 16.70/6.20 new_esEs1(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), bae, app(app(ty_Either, bcb), bcc), bca) -> new_esEs0(vwx3001, vwx31001, bcb, bcc) 16.70/6.20 new_esEs1(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), app(app(ty_Either, bdc), bdd), baf, bca) -> new_esEs0(vwx3000, vwx31000, bdc, bdd) 16.70/6.20 new_esEs2(Just(vwx3000), Just(vwx31000), app(ty_[], eg)) -> new_esEs(vwx3000, vwx31000, eg) 16.70/6.20 new_esEs0(Left(vwx3000), Left(vwx31000), app(ty_Maybe, cf), cc) -> new_esEs2(vwx3000, vwx31000, cf) 16.70/6.20 new_esEs0(Right(vwx3000), Right(vwx31000), de, app(app(ty_Either, dg), dh)) -> new_esEs0(vwx3000, vwx31000, dg, dh) 16.70/6.20 new_esEs1(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), app(app(app(ty_@3, bdh), bea), beb), baf, bca) -> new_esEs1(vwx3000, vwx31000, bdh, bea, beb) 16.70/6.20 new_esEs(:(vwx3000, vwx3001), :(vwx31000, vwx31001), h) -> new_esEs(vwx3001, vwx31001, h) 16.70/6.20 new_esEs(:(vwx3000, vwx3001), :(vwx31000, vwx31001), app(app(ty_@2, bh), ca)) -> new_esEs3(vwx3000, vwx31000, bh, ca) 16.70/6.20 new_esEs3(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), ga, app(ty_Maybe, ge)) -> new_esEs2(vwx3001, vwx31001, ge) 16.70/6.20 new_esEs2(Just(vwx3000), Just(vwx31000), app(ty_Maybe, fb)) -> new_esEs2(vwx3000, vwx31000, fb) 16.70/6.20 new_esEs3(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), ga, app(app(app(ty_@3, gh), ha), hb)) -> new_esEs1(vwx3001, vwx31001, gh, ha, hb) 16.70/6.20 new_esEs3(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), app(app(app(ty_@3, bab), bac), bad), hd) -> new_esEs1(vwx3000, vwx31000, bab, bac, bad) 16.70/6.20 new_esEs3(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), app(ty_Maybe, hg), hd) -> new_esEs2(vwx3000, vwx31000, hg) 16.70/6.20 new_esEs(:(vwx3000, vwx3001), :(vwx31000, vwx31001), app(ty_[], ba)) -> new_esEs(vwx3000, vwx31000, ba) 16.70/6.20 new_esEs0(Right(vwx3000), Right(vwx31000), de, app(ty_[], df)) -> new_esEs(vwx3000, vwx31000, df) 16.70/6.20 new_esEs3(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), ga, app(app(ty_@2, gf), gg)) -> new_esEs3(vwx3001, vwx31001, gf, gg) 16.70/6.20 new_esEs0(Left(vwx3000), Left(vwx31000), app(app(ty_@2, cg), da), cc) -> new_esEs3(vwx3000, vwx31000, cg, da) 16.70/6.20 new_esEs0(Right(vwx3000), Right(vwx31000), de, app(ty_Maybe, ea)) -> new_esEs2(vwx3000, vwx31000, ea) 16.70/6.20 new_esEs(:(vwx3000, vwx3001), :(vwx31000, vwx31001), app(ty_Maybe, bg)) -> new_esEs2(vwx3000, vwx31000, bg) 16.70/6.20 new_esEs0(Right(vwx3000), Right(vwx31000), de, app(app(ty_@2, eb), ec)) -> new_esEs3(vwx3000, vwx31000, eb, ec) 16.70/6.20 new_esEs1(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), app(ty_Maybe, bde), baf, bca) -> new_esEs2(vwx3000, vwx31000, bde) 16.70/6.20 new_esEs0(Left(vwx3000), Left(vwx31000), app(app(ty_Either, cd), ce), cc) -> new_esEs0(vwx3000, vwx31000, cd, ce) 16.70/6.20 new_esEs2(Just(vwx3000), Just(vwx31000), app(app(ty_Either, eh), fa)) -> new_esEs0(vwx3000, vwx31000, eh, fa) 16.70/6.20 new_esEs3(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), app(app(ty_@2, hh), baa), hd) -> new_esEs3(vwx3000, vwx31000, hh, baa) 16.70/6.20 new_esEs1(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), bae, baf, app(app(app(ty_@3, bbe), bbf), bbg)) -> new_esEs1(vwx3002, vwx31002, bbe, bbf, bbg) 16.70/6.20 new_esEs3(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), ga, app(ty_[], gb)) -> new_esEs(vwx3001, vwx31001, gb) 16.70/6.20 new_esEs1(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), bae, baf, app(app(ty_@2, bbc), bbd)) -> new_esEs3(vwx3002, vwx31002, bbc, bbd) 16.70/6.20 new_esEs2(Just(vwx3000), Just(vwx31000), app(app(app(ty_@3, ff), fg), fh)) -> new_esEs1(vwx3000, vwx31000, ff, fg, fh) 16.70/6.20 new_esEs(:(vwx3000, vwx3001), :(vwx31000, vwx31001), app(app(ty_Either, bb), bc)) -> new_esEs0(vwx3000, vwx31000, bb, bc) 16.70/6.20 new_esEs3(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), app(ty_[], hc), hd) -> new_esEs(vwx3000, vwx31000, hc) 16.70/6.20 new_esEs1(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), bae, baf, app(ty_[], bag)) -> new_esEs(vwx3002, vwx31002, bag) 16.70/6.20 new_esEs1(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), bae, app(app(ty_@2, bce), bcf), bca) -> new_esEs3(vwx3001, vwx31001, bce, bcf) 16.70/6.20 new_esEs0(Left(vwx3000), Left(vwx31000), app(app(app(ty_@3, db), dc), dd), cc) -> new_esEs1(vwx3000, vwx31000, db, dc, dd) 16.70/6.20 new_esEs0(Right(vwx3000), Right(vwx31000), de, app(app(app(ty_@3, ed), ee), ef)) -> new_esEs1(vwx3000, vwx31000, ed, ee, ef) 16.70/6.20 new_esEs1(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), bae, app(ty_[], bbh), bca) -> new_esEs(vwx3001, vwx31001, bbh) 16.70/6.20 new_esEs2(Just(vwx3000), Just(vwx31000), app(app(ty_@2, fc), fd)) -> new_esEs3(vwx3000, vwx31000, fc, fd) 16.70/6.20 new_esEs1(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), app(app(ty_@2, bdf), bdg), baf, bca) -> new_esEs3(vwx3000, vwx31000, bdf, bdg) 16.70/6.20 new_esEs1(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), bae, baf, app(ty_Maybe, bbb)) -> new_esEs2(vwx3002, vwx31002, bbb) 16.70/6.20 new_esEs1(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), bae, app(app(app(ty_@3, bcg), bch), bda), bca) -> new_esEs1(vwx3001, vwx31001, bcg, bch, bda) 16.70/6.20 new_esEs1(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), app(ty_[], bdb), baf, bca) -> new_esEs(vwx3000, vwx31000, bdb) 16.70/6.20 new_esEs1(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), bae, app(ty_Maybe, bcd), bca) -> new_esEs2(vwx3001, vwx31001, bcd) 16.70/6.20 new_esEs0(Left(vwx3000), Left(vwx31000), app(ty_[], cb), cc) -> new_esEs(vwx3000, vwx31000, cb) 16.70/6.20 16.70/6.20 R is empty. 16.70/6.20 Q is empty. 16.70/6.20 We have to consider all minimal (P,Q,R)-chains. 16.70/6.20 ---------------------------------------- 16.70/6.20 16.70/6.20 (30) QDPSizeChangeProof (EQUIVALENT) 16.70/6.20 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 16.70/6.20 16.70/6.20 From the DPs we obtained the following set of size-change graphs: 16.70/6.20 *new_esEs(:(vwx3000, vwx3001), :(vwx31000, vwx31001), app(app(app(ty_@3, bd), be), bf)) -> new_esEs1(vwx3000, vwx31000, bd, be, bf) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs(:(vwx3000, vwx3001), :(vwx31000, vwx31001), app(app(ty_@2, bh), ca)) -> new_esEs3(vwx3000, vwx31000, bh, ca) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs(:(vwx3000, vwx3001), :(vwx31000, vwx31001), app(ty_Maybe, bg)) -> new_esEs2(vwx3000, vwx31000, bg) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs(:(vwx3000, vwx3001), :(vwx31000, vwx31001), app(app(ty_Either, bb), bc)) -> new_esEs0(vwx3000, vwx31000, bb, bc) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs2(Just(vwx3000), Just(vwx31000), app(ty_[], eg)) -> new_esEs(vwx3000, vwx31000, eg) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs2(Just(vwx3000), Just(vwx31000), app(app(app(ty_@3, ff), fg), fh)) -> new_esEs1(vwx3000, vwx31000, ff, fg, fh) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs2(Just(vwx3000), Just(vwx31000), app(app(ty_@2, fc), fd)) -> new_esEs3(vwx3000, vwx31000, fc, fd) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs2(Just(vwx3000), Just(vwx31000), app(ty_Maybe, fb)) -> new_esEs2(vwx3000, vwx31000, fb) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs2(Just(vwx3000), Just(vwx31000), app(app(ty_Either, eh), fa)) -> new_esEs0(vwx3000, vwx31000, eh, fa) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs1(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), bae, baf, app(ty_[], bag)) -> new_esEs(vwx3002, vwx31002, bag) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs1(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), bae, app(ty_[], bbh), bca) -> new_esEs(vwx3001, vwx31001, bbh) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs1(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), app(ty_[], bdb), baf, bca) -> new_esEs(vwx3000, vwx31000, bdb) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs1(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), app(app(app(ty_@3, bdh), bea), beb), baf, bca) -> new_esEs1(vwx3000, vwx31000, bdh, bea, beb) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs1(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), bae, baf, app(app(app(ty_@3, bbe), bbf), bbg)) -> new_esEs1(vwx3002, vwx31002, bbe, bbf, bbg) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs1(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), bae, app(app(app(ty_@3, bcg), bch), bda), bca) -> new_esEs1(vwx3001, vwx31001, bcg, bch, bda) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs1(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), bae, baf, app(app(ty_@2, bbc), bbd)) -> new_esEs3(vwx3002, vwx31002, bbc, bbd) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs1(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), bae, app(app(ty_@2, bce), bcf), bca) -> new_esEs3(vwx3001, vwx31001, bce, bcf) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs1(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), app(app(ty_@2, bdf), bdg), baf, bca) -> new_esEs3(vwx3000, vwx31000, bdf, bdg) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs1(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), app(ty_Maybe, bde), baf, bca) -> new_esEs2(vwx3000, vwx31000, bde) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs1(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), bae, baf, app(ty_Maybe, bbb)) -> new_esEs2(vwx3002, vwx31002, bbb) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs1(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), bae, app(ty_Maybe, bcd), bca) -> new_esEs2(vwx3001, vwx31001, bcd) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs1(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), bae, baf, app(app(ty_Either, bah), bba)) -> new_esEs0(vwx3002, vwx31002, bah, bba) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs1(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), bae, app(app(ty_Either, bcb), bcc), bca) -> new_esEs0(vwx3001, vwx31001, bcb, bcc) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs1(@3(vwx3000, vwx3001, vwx3002), @3(vwx31000, vwx31001, vwx31002), app(app(ty_Either, bdc), bdd), baf, bca) -> new_esEs0(vwx3000, vwx31000, bdc, bdd) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs0(Right(vwx3000), Right(vwx31000), de, app(ty_[], df)) -> new_esEs(vwx3000, vwx31000, df) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs0(Left(vwx3000), Left(vwx31000), app(ty_[], cb), cc) -> new_esEs(vwx3000, vwx31000, cb) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs(:(vwx3000, vwx3001), :(vwx31000, vwx31001), h) -> new_esEs(vwx3001, vwx31001, h) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs(:(vwx3000, vwx3001), :(vwx31000, vwx31001), app(ty_[], ba)) -> new_esEs(vwx3000, vwx31000, ba) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs3(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), ga, app(ty_[], gb)) -> new_esEs(vwx3001, vwx31001, gb) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs3(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), app(ty_[], hc), hd) -> new_esEs(vwx3000, vwx31000, hc) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs0(Left(vwx3000), Left(vwx31000), app(app(app(ty_@3, db), dc), dd), cc) -> new_esEs1(vwx3000, vwx31000, db, dc, dd) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs0(Right(vwx3000), Right(vwx31000), de, app(app(app(ty_@3, ed), ee), ef)) -> new_esEs1(vwx3000, vwx31000, ed, ee, ef) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs0(Left(vwx3000), Left(vwx31000), app(app(ty_@2, cg), da), cc) -> new_esEs3(vwx3000, vwx31000, cg, da) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs0(Right(vwx3000), Right(vwx31000), de, app(app(ty_@2, eb), ec)) -> new_esEs3(vwx3000, vwx31000, eb, ec) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs0(Left(vwx3000), Left(vwx31000), app(ty_Maybe, cf), cc) -> new_esEs2(vwx3000, vwx31000, cf) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs0(Right(vwx3000), Right(vwx31000), de, app(ty_Maybe, ea)) -> new_esEs2(vwx3000, vwx31000, ea) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs0(Right(vwx3000), Right(vwx31000), de, app(app(ty_Either, dg), dh)) -> new_esEs0(vwx3000, vwx31000, dg, dh) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs0(Left(vwx3000), Left(vwx31000), app(app(ty_Either, cd), ce), cc) -> new_esEs0(vwx3000, vwx31000, cd, ce) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs3(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), ga, app(app(app(ty_@3, gh), ha), hb)) -> new_esEs1(vwx3001, vwx31001, gh, ha, hb) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs3(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), app(app(app(ty_@3, bab), bac), bad), hd) -> new_esEs1(vwx3000, vwx31000, bab, bac, bad) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs3(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), ga, app(app(ty_@2, gf), gg)) -> new_esEs3(vwx3001, vwx31001, gf, gg) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs3(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), app(app(ty_@2, hh), baa), hd) -> new_esEs3(vwx3000, vwx31000, hh, baa) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs3(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), ga, app(ty_Maybe, ge)) -> new_esEs2(vwx3001, vwx31001, ge) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs3(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), app(ty_Maybe, hg), hd) -> new_esEs2(vwx3000, vwx31000, hg) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs3(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), app(app(ty_Either, he), hf), hd) -> new_esEs0(vwx3000, vwx31000, he, hf) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.70/6.20 16.70/6.20 16.70/6.20 *new_esEs3(@2(vwx3000, vwx3001), @2(vwx31000, vwx31001), ga, app(app(ty_Either, gc), gd)) -> new_esEs0(vwx3001, vwx31001, gc, gd) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 16.70/6.20 16.70/6.20 16.70/6.20 ---------------------------------------- 16.70/6.20 16.70/6.20 (31) 16.70/6.20 YES 16.70/6.20 16.70/6.20 ---------------------------------------- 16.70/6.20 16.70/6.20 (32) 16.70/6.20 Obligation: 16.70/6.20 Q DP problem: 16.70/6.20 The TRS P consists of the following rules: 16.70/6.20 16.70/6.20 new_primPlusNat(Succ(vwx14000), Succ(vwx31000000)) -> new_primPlusNat(vwx14000, vwx31000000) 16.70/6.20 16.70/6.20 R is empty. 16.70/6.20 Q is empty. 16.70/6.20 We have to consider all minimal (P,Q,R)-chains. 16.70/6.20 ---------------------------------------- 16.70/6.20 16.70/6.20 (33) QDPSizeChangeProof (EQUIVALENT) 16.70/6.20 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 16.70/6.20 16.70/6.20 From the DPs we obtained the following set of size-change graphs: 16.70/6.20 *new_primPlusNat(Succ(vwx14000), Succ(vwx31000000)) -> new_primPlusNat(vwx14000, vwx31000000) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2 16.70/6.20 16.70/6.20 16.70/6.20 ---------------------------------------- 16.70/6.20 16.70/6.20 (34) 16.70/6.20 YES 16.70/6.20 16.70/6.20 ---------------------------------------- 16.70/6.20 16.70/6.20 (35) 16.70/6.20 Obligation: 16.70/6.20 Q DP problem: 16.70/6.20 The TRS P consists of the following rules: 16.70/6.20 16.70/6.20 new_primEqNat(Succ(vwx30000), Succ(vwx310000)) -> new_primEqNat(vwx30000, vwx310000) 16.70/6.20 16.70/6.20 R is empty. 16.70/6.20 Q is empty. 16.70/6.20 We have to consider all minimal (P,Q,R)-chains. 16.70/6.20 ---------------------------------------- 16.70/6.20 16.70/6.20 (36) QDPSizeChangeProof (EQUIVALENT) 16.70/6.20 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 16.70/6.20 16.70/6.20 From the DPs we obtained the following set of size-change graphs: 16.70/6.20 *new_primEqNat(Succ(vwx30000), Succ(vwx310000)) -> new_primEqNat(vwx30000, vwx310000) 16.70/6.20 The graph contains the following edges 1 > 1, 2 > 2 16.70/6.20 16.70/6.20 16.70/6.20 ---------------------------------------- 16.70/6.20 16.70/6.20 (37) 16.70/6.20 YES 16.82/7.43 EOF